AI-generated Key Takeaways
-
ThirdPartyDataDeclaration
within Google Ad Manager's API framework denotes how third-party data is utilized. -
It features three enumerations:
NONE
indicating no associated companies,DECLARED
signaling associatedRichMediaAdsCompany
entities, andUNKNOWN
representing unspecified values in the current API. -
The namespace for this declaration is
https://www.google.com/apis/ads/publisher/v202411
.
The declaration about third party data usage on the associated entity.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
NONE
|
There are no companies associated. Functionally the same as DECLARED, combined with an empty company list. |
DECLARED
|
There is a set of RichMediaAdsCompany s associated with this entity.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |