Module Name: BLIINK Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected] | [email protected]
gdpr_supported: true
tcf2_supported: true
media_types: banner, video
Module that connects to BLIINK demand sources to fetch bids.
const adUnits = [
{
code: '/19968336/test',
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [
{
bidder: 'bliink',
params: {
tagId: '41'
}
}
]
}
]
const adUnits = [
{
code: '/19968336/prebid_cache_video_adunit',
sizes: [[640,480]],
mediaType: 'video',
mediaTypes: {
video: {
context: 'instream',
playerSize: [[640,480]],
}
},
bids: [
{
bidder: 'bliink',
params: {
tagId: '41',
}
}
]
}
]
const adUnits = [
{
code: '/19968336/prebid_cache_video_adunit',
sizes: [[640,480]],
mediaType: 'video',
mediaTypes: {
video: {
context: 'outstream',
playerSize: [[640,480]],
}
},
bids: [
{
bidder: 'bliink',
params: {
tagId: '41',
}
}
]
}
]