AudienceRun
Features
Bidder Code | audiencerun | Prebid.org Member | no |
---|---|---|---|
Media Types | display | GDPR TCF Support | yes |
User IDs | none | USP/CCPA Support | no |
Supply Chain Support | no | COPPA Support | no |
Demand Chain Support | no | Safeframes OK | check with bidder |
Supports Deals | check with bidder | Prebid.js Adapter | yes |
IAB GVL ID | check with bidder | Prebid Server Adapter | no |
Floors Module Support | no | First Party Data Support | check with bidder |
"Send All Bids" Ad Server Keys
These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.hb_pb_audiencerun |
hb_bidder_audienceru |
hb_adid_audiencerun |
hb_size_audiencerun |
hb_source_audienceru |
hb_format_audienceru |
hb_cache_host_audien |
hb_cache_id_audience |
hb_uuid_audiencerun |
hb_cache_path_audien |
hb_deal_audiencerun |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
zoneId |
required | string |
Description
Module that connects to AudienceRun demand sources.
Use audiencerun
as bidder.
zoneId
is required and must be 10 alphanumeric characters.
AdUnits configuration example
var adUnits = [{
code: 'test-div',
sizes: [[300, 600]],
bids: [{
bidder: 'audiencerun',
params: {
zoneId: 'xtov2mgij0'
}
}]
}];