DefaultClickThroughEventTagProperties
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe JSON representation outlines properties for managing click-through event tags, allowing for inheritance and overrides.\u003c/p\u003e\n"],["\u003cp\u003eEntities can choose to override inherited click-through event tags by setting \u003ccode\u003eoverrideInheritedEventTag\u003c/code\u003e to true.\u003c/p\u003e\n"],["\u003cp\u003eA specific click-through event tag can be applied using the \u003ccode\u003edefaultClickThroughEventTagId\u003c/code\u003e field.\u003c/p\u003e\n"]]],[],null,["# DefaultClickThroughEventTagProperties\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nProperties 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.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------|\n| ``` { \"overrideInheritedEventTag\": boolean, \"defaultClickThroughEventTagId\": string } ``` |\n\n| Fields ||\n|-------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `override``Inherited``Event``Tag` | `boolean` Whether this entity should override the inherited default click-through event tag with its own defined value. |\n| `default``Click``Through``Event``Tag``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the click-through event tag to apply to all ads in this entity's scope. |"]]