[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThirdPartyDataDeclaration identifies third-party companies linked with a creative, applicable at both the network and individual creative level.\u003c/p\u003e\n"],["\u003cp\u003eIt uses DeclarationType to specify if any companies are associated (NONE, DECLARED, or UNKNOWN) and thirdPartyCompanyIds to list their IDs.\u003c/p\u003e\n"],["\u003cp\u003eIt helps manage transparency and compliance regarding third-party data usage in creatives.\u003c/p\u003e\n"]]],["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"],null,["# type ThirdPartyDataDeclaration (v202411)\n\n**Service** \n[CreativeService](/ad-manager/api/reference/v202411/CreativeService.ThirdPartyDataDeclaration) [CreativeWrapperService](/ad-manager/api/reference/v202411/CreativeWrapperService.ThirdPartyDataDeclaration) **NetworkService** **Dependencies** \n[getDefaultThirdPartyDataDec...](/ad-manager/api/reference/v202411/NetworkService#getDefaultThirdPartyDataDeclaration \"getDefaultThirdPartyDataDeclaration()\") \n▼\n**ThirdPartyDataDeclaration**\n\n\nRepresents a set of declarations about what (if any) third party\ncompanies are associated with a given creative.\n\nThis can be set at the network level, as a default for all\ncreatives, or overridden for a particular creative.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `declarationType` | ` `[DeclarationType](/ad-manager/api/reference/v202411/NetworkService.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. \u003cbr /\u003e |\n| ### `thirdPartyCompanyIds` | ` `xsd:`long[]` \u003cbr /\u003e |"]]