[[["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."],[[["\u003cp\u003eLabelService utilizes AdCategoryDto to represent a canonical ad category.\u003c/p\u003e\n"],["\u003cp\u003eAdCategoryDto objects contain an ID, a localized display name, and a parent ID to define the category's structure.\u003c/p\u003e\n"],["\u003cp\u003eThis object's data is structured within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# type AdCategoryDto (v202411)\n\n**Service** \n**LabelService** **Dependencies** \n[Label](/ad-manager/api/reference/v202411/LabelService.Label) \n▼\n**AdCategoryDto**\n\nA canonical ad category.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-------------------|----------------------------------------------------------------------|\n| ### `id` | ` `xsd:`long` Canonical ID of the ad category. |\n| ### `displayName` | ` `xsd:`string` Localized name of the category. |\n| ### `parentId` | ` `xsd:`long` ID of the category's parent, or 0 if it has no parent. |"]]