[[["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 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"]]