Skip to content

Commit 1d6d32c

Browse files
authored
Welect Adapter: update docs with new params (#6058)
1 parent 8139303 commit 1d6d32c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-docs/bidders/welect.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ sidebarType: 1
2424
---
2525

2626
### Note
27+
2728
The Welect bidder adapter requires setup and approval from the Welect team. Please reach out to [[email protected]](mailto:[email protected]) for more information.
2829

2930
### Bid params
3031

3132
{: .table .table-bordered .table-striped }
33+
3234
| Name | Description | Example | Type |
3335
|---|---|---|---|
3436
| `placementId` | an identifier for your placement, provided by Welect | `'exampleID'` | `string` |
35-
| `domain` | The domain of your placement | `'www.example.com'` | `string` |
3637

3738
### Example Ad Unit Setup
3839

@@ -41,13 +42,12 @@ var adUnits = [
4142
{
4243
bidder: 'welect',
4344
params: {
44-
placementId: 'exampleId',
45-
domain: 'www.welect.de'
45+
placementId: 'exampleId'
4646
},
47-
sizes: [[640, 360]],
4847
mediaTypes: {
4948
video: {
50-
context: 'instream'
49+
context: 'instream',
50+
playerSize: [640, 360]
5151
}
5252
},
5353
};

0 commit comments

Comments
 (0)