AI-generated Key Takeaways
-
AdIdType
identifies the registry where an ad ID is registered, such as ad-id.org, clearcast.co.uk, or ARPP Pub-ID. -
It helps classify creatives based on their ad ID registration, including options for creatives without external ad IDs (
NONE
) or unknown registration types (UNKNOWN
). -
This enumeration is part of the CreativeService within the Google Ad Manager API and uses the namespace
https://www.google.com/apis/ads/publisher/v202411
.
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. |