type ThirdPartyDataDeclaration (v202402)
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/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["ThirdPartyDataDeclaration objects represent declarations about third-party companies associated with a creative."],["These declarations can be set at the network level or overridden for specific creatives."],["Declarations include a type indicating whether companies are associated and a list of associated company IDs."]]],["The `ThirdPartyDataDeclaration` defines the association of third-party companies with a creative. It can be set at the network level or overridden per creative. Key actions include declaring third-party companies using `declarationType`, with options: `NONE` (no companies), `DECLARED` (company list provided), or `UNKNOWN`. `thirdPartyCompanyIds` stores the IDs of the associated companies as a list of long integers. The `CreativeService`, `CreativeWrapperService` and `NetworkService` are the services that are related to the `ThirdPartyDataDeclaration` and the `CreativeWrapper` is part of the `CreativeWrapperService`\n"]]