DefaultClickThroughEventTagProperties

  • The JSON representation outlines properties for managing click-through event tags, allowing for inheritance and overrides.

  • Entities can choose to override inherited click-through event tags by setting overrideInheritedEventTag to true.

  • A specific click-through event tag can be applied using the defaultClickThroughEventTagId field.

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.

JSON representation
{
  "overrideInheritedEventTag": boolean,
  "defaultClickThroughEventTagId": string
}
Fields
overrideInheritedEventTag

boolean

Whether this entity should override the inherited default click-through event tag with its own defined value.

defaultClickThroughEventTagId

string (int64 format)

ID of the click-through event tag to apply to all ads in this entity's scope.