type AdCategoryDto (v202505)

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

  • AdCategoryDto includes fields for id, displayName, and parentId.

  • The id is the canonical ID, displayName is the localized name, and parentId is the ID of the parent category.

  • The namespace for AdCategoryDto is https://www.google.com/apis/ads/publisher/v202505.

A canonical ad category.


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

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.