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

Creative Click Tag.

Attributes

  • clickThroughUrl (type: GoogleApi.DFAReporting.V34.Model.CreativeClickThroughUrl.t, default: nil) - Parameter value for the specified click tag. This field contains a click-through url.
  • eventName (type: String.t, default: nil) - Advertiser event name associated with the click tag. This field is used by DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.
  • name (type: String.t, default: nil) - Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset's creativeAssetId.name field.

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.ClickTag{
  clickThroughUrl: GoogleApi.DFAReporting.V34.Model.CreativeClickThroughUrl.t(),
  eventName: String.t(),
  name: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.