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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.DefaultClickThroughEventTagProperties{
  defaultClickThroughEventTagId: String.t() | nil,
  overrideInheritedEventTag: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.