enum DeclarationType (v202411)

  • ThirdPartyDataDeclaration indicates how third-party data is used by an entity.

  • It can have three declaration types: NONE, DECLARED, and UNKNOWN, which are further detailed in a table with descriptions.

  • NONE and DECLARED with an empty company list function similarly in the absence of associated companies.

  • DECLARED implies the presence of a defined set of RichMediaAdsCompany 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 RichMediaAdsCompanys associated with this entity.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.