From b54369f02bad1244bbc4601632cc62978b379e6b Mon Sep 17 00:00:00 2001 From: bretg Date: Sun, 28 Aug 2022 18:39:26 -0400 Subject: [PATCH] Wordsmithing Rubicon bidder doc (#3982) --- dev-docs/bidders/rubicon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/rubicon.md b/dev-docs/bidders/rubicon.md index c988a014fe..8cc7db51cb 100644 --- a/dev-docs/bidders/rubicon.md +++ b/dev-docs/bidders/rubicon.md @@ -35,8 +35,8 @@ For both Prebid.js and Prebid Server, the Rubicon Project adapter requires setup | Name | Scope | Description | Example | Type | |-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------| | `accountId` | required | The publisher account ID | `4934` | `integer` | -| `siteId` | required | The site ID | `13945` | `integer` | -| `zoneId` | required | The zone ID | `23948` | `integer` | +| `siteId` | required | A unique ID for your site | `13945` | `integer` | +| `zoneId` | required | A unique ID for your site's ad placements | `23948` | `integer` | | `position` | optional | Set the page position. Valid values are "atf" and "btf". | `'atf'` | `string` | | `userId` | optional | Site-specific user ID may be reflected back in creatives for analysis. Note that userId needs to be the same for all slots. | `'12345abc'` | `string` | | `floor` | optional | Sets the global floor -- no bids will be made under this value. | `0.50` | `float` |