Skip to content

Commit

Permalink
Wordsmithing Rubicon bidder doc (prebid#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored and jlaso committed Aug 31, 2023
1 parent 9e83244 commit b54369f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/rubicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit b54369f

Please sign in to comment.