detectedAttributes property

List<String>? detectedAttributes
getter/setter pair

Publisher-excludable attributes that were detected for this creative.

Can be used to filter the response of the creatives.list method. If the excluded_attribute field of a bid request contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.

Implementation

core.List<core.String>? detectedAttributes;