[[["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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eAdIdType\u003c/code\u003e identifies the registry where an ad ID is registered, such as ad-id.org, clearcast.co.uk, or ARPP Pub-ID.\u003c/p\u003e\n"],["\u003cp\u003eIt helps classify creatives based on their ad ID registration, including options for creatives without external ad IDs (\u003ccode\u003eNONE\u003c/code\u003e) or unknown registration types (\u003ccode\u003eUNKNOWN\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the CreativeService within the Google Ad Manager API and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document outlines `AdIdType` enumerations within the `CreativeService`. It defines the registry associated with an ad ID, including `UNKNOWN` for unexposed values. Other types include `AD_ID` (ad-id.org), `CLEARCAST` (clearcast.co.uk), `NONE` (no external ID), `ARPP` (ARPP Pub-ID), and `CUSV` (Auditel Spot ID). It also describes `CreativeService` dependencies: `BaseAudioCreative` and `BaseVideoCreative`. The data's namespace is specified as `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum AdIdType (v202411)\n\n**Service** \n**CreativeService** **Dependencies** \n[BaseAudioCreative](/ad-manager/api/reference/v202411/CreativeService.BaseAudioCreative) [BaseVideoCreative](/ad-manager/api/reference/v202411/CreativeService.BaseVideoCreative) \n▼\n**AdIdType**\n\nThe registry that an ad ID belongs to.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `AD_ID` | The ad ID is registered with ad-id.org. |\n| `CLEARCAST` | The ad ID is registered with clearcast.co.uk. |\n| `NONE` | The creative does not have an ad ID outside of Ad Manager. |\n| `ARPP` | The ad ID is registered with ARPP Pub-ID. |\n| `CUSV` | The ad ID is registered with Auditel Spot ID. |"]]