[[["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."],[[["AdCategoryDto represents a standard ad category within the system."],["It includes an ID, a localized display name, and the ID of its parent category (if any)."],["This data structure is part of the Google Ad Manager API and utilizes a specific namespace for identification."]]],["The core content defines `AdCategoryDto`, a canonical ad category within the `LabelService` and its dependencies. It specifies the namespace as `https://www.google.com/apis/ads/publisher/v202405`. Key information includes the category's `id` (a long integer), its localized `displayName` (a string), and its `parentId` (long integer, 0 if no parent). The information indicates a hierarchical categorization structure for ads.\n"]]