Skip to content

Commit b77931b

Browse files
gchicoyeGabriel Chicoye
andauthored
ybdidder details added (prebid#6405)
Co-authored-by: Gabriel Chicoye <gabriel@macbookrogab24g.lan>
1 parent 1c5d91a commit b77931b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

dev-docs/bidders/ybidder.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ multiformat_supported: will-bid-on-any
2727
{: .table .table-bordered .table-striped }
2828
| Name | Scope | Description | Example | Type |
2929
|---------------|----------|----------------------------|--------------------------------------|-----------|
30-
| `tagId` | required | tag ID | `"testnexx"` | `string` |
30+
| `tagId` | required | tag ID | `"testybid"` | `string` |
3131
| `placement` | required*| Placement | `"TEST_PLACEMENT"` | `string` |
3232

3333
You *must* only include one ID field - either `tagId` or `placement`, not both. If you have questions on which parameter to use, please reach out to your Account Manager.
3434
The `tagId` and `placement` are **mutually exclusive** but at least one is required. If you pass both, `tagId` takes precedence.
3535

36+
Note: The Ybidder bidder adapter requires setup and approval from the Yieldbird team. Please reach out to [team@yieldbird.com](mailto:team@yieldbird.com) for more information.
37+
3638
### First Party Data
3739

3840
Publishers should use the `ortb2` method of setting [First Party Data](/features/firstPartyData.html).
@@ -58,7 +60,7 @@ var adUnits = [
5860
bids: [{
5961
bidder: 'ybidder',
6062
params: {
61-
tagId: 'testnexx'
63+
tagId: 'testybid'
6264
}
6365
}]
6466
},
@@ -74,7 +76,7 @@ var adUnits = [
7476
bids: [{
7577
bidder: 'ybidder',
7678
params: {
77-
tagId: 'testnexx'
79+
tagId: 'testybid'
7880
}
7981
}]
8082
},
@@ -97,7 +99,7 @@ var adUnits = [
9799
bids: [{
98100
bidder: 'ybidder',
99101
params: {
100-
tagId: 'testnexx'
102+
tagId: 'testybid'
101103
}
102104
}]
103105
}

0 commit comments

Comments
 (0)