[[["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."],[[["`DeclarationType` describes how third-party data is used by an entity, such as a creative or network."],["It has three enumerations: `NONE`, `DECLARED`, and `UNKNOWN`, indicating the status of third-party data association."],["`NONE` means no companies are associated, `DECLARED` signifies a defined set of companies, and `UNKNOWN` implies the data is not exposed by the current API."]]],["The `DeclarationType` enum describes third-party data usage associated with an entity. It defines three states: `NONE`, indicating no associated companies (equivalent to `DECLARED` with an empty list); `DECLARED`, signifying the presence of a set of `RichMediaAdsCompany` entities; and `UNKNOWN`, used when the API version doesn't expose the actual value. These states relate to managing dependencies and declarations within services like `CreativeService`, `CreativeWrapperService`, and `NetworkService`.\n"]]