EventTagOverride

  • 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.

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.