google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.CampaignManagerIds View Source

Campaign Manager IDs related to the custom event.

Attributes

  • adId (type: String.t, default: nil) - Ad ID for Campaign Manager.
  • campaignId (type: String.t, default: nil) - Campaign ID for Campaign Manager.
  • creativeId (type: String.t, default: nil) - Creative ID for Campaign Manager.
  • kind (type: String.t, default: dfareporting#campaignManagerIds) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignManagerIds".
  • placementId (type: String.t, default: nil) - Placement ID for Campaign Manager.
  • siteId (type: String.t, default: nil) - Site ID for Campaign Manager.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.CampaignManagerIds{
  adId: String.t(),
  campaignId: String.t(),
  creativeId: String.t(),
  kind: String.t(),
  placementId: String.t(),
  siteId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.