Module Name: Cointraffic Bidder Adapter
Module Type: Cointraffic Adapter
Maintainer: [email protected]
The Cointraffic client module makes it easy to implement Cointraffic directly into your website. To get started, simply replace the placementId
with your assigned tracker key. This is dependent on the size required by your account dashboard.
We support response in different currencies. Supported currencies listed here.
For additional information on this module, please contact us at [email protected]
.
var adUnits = [{
code: 'test-ad-div',
mediaTypes: {
banner: {
sizes: [[300, 250]],
}
},
bids: [{
bidder: 'cointraffic',
params: {
placementId: 'testPlacementId'
}
}]
}];