[[["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 2024-02-13 UTC."],[[["ThirdPartyDataDeclaration represents declarations about third-party companies associated with a creative."],["Declarations can be set network-wide, acting as a default, or individually for each creative."],["It includes fields for declaration type (none, declared, or unknown) and associated third-party company IDs."],["The declaration type indicates whether any companies are associated and how that association is defined."],["This information is part of the Google Ad Manager API and uses a specific namespace for interactions."]]],["The `ThirdPartyDataDeclaration` defines the association of third-party companies with a creative, configurable at either the network or individual creative level. It uses `declarationType` to specify if third-party companies are associated, with options being `NONE`, `DECLARED`, or `UNKNOWN`. If `DECLARED`, the associated `thirdPartyCompanyIds` are listed as a array of `long`. There are `CreativeService` and `NetworkService` that use `ThirdPartyDataDeclaration`.\n"]]