Skip to content

Commit

Permalink
SiteId is no longer required for the conversant adapter (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwier authored Jan 14, 2022
1 parent e039ff3 commit 978c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/conversant.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gvl_id: 24

| Name | Scope | Description | Example | Type |
|---------------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------|-------------------|------------------|
| `site_id` | required | The site ID from Conversant. | `'87293'` | `string` |
| `site_id` | optional | The site ID from Conversant. | `'87293'` | `string` |
| `secure` | required (for secure pages) | If impression requires secure HTTPS URL creative assets and markup. 0 for non-secure, 1 for secure. Default is non-secure | `1` | `integer` |
| `bidfloor` | optional | Bid floor | `0.50` | `float` |
| `tag_id` | optional | Identifies specific ad placement. | `'cnvr-test-tag'` | `string` |
Expand Down

0 comments on commit 978c75e

Please sign in to comment.