EventTagOverride
Event tag override information.
JSON representation |
{
"id": string,
"enabled": boolean
} |
Fields |
id |
string (int64 format)
ID of this event tag override. This is a read-only, auto-generated field.
|
enabled |
boolean
Whether this override is enabled.
|
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-09-19 UTC.
[null,null,["Last updated 2024-09-19 UTC."],[[["Event tag overrides utilize a JSON structure for representation, containing an `id` and `enabled` field."],["The `id` field, in `int64` format, uniquely identifies the event tag override and is read-only."],["The `enabled` field, a boolean value, indicates whether the specific override is active or inactive."]]],[]]