type ThirdPartyDataDeclaration (v202411)
Represents a set of declarations about what (if any) third party
companies are associated with a given creative.
This can be set at the network level, as a default for all
creatives, or overridden for a particular creative.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
declarationType
|
DeclarationType
Enumerations
-
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.
|
thirdPartyCompanyIds
|
xsd:long[]
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["ThirdPartyDataDeclaration identifies third-party companies linked with a creative, applicable at both the network and individual creative level."],["It uses DeclarationType to specify if any companies are associated (NONE, DECLARED, or UNKNOWN) and thirdPartyCompanyIds to list their IDs."],["It helps manage transparency and compliance regarding third-party data usage in creatives."]]],["The content defines the `ThirdPartyDataDeclaration`, which represents declarations about third-party companies linked to a creative. This declaration can be set at the network level or for individual creatives. It includes a `declarationType`, which can be `NONE` (no companies), `DECLARED` (companies are listed), or `UNKNOWN`. It also includes `thirdPartyCompanyIds`, a list of identifiers. The `getDefaultThirdPartyDataDeclaration` is accessible via `NetworkService`, while `CreativeService` and `CreativeWrapperService` are also involved.\n"]]