Google Campaign Manager · JSON Structure

Google Campaign Manager Tag Setting Structure

Type: object Properties: 4
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

TagSetting is a JSON Structure definition published by Google Campaign Manager, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

additionalKeyValues includeClickTracking includeClickThroughUrls keywordOption

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TagSetting",
  "type": "object",
  "properties": {
    "additionalKeyValues": {
      "type": "string"
    },
    "includeClickTracking": {
      "type": "boolean"
    },
    "includeClickThroughUrls": {
      "type": "boolean"
    },
    "keywordOption": {
      "type": "string"
    }
  }
}