ClickThroughUrlSuffixProperties

Click-through URL suffix properties.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
clickThroughUrlSuffix string Click-through URL suffix to apply to all ads in this entity's scope.
overrideInheritedSuffix boolean Whether this entity should override the inherited suffix with its own defined suffix.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-click-through-url-suffix-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClickThroughUrlSuffixProperties",
  "type": "object",
  "description": "Click-through URL suffix properties.",
  "properties": {
    "clickThroughUrlSuffix": {
      "type": "string",
      "description": "Click-through URL suffix to apply to all ads in this entity's scope."
    },
    "overrideInheritedSuffix": {
      "type": "boolean",
      "description": "Whether this entity should override the inherited suffix with its own defined suffix."
    }
  }
}