enum DestinationUrlType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
The valid actions that a destination URL may perform if the user clicks on the ad.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
CLICK_TO_WEB
|
Navigate to a web page. (a.k.a. "Click-through URL").
|
CLICK_TO_APP
|
Start an application.
|
CLICK_TO_CALL
|
Make a phone call.
|
NONE
|
Destination URL not present. Useful for video creatives where a landing page or a product
isn't necessarily applicable.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]