{ "$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." } } }