[[["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-08-20 UTC."],[[["ThirdPartyDataDeclaration represents declarations about third-party companies associated with a creative."],["Declarations can be set at the network level as a default or overridden for specific creatives."],["DeclarationType indicates whether there are associated companies (NONE, DECLARED, UNKNOWN)."],["ThirdPartyCompanyIds stores the IDs of associated third-party companies, if any."]]],["The `ThirdPartyDataDeclaration` defines the association of third-party companies with a creative, applicable at both network and individual creative levels. It utilizes `DeclarationType`, which can be `NONE` (no associated companies), `DECLARED` (companies are associated), or `UNKNOWN` (value not exposed). The `thirdPartyCompanyIds` field, a list of long integers, holds the IDs of the associated `RichMediaAdsCompany`s. You can use it with the `CreativeService`, `CreativeWrapperService` or `NetworkService`.\n"]]