[[["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-08-20 UTC."],[[["AdCategoryDto represents a standard ad category within the system."],["It's uniquely identified by an ID and has a localized name for display."],["AdCategoryDto can be organized hierarchically, with a parentId indicating its parent category."]]],["The core content describes the `AdCategoryDto` within the `LabelService` of the `v202408` API. It defines an ad category with three key fields: `id` (a unique long integer), `displayName` (a localized string name), and `parentId` (the long integer ID of the parent category, or 0 if none). It belongs to the `https://www.google.com/apis/ads/publisher/v202408` namespace. The label service depends on the `Label` type.\n"]]