Skip to content
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

Converge: update documentation #3063

Merged
merged 2 commits into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions dev-docs/bidders/converge.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
---
layout: bidder
title: Converge
description: Prebid Converge Bidder Adaptor
title: Converge-Digital
description: Converge-Digital Bidder Adaptor
pbjs: true
pbs: true
biddercode: converge
media_types: banner, video
aliasCode : adkernel
media_types: banner, native, video
gdpr_supported: true
usp_supported: true
pbjs_version_notes: not in 5.x
coppa_supported: true
pbs_app_supported: true
gvl_id: 248
schain_supported: true
---

### Note:

The Converge-Digital Bidding adapter requires setup and approval before implementation. Please reach out to <info@converge-digital.com> for more details.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------|
| `uid` | required | Represents the Converge bidder system Ad Slot ID associated with the respective div id from the site page. | `59` | `integer` |
| `priceType` | optional | Can take the values `gross` or `net`, default value is `net`. Net represents the header bid price with the Converge header bidder margin already extracted. Gross price does contain the Converge bidder margin within. | `'gross'` | `string` |
| `keywords` | optional | A set of key-value pairs applied to all ad slots on the page. Values can be empty. | `keywords: { topic: ['stress', 'fear'] }` | `object` |
| Name | Scope | Description | Example | Type |
|----------|----------|-----------------------|---------------------------|----------|
| `host` | required | ConvergeDigital RTB host | `'cpm.convergeselect.net'` | `string` |
| `zoneId` | required | Zone Id | `30164` | `integer` |
28 changes: 0 additions & 28 deletions dev-docs/bidders/converge_digital.md

This file was deleted.