enum DestinationUrlType (v202411)

  • DestinationUrlType defines the action triggered when a user clicks on an ad's destination URL.

  • These actions include navigating to a webpage, starting an app, making a phone call, or having no destination URL.

  • DestinationUrlType is part of the CreativeService within the Google Ad Manager API.

  • It's represented by an enumeration with values like CLICK_TO_WEB, CLICK_TO_APP, CLICK_TO_CALL, and NONE.

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.