enum DeclarationType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
DeclarationType describes the declaration about third-party data usage on the associated entity.
The possible enumeration values are NONE, DECLARED, and UNKNOWN, each with a specific description.
NONE means no companies are associated, DECLARED means there is a set of RichMediaAdsCompanys associated, and UNKNOWN means the value is not exposed by the API version.
[[["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 2025-08-06 UTC."],[],["The `DeclarationType` defines how third-party data usage is handled. `NONE` signifies no associated companies, similar to `DECLARED` with an empty list. `DECLARED` indicates the presence of `RichMediaAdsCompany`s. `UNKNOWN` is returned when the API version doesn't expose the actual value. These types are used within `CreativeService`, `CreativeWrapperService` and `NetworkService`, specifically to manage `ThirdPartyDataDeclaration` in ad management. The namespace for these types is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]