Page Summary
-
You can override the default click-through event tag settings at the campaign and ad levels.
-
The JSON representation includes
overrideInheritedEventTag(boolean) anddefaultClickThroughEventTagId(string). -
overrideInheritedEventTagdetermines if the entity overrides the inherited setting. -
defaultClickThroughEventTagIdis the ID of the click-through event tag for the entity's scope.
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
|
Whether this entity should override the inherited default click-through event tag with its own defined value. |
defaultClickThroughEventTagId
|
ID of the click-through event tag to apply to all ads in this entity's scope. |

