enum DestinationUrlType (v202411)

  • DestinationUrlType defines the actions a destination URL can perform when a user clicks on an ad.

  • These actions include navigating to a web page, starting an application, or making a phone call.

  • A 'NONE' type is available for cases where a destination URL is not applicable, such as for some video creatives.

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.