type AdCategoryDto (v202502)

  • AdCategoryDto is a canonical ad category used within the LabelService dependencies.

  • An AdCategoryDto has fields for its canonical ID, localized display name, and the ID of its parent category.

  • The parentId field is 0 if the category has no parent.

A canonical ad category.


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

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.