detectedProductCategories property

List<int>? detectedProductCategories
getter/setter pair

Detected product categories, if any.

See the ad-product-categories.txt file in the technical documentation for a list of IDs. Can be used to filter the response of the creatives.list method.

Implementation

core.List<core.int>? detectedProductCategories;