Google Campaign Manager · JSON Structure

Google Campaign Manager Click Through Url Structure

Type: object Properties: 4
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

ClickThroughUrl 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

defaultLandingPage landingPageId customClickThroughUrl computedClickThroughUrl

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClickThroughUrl",
  "type": "object",
  "properties": {
    "defaultLandingPage": {
      "type": "boolean"
    },
    "landingPageId": {
      "type": "string"
    },
    "customClickThroughUrl": {
      "type": "string"
    },
    "computedClickThroughUrl": {
      "type": "string"
    }
  }
}