EventTagOverride

Event tag override configuration.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
id string ID of the event tag that is overridden.
enabled boolean Whether this override is enabled.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-event-tag-override-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EventTagOverride",
  "type": "object",
  "description": "Event tag override configuration.",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the event tag that is overridden."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether this override is enabled."
    }
  }
}