Skip to content

Commit d637ee9

Browse files
Update adapter: Selectmedia - update PBJS, add Prebid server adapter (#6560)
* update adapter: selectmedia * make region param required for prebid.js * update tables * update bid params
1 parent 86cc51d commit d637ee9

1 file changed

Lines changed: 25 additions & 61 deletions

File tree

dev-docs/bidders/selectmedia.md

Lines changed: 25 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,37 @@
11
---
22
layout: bidder
3-
title: Select Media Display
4-
description: Prebid Select Media Bidder Adapter
5-
pbjs: true
6-
media_types: banner,video
7-
tcfeu_supported: true
8-
gpp_supported: true
3+
title: Selectmedia
4+
description: Prebid Selectmedia Bidder Adapter
95
biddercode: selectmedia
10-
aliasCode: adtelligent
6+
gpp_sids: usstate_all
7+
tcfeu_supported: true
8+
usp_supported: true
9+
coppa_supported: true
10+
schain_supported: true
11+
deals_supported: false
12+
floors_supported: true
13+
fpd_supported: false
14+
ortb_blocking_supported: false
15+
media_types: banner, video, native
16+
multiformat_supported: will-bid-on-one
17+
userIds: all
18+
pbjs: true
19+
pbs: true
20+
pbs_app_supported: false
21+
safeframes_ok: true
1122
sidebarType: 1
1223
gvl_id: 775
1324
---
1425

15-
### Bid params
26+
## Bid Params
1627

1728
{: .table .table-bordered .table-striped }
18-
| Name | Scope | Description | Example | Type |
19-
|-------|----------|---------------------------------|----------|-----------|
20-
| `aid` | required | The traffic source ID | `232131` | `integer` |
21-
22-
### Test Parameters
23-
24-
``` javascript
25-
var adUnits = [
2629

27-
// Video instream adUnit
28-
{
29-
code: 'div-test-div',
30-
sizes: [[640, 480]],
31-
mediaTypes: {
32-
video: {
33-
context: 'instream'
34-
}
35-
},
36-
bids: [{
37-
bidder: 'selectmedia',
38-
params: {
39-
aid: 331133
40-
}
41-
}]
42-
},
30+
| Name | Scope | Description | Example | Type |
31+
|---------------|----------|----------------------------|-----------------------|------------|
32+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
33+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
4334

44-
// Video outstream adUnit
45-
{
46-
code: 'outstream-test-div',
47-
sizes: [[640, 480]],
48-
mediaTypes: {
49-
video: {
50-
context: 'outstream'
51-
}
52-
},
53-
bids: [{
54-
bidder: 'selectmedia',
55-
params: {
56-
aid: 331133
57-
}
58-
}]
59-
},
35+
## Note
6036

61-
// Banner adUnit
62-
{
63-
code: 'div-test-div',
64-
sizes: [[300, 250]],
65-
bids: [{
66-
bidder: 'selectmedia',
67-
params: {
68-
aid: 350975
69-
}
70-
}]
71-
}
72-
];
73-
```
37+
For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId.

0 commit comments

Comments
 (0)