[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["`DestinationUrlType` determines the action taken when a user clicks on an ad's destination URL."],["Possible actions include navigating to a webpage, launching an app, making a call, or having no destination URL (useful for video ads)."],["`DestinationUrlType` is part of the `CreativeService` and is used within the `HasDestinationUrlCreative` context."],["The enumeration values for `DestinationUrlType` include `CLICK_TO_WEB`, `CLICK_TO_APP`, `CLICK_TO_CALL`, `NONE`, and `UNKNOWN`."]]],["The content defines the `DestinationUrlType` within the `CreativeService` in the ad management API. It details valid actions for a destination URL upon ad click, which include `CLICK_TO_WEB` (navigating to a webpage), `CLICK_TO_APP` (starting an application), and `CLICK_TO_CALL` (making a phone call). `NONE` signifies no destination URL. The `UNKNOWN` value is used when the API version doesn't expose the actual value. The namespace for these types is also provided.\n"]]