GoogleApi.DFAReporting.V34.Model.CampaignManagerIds (google_api_dfa_reporting v0.31.0)

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: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.