Skip to content

Commit

Permalink
#3 radsBidAdapter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rabby-os committed Jul 15, 2019
1 parent d1e2458 commit e0947fb
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions modules/radsBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
```
Module Name: RADS Bidder Adapter
Module Type: Bidder Adapter
Maintainer: prebid@dspx.tv
Maintainer: prebid@recognified.net
```

# Description

RADS video adapter for Prebid.js 1.x
RADS Bidder Adapter for Prebid.js 1.x

# Test Parameters
```
Expand All @@ -20,7 +20,7 @@ RADS video adapter for Prebid.js 1.x
sizes: [
[300, 250],
[300, 600],
], // a display size
], // ad display size
}
},
bids: [
Expand All @@ -30,26 +30,15 @@ RADS video adapter for Prebid.js 1.x
placement: '101',
pfilter: {
floorprice: 1000000, // EUR * 1,000,000,
geo: {
country: 'DE', // country
region: 'DE-BE' // // Region code using ISO-3166-2; 2-letter state code if USA.
},
},
latitude: 52.52437, // Latitude from -90.0 to +90.0, where negative is south.
longitude: 13.41053, // Longitude from -180.0 to +180.0, where negative is west
bcat: "IAB2,IAB4", // List of Blocked Categories (IAB) - comma separated
dvt: "desktop|smartphone|tv|tablet" // DeVice Type (autodetect if not exists),
ip: "1.1.1.1" // user IP
}
}
}
]
},{
}, {
code: 'test-div',
mediaTypes: {
banner: {
sizes: [[320, 50]], // a mobile size
sizes: [[320, 50]] // mobile ad size
}
},
bids: [
Expand All @@ -74,15 +63,8 @@ RADS video adapter for Prebid.js 1.x
{
bidder: "rads",
params: {
placement: "", // placement ID of inventory with RADS
vastFormat: "vast2|vast4", // default vast2
noskip: 1, // 0 or 1
pfilter: {/*
min_duration: 10, // min duration
max_duration: 30, // max duration
min_bitrate: 300, // min bitrate
max_bitrate: 1600, // max bitrate
*/}
placement: "...", // placement ID of inventory with RADS
vastFormat: "vast2|vast4" // default vast2
}
}
]
Expand Down

0 comments on commit e0947fb

Please sign in to comment.