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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.