AI-generated Key Takeaways
- 
          DestinationUrlType defines the possible actions a destination URL can perform when a user clicks on an ad. 
- 
          Possible actions include navigating to a webpage, starting an application, making a phone call, or having no destination URL present. 
- 
          The UNKNOWN value is returned if the actual value is not exposed by the requested API version. 
- 
          This enumeration is relevant to the CreativeService.HasDestinationUrlCreative dependency. 
The valid actions that a destination URL may perform if the user clicks on the ad.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| 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. |