[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eDestinationUrlType\u003c/code\u003e defines the action triggered when a user interacts with an ad's destination URL.\u003c/p\u003e\n"],["\u003cp\u003eOptions include navigating to a webpage, launching an app, initiating a phone call, or having no destination URL (primarily for video ads).\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the \u003ccode\u003eCreativeService\u003c/code\u003e and is used within the \u003ccode\u003eHasDestinationUrlCreative\u003c/code\u003e context.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDestinationUrlType\u003c/code\u003e is namespaced under \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines valid actions for a destination URL when a user clicks an ad, within the `CreativeService` and `DestinationUrlType` context. Possible actions include `CLICK_TO_WEB` (navigate to a webpage), `CLICK_TO_APP` (start an application), `CLICK_TO_CALL` (make a phone call), `NONE` (no destination URL), and `UNKNOWN` (value not exposed by the API version). It uses a namespace of `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum DestinationUrlType (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[HasDestinationUrlCreative](/ad-manager/api/reference/v202408/CreativeService.HasDestinationUrlCreative) \n▼\n**DestinationUrlType**\n\nThe valid actions that a destination URL may perform if the user clicks on the ad.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-----------------|-------------------------------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `CLICK_TO_WEB` | Navigate to a web page. (a.k.a. \"Click-through URL\"). |\n| `CLICK_TO_APP` | Start an application. |\n| `CLICK_TO_CALL` | Make a phone call. |\n| `NONE` | Destination URL not present. Useful for video creatives where a landing page or a product isn't necessarily applicable. |"]]