[[["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\u003eDestinationUrlType defines the action triggered when a user clicks on an ad's destination URL.\u003c/p\u003e\n"],["\u003cp\u003eThese actions include navigating to a webpage, starting an app, making a phone call, or having no destination URL.\u003c/p\u003e\n"],["\u003cp\u003eDestinationUrlType is part of the CreativeService within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eIt's represented by an enumeration with values like CLICK_TO_WEB, CLICK_TO_APP, CLICK_TO_CALL, and NONE.\u003c/p\u003e\n"]]],["The core content defines valid actions for a destination URL when a user clicks an ad. These actions are categorized into: navigating to a web page (`CLICK_TO_WEB`), starting an application (`CLICK_TO_APP`), or making a phone call (`CLICK_TO_CALL`). The `NONE` action indicates the absence of a destination URL. `UNKNOWN` signifies a value not exposed by the current API. These actions are part of the `DestinationUrlType` within the `CreativeService` namespace.\n"],null,["# enum DestinationUrlType (v202411)\n\n**Service** \n**CreativeService** **Dependencies** \n[HasDestinationUrlCreative](/ad-manager/api/reference/v202411/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/v202411`\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. |"]]