[[["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-02-13 UTC."],[[["AdCategoryDto represents a standard ad category within the system."],["Each category is uniquely identified by an ID and has a localized display name."],["Categories can be organized hierarchically, with a parentId indicating its parent category (or 0 for no parent)."]]],["The core content defines `AdCategoryDto`, a canonical ad category within the `LabelService`'s dependencies. It includes three key fields: `id` (a unique long integer), `displayName` (the localized category name), and `parentId` (the ID of the parent category, or 0 if none). The namespace for these elements is `https://www.google.com/apis/ads/publisher/v202402`. These details explain how to identify and define the structure of an ad category.\n"]]