-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversant adapter include mediaTypes.video #2968
Conversation
… of video parameters
dev-docs/bidders/conversant.md
Outdated
@@ -24,15 +24,24 @@ gvl_id: 24 | |||
| `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` | | |||
| `position` | optional | Ad position on screen. See details below. | `1` | `integer` | | |||
| `white_label_url`| optional | Override the destination URL the request is sent to. | `'https://mydomain.com/hbendpoint'` | `string` | | |||
| `pubcid_name` | optional | Name of the pub common id. Conversant adapter can read the id directly if the UserID module is absent. Default is _pubcid.| `_pubcid` | `string` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put single quotes around the string value.
dev-docs/bidders/conversant.md
Outdated
|
||
| Name | Scope | Description | Example | Type | | ||
|---------------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------|-------------------|------------------| | ||
| `position` | optional | Ad position on screen. See details below. Only supported in in bids.params. | `1` | `integer` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo: "in in"
… of video parameters - review changes
Thanks @jeanstemp. File updated. |
@pycnvr - is this docs PR associated with a code change or ready to merge? |
@bretg Yes. The code change has been merged. I've just added the link. |
Update Conversant doc to say that video params could include mediaType.video.