AI-generated Key Takeaways
-
DeclarationTypeis an enumeration used to declare the usage of third-party data on an associated entity within the Google Ad Manager API. -
The possible values for
DeclarationTypeareNONE,DECLARED, andUNKNOWN. -
NONEindicates no associated companies, functioning likeDECLAREDwith an empty company list. -
DECLAREDsignifies that a set ofRichMediaAdsCompanys are linked to the entity. -
UNKNOWNis returned when the actual value is not exposed by the requested API version.
The declaration about third party data usage on the associated entity.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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 RichMediaAdsCompanys associated with this entity.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |