google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V33.Model.TagData View Source

Placement Tag Data

Attributes

  • adId (type: String.t, default: nil) - Ad associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.
  • clickTag (type: String.t, default: nil) - Tag string to record a click.
  • creativeId (type: String.t, default: nil) - Creative associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.
  • format (type: String.t, default: nil) - TagData tag format of this tag.
  • impressionTag (type: String.t, default: nil) - Tag string for serving an ad.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.TagData{
  adId: String.t(),
  clickTag: String.t(),
  creativeId: String.t(),
  format: String.t(),
  impressionTag: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.