Module Name: Slimcut Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
Use slimcut
as bidder.
placementId
is required and must be integer.
The Slimcut adapter requires setup and approval from the Slimcut team. Please reach out to your account manager for more information.
var adUnits = [
{
code: 'test-div',
sizes: [[640, 480]],
bids: [
{
bidder: "slimcut",
params: {
placementId: 1234
}
}
]
}
];
pbjs.setConfig({
userSync: {
iframeEnabled: true,
syncEnabled: true,
syncDelay: 1
}
});