Skip to content

Commit 9f5409c

Browse files
rediadscharlie-symplorsymplor-alpha
authored
New RediAds Go Bid Adapter and Updated the RediAds Js Adapter. (prebid#5907)
* Update rediads.md * Endpoint param example updated --------- Co-authored-by: charlie <112340977+charlie-symplor@users.noreply.github.com> Co-authored-by: symplor-alpha <112776856+symplor-alpha@users.noreply.github.com>
1 parent dca434b commit 9f5409c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

dev-docs/bidders/rediads.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ biddercode: rediads
66
prebid_member: false
77
media_types: banner, video, native
88
pbjs: true
9-
pbs: false
9+
pbs: true
1010
tcfeu_supported: false
1111
usp_supported: true
1212
coppa_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
}

0 commit comments

Comments
 (0)