Skip to content

Commit 978c75e

Browse files
authored
SiteId is no longer required for the conversant adapter (prebid#3502)
1 parent e039ff3 commit 978c75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/bidders/conversant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gvl_id: 24
2020

2121
| Name | Scope | Description | Example | Type |
2222
|---------------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------|-------------------|------------------|
23-
| `site_id` | required | The site ID from Conversant. | `'87293'` | `string` |
23+
| `site_id` | optional | The site ID from Conversant. | `'87293'` | `string` |
2424
| `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` |
2525
| `bidfloor` | optional | Bid floor | `0.50` | `float` |
2626
| `tag_id` | optional | Identifies specific ad placement. | `'cnvr-test-tag'` | `string` |

0 commit comments

Comments
 (0)