Module Name: Optable Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
Module that connects to Optable's demand sources.
Name | Scope | Type | Description | Example |
---|---|---|---|---|
site |
required | String | Optable site ID provided by your Optable representative. | "aaaaaaaa" |
Not supported at the moment.
var adUnits = [
{
code: 'test-div',
sizes: [[728, 90]], // a display size
mediaTypes: {'banner': {}},
bids: [
{
bidder: 'optable',
params: {
site: 'aaaaaaaa',
},
},
],
},
];