diff --git a/dev-docs/bidders/ybidder.md b/dev-docs/bidders/ybidder.md index 68f1eb690b..a09649a68d 100644 --- a/dev-docs/bidders/ybidder.md +++ b/dev-docs/bidders/ybidder.md @@ -27,12 +27,14 @@ multiformat_supported: will-bid-on-any {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|----------------------------|--------------------------------------|-----------| -| `tagId` | required | tag ID | `"testnexx"` | `string` | +| `tagId` | required | tag ID | `"testybid"` | `string` | | `placement` | required*| Placement | `"TEST_PLACEMENT"` | `string` | 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. The `tagId` and `placement` are **mutually exclusive** but at least one is required. If you pass both, `tagId` takes precedence. +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. + ### First Party Data Publishers should use the `ortb2` method of setting [First Party Data](/features/firstPartyData.html). @@ -58,7 +60,7 @@ var adUnits = [ bids: [{ bidder: 'ybidder', params: { - tagId: 'testnexx' + tagId: 'testybid' } }] }, @@ -74,7 +76,7 @@ var adUnits = [ bids: [{ bidder: 'ybidder', params: { - tagId: 'testnexx' + tagId: 'testybid' } }] }, @@ -97,7 +99,7 @@ var adUnits = [ bids: [{ bidder: 'ybidder', params: { - tagId: 'testnexx' + tagId: 'testybid' } }] }