detectedCategories property

List<String>? detectedCategories
getter/setter pair

IDs of the detected categories.

The taxonomy in which the categories are expressed is specified by the detected_categories_taxonomy field. Use this in conjunction with BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.

Output only.

Implementation

core.List<core.String>? detectedCategories;