File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ biddercode: rediads
66prebid_member : false
77media_types : banner, video, native
88pbjs : true
9- pbs : false
9+ pbs : true
1010tcfeu_supported : false
1111usp_supported : true
1212coppa_supported : false
@@ -27,9 +27,9 @@ sidebarType: 1
2727{: .table .table-bordered .table-striped }
2828| Name | Scope | Description | Example | Type |
2929| --------------| ----------| -----------------------------------------------------------------------------| ----------------------| ----------------|
30- | account_id | required | Account ID generated on the Rediads Platform. | '12345' | string |
31- | site | optional | Site domain name. | 'rediads.com' | string |
32- | slot | optional | Unique identifier for the ad slot generated on the platform. | '54321' | string |
30+ | account_id | required | Account ID generated on the Rediads Platform. | '123xyz' | string |
31+ | endpoint | optional | Only to be used if RediAds team provides you with one. | 'bidding2' | string |
32+ | slot | optional | Unique identifier for the ad slot generated on the platform. | '54321' | string |
3333
3434---
3535
@@ -64,7 +64,6 @@ var adUnits = [
6464 bidder: ' rediads' ,
6565 params: {
6666 account_id: ' 12345' ,
67- site: ' rediads.com' ,
6867 slot: ' 54321'
6968 }
7069 }
You can’t perform that action at this time.
0 commit comments