type AdCategoryDto (v202508)

  • AdCategoryDto represents a canonical ad category.

  • It includes fields for the category's ID, localized display name, and parent ID.

  • The id and parentId fields are long type, while displayName is a string.

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

A canonical ad category.


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

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.