google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.DefaultClickThroughEventTagProperties View Source

Properties of inheriting and overriding the default click-through event tag. A campaign may override the event tag defined at the advertiser level, and an ad may also override the campaign's setting further.

Attributes

  • defaultClickThroughEventTagId (type: String.t, default: nil) - ID of the click-through event tag to apply to all ads in this entity's scope.
  • overrideInheritedEventTag (type: boolean(), default: nil) - Whether this entity should override the inherited default click-through event tag with its own defined value.

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.DefaultClickThroughEventTagProperties{
  defaultClickThroughEventTagId: String.t(),
  overrideInheritedEventTag: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.