TagSetting

Tag settings for a placement.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
additionalKeyValues string Additional key-values to append to tags.
includeClickTracking boolean Whether to include click-tracking string in tags.
includeClickThroughUrls boolean Whether to include click-through URLs in tags.
keywordOption string Option specifying how keywords are embedded in ad tags.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-tag-setting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagSetting",
  "type": "object",
  "description": "Tag settings for a placement.",
  "properties": {
    "additionalKeyValues": {
      "type": "string",
      "description": "Additional key-values to append to tags."
    },
    "includeClickTracking": {
      "type": "boolean",
      "description": "Whether to include click-tracking string in tags."
    },
    "includeClickThroughUrls": {
      "type": "boolean",
      "description": "Whether to include click-through URLs in tags."
    },
    "keywordOption": {
      "type": "string",
      "description": "Option specifying how keywords are embedded in ad tags."
    }
  }
}