enum DeclarationType (v202502)

  • DeclarationType is an enumeration used within the CreativeWrapperService and NetworkService to declare third-party data usage on an associated entity.

  • The possible values for DeclarationType are NONE, DECLARED, and UNKNOWN, each representing a different state of third-party company association or declaration.

  • NONE indicates no associated companies, functionally equivalent to DECLARED with an empty list, while DECLARED signifies a list of RichMediaAdsCompany objects are associated.

  • UNKNOWN is a placeholder 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/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.