[[["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-11-19 UTC."],[[["LabelService utilizes AdCategoryDto to represent a canonical ad category."],["AdCategoryDto objects contain an ID, a localized display name, and a parent ID to define the category's structure."],["This object's data is structured within the namespace `https://www.google.com/apis/ads/publisher/v202411`."]]],["The core content defines the `AdCategoryDto` within the `LabelService` dependency. It details the structure of an ad category, including its canonical `id` (a long integer), localized `displayName` (a string), and the `parentId` (a long integer, 0 if none). The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`. This structure provides a framework for identifying and categorizing ads within the system.\n"]]