AI-generated Key Takeaways
-
ThirdPartyDataDeclaration
indicates how third-party data is used by an entity. -
It can have three declaration types:
NONE
,DECLARED
, andUNKNOWN
, which are further detailed in a table with descriptions. -
NONE
andDECLARED
with an empty company list function similarly in the absence of associated companies. -
DECLARED
implies the presence of a defined set ofRichMediaAdsCompany
related to the entity. -
UNKNOWN
is returned when the API version used doesn't expose the actual declaration type value.
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. |