Skip to content

Commit

Permalink
Converge: update documentation (#3063)
Browse files Browse the repository at this point in the history
* Converge: update documentation

Reflecting changes from prebid/Prebid.js#7097

* Converge: removing obsolete documentation

Reflecting changes from prebid/Prebid.js#7097
  • Loading branch information
ckbo3hrk authored Jul 1, 2021
1 parent 0f0e6cf commit fb8f124
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 37 deletions.
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 <[email protected]> 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.

0 comments on commit fb8f124

Please sign in to comment.