Module Name: GetIntent Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
Module that connects to GetIntent's demand sources. Banner and Video formats are supported.
pid
for Publisher IDtid
for Tag ID.
var adUnits = [
{
code: 'test-ad',
sizes: [[300, 250]],
bids: [
{
bidder: "getintent",
params: {
pid: "7",
tid: "test01"
}
}
]
},{
code: 'test-video-ad',
sizes: [[300, 250]],
bids: [
{
bidder: "getintent",
params: {
pid: "7",
tid: "test01"
},
mediaType: "video"
}
]
}
];