enum AdIdType (v202408)
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/v202408
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\u003eAdIdType identifies the registry where an ad ID is registered, such as ad-id.org or clearcast.co.uk.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the CreativeService within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eAdIdType can be 'UNKNOWN', 'AD_ID', 'CLEARCAST', 'NONE', 'ARPP', or 'CUSV' depending on the ad ID's registration.\u003c/p\u003e\n"],["\u003cp\u003eIf a creative lacks an external ad ID, AdIdType is set to 'NONE'.\u003c/p\u003e\n"]]],["The `CreativeService` includes `BaseAudioCreative` and `BaseVideoCreative`. `AdIdType` indicates the registry of an ad ID. Possible values are: `UNKNOWN` (value not exposed), `AD_ID` (ad-id.org), `CLEARCAST` (clearcast.co.uk), `NONE` (no external ID), `ARPP` (ARPP Pub-ID), and `CUSV` (Auditel Spot ID). This information is within the `https://www.google.com/apis/ads/publisher/v202408` namespace, allowing for the classification of creative ad IDs by their respective registration authority.\n"],null,["# enum AdIdType (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[BaseAudioCreative](/ad-manager/api/reference/v202408/CreativeService.BaseAudioCreative) [BaseVideoCreative](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]