Page Summary
-
The JSON representation of an event tag override includes an ID and an enabled status.
-
The
idfield is a read-only, auto-generated string representing the ID of the override. -
The
enabledfield is a boolean indicating whether the override is currently enabled.
Event tag override information.
| JSON representation |
|---|
{ "id": string, "enabled": boolean } |
| Fields | |
|---|---|
id |
ID of this event tag override. This is a read-only, auto-generated field. |
enabled |
Whether this override is enabled. |