type AdCategoryDto (v202411)

  • 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.

A canonical ad category.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

id

xsd:long

Canonical ID of the ad category.

displayName

xsd:string

Localized name of the category.

parentId

xsd:long

ID of the category's parent, or 0 if it has no parent.