detectedVendorIds property
IDs of the ad technology vendors that were detected to be used by this creative.
See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for
possible values. Can be used to filter the response of the creatives.list
method. If the allowed_vendor_type
field of a
bid request
does not contain one of the vendor type IDs 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.int>? detectedVendorIds;