AI-generated Key Takeaways
-
DeclarationType
is an enumeration used in theNetworkService
of the Google Ad Manager API to declare third-party data usage on associated entities. -
The possible values for
DeclarationType
areNONE
,DECLARED
, andUNKNOWN
. -
NONE
indicates no associated companies, functioning similarly toDECLARED
with an empty company list. -
DECLARED
signifies that a set ofRichMediaAdsCompany
s are associated with the entity. -
UNKNOWN
is 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/v202508
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. |