google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V34.Model.ObaIcon View Source

Online Behavioral Advertiser icon.

Attributes

  • iconClickThroughUrl (type: String.t, default: nil) - URL to redirect to when an OBA icon is clicked.
  • iconClickTrackingUrl (type: String.t, default: nil) - URL to track click when an OBA icon is clicked.
  • iconViewTrackingUrl (type: String.t, default: nil) - URL to track view when an OBA icon is clicked.
  • program (type: String.t, default: nil) - Identifies the industry initiative that the icon supports. For example, AdChoices.
  • resourceUrl (type: String.t, default: nil) - OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more
  • size (type: GoogleApi.DFAReporting.V34.Model.Size.t, default: nil) - OBA icon size.
  • xPosition (type: String.t, default: nil) - OBA icon x coordinate position. Accepted values are left or right.
  • yPosition (type: String.t, default: nil) - OBA icon y coordinate position. Accepted values are top or bottom.

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.ObaIcon{
  iconClickThroughUrl: String.t(),
  iconClickTrackingUrl: String.t(),
  iconViewTrackingUrl: String.t(),
  program: String.t(),
  resourceUrl: String.t(),
  size: GoogleApi.DFAReporting.V34.Model.Size.t(),
  xPosition: String.t(),
  yPosition: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.