[[["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-05-15 UTC."],[[["`DeclarationType` identifies how third-party data is used within Google Ad Manager."],["It has three enumerations: `NONE`, `DECLARED`, and `UNKNOWN`, indicating data usage scenarios."],["The declaration helps clarify the association between entities and third-party data companies (`RichMediaAdsCompany`)."],["It falls under the `CreativeService` and uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The core content defines `DeclarationType`, an enumeration for specifying third-party data usage. It outlines three possible values: `NONE`, indicating no associated companies (functionally equivalent to `DECLARED` with an empty company list); `DECLARED`, signifying the presence of `RichMediaAdsCompany` entities; and `UNKNOWN`, representing a value not accessible in the current API version. The namespace is provided as `https://www.google.com/apis/ads/publisher/v202405`. The services related to this are CreativeService, CreativeWrapperService and NetworkService.\n"]]