ClickThroughUrl

Click-through URL configuration.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
defaultLandingPage boolean Whether the campaign default landing page is used.
landingPageId string ID of the landing page for the click-through URL.
customClickThroughUrl string Custom click-through URL.
computedClickThroughUrl string Read-only computed click-through URL. Set when either defaultLandingPage or landingPageId is set.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-click-through-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClickThroughUrl",
  "type": "object",
  "description": "Click-through URL configuration.",
  "properties": {
    "defaultLandingPage": {
      "type": "boolean",
      "description": "Whether the campaign default landing page is used."
    },
    "landingPageId": {
      "type": "string",
      "description": "ID of the landing page for the click-through URL."
    },
    "customClickThroughUrl": {
      "type": "string",
      "description": "Custom click-through URL."
    },
    "computedClickThroughUrl": {
      "type": "string",
      "description": "Read-only computed click-through URL. Set when either defaultLandingPage or landingPageId is set."
    }
  }
}