DefaultClickThroughEventTagProperties

Default click-through event tag properties.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
defaultClickThroughEventTagId string ID of the default click-through event tag.
overrideInheritedEventTag boolean Whether to override the inherited event tag.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-default-click-through-event-tag-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DefaultClickThroughEventTagProperties",
  "type": "object",
  "description": "Default click-through event tag properties.",
  "properties": {
    "defaultClickThroughEventTagId": {
      "type": "string",
      "description": "ID of the default click-through event tag."
    },
    "overrideInheritedEventTag": {
      "type": "boolean",
      "description": "Whether to override the inherited event tag."
    }
  }
}