Skip to content

Commit

Permalink
#3 radsBidAdapter.md: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rabby-os committed Sep 18, 2019
1 parent e0947fb commit dafbae2
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions modules/radsBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,10 @@ RADS Bidder Adapter for Prebid.js 1.x
```
var adUnits = [
{
code: 'test-div',
code: "test-div",
mediaTypes: {
banner: {
sizes: [
[300, 250],
[300, 600],
], // ad display size
}
},
bids: [
{
bidder: "rads",
params: {
placement: '101',
pfilter: {
floorprice: 1000000, // EUR * 1,000,000,
}
}
}
]
}, {
code: 'test-div',
mediaTypes: {
banner: {
sizes: [[320, 50]] // mobile ad size
sizes: [[320, 50]]
}
},
bids: [
Expand All @@ -49,25 +28,6 @@ RADS Bidder Adapter for Prebid.js 1.x
}
}
]
},
{
// video settings
code: 'video-obj',
mediaTypes: {
video: {
context: 'instream',
playerSize: [640, 480]
}
},
bids: [
{
bidder: "rads",
params: {
placement: "...", // placement ID of inventory with RADS
vastFormat: "vast2|vast4" // default vast2
}
}
]
}
];
```
Expand Down

0 comments on commit dafbae2

Please sign in to comment.