GoogleApi.DFAReporting.V33.Model.ClickTag (google_api_dfa_reporting v0.31.0)

View Source

Creative Click Tag.

Attributes

  • clickThroughUrl (type: GoogleApi.DFAReporting.V33.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.ClickTag{
  clickThroughUrl:
    GoogleApi.DFAReporting.V33.Model.CreativeClickThroughUrl.t() | nil,
  eventName: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.