enum DestinationUrlType (v202408)
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/v202408
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\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. |"]]