AI-generated Key Takeaways
-
ThirdPartyDataDeclaration
indicates how third-party data is used by an entity. -
It has three possible values:
NONE
,DECLARED
, andUNKNOWN
. -
NONE
means there is no third-party data association, similar toDECLARED
with an empty company list. -
DECLARED
signifies a set ofRichMediaAdsCompany
entities are linked to the entity. -
UNKNOWN
is a placeholder value when the real value isn't available in the requested API version.
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. |