enum AdIdType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
The registry that an ad ID belongs to.
- 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.
|
AD_ID
|
The ad ID is registered with ad-id.org.
|
CLEARCAST
|
The ad ID is registered with clearcast.co.uk.
|
NONE
|
The creative does not have an ad ID outside of Ad Manager.
|
ARPP
|
The ad ID is registered with ARPP Pub-ID.
|
CUSV
|
The ad ID is registered with Auditel Spot ID.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]