enum DeclarationType (v202502)

  • DeclarationType describes the usage of third-party data on an associated entity.

  • It has three possible values: NONE, DECLARED, and UNKNOWN.

  • NONE means no companies are associated, equivalent to DECLARED with an empty list.

  • DECLARED indicates a set of associated RichMediaAdsCompanies.

  • UNKNOWN is returned if the actual value is not exposed by the API version.

The declaration about third party data usage on the associated entity.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.