Skip to content

Commit

Permalink
Add new bid adapter for ConnectAd (formerly ServerBid Alias) (#1785)
Browse files Browse the repository at this point in the history
* ConnectAd Update (formerly ServerBid Alias)

* Add new bid adapter for ConnectAd (formerly ServerBid Alias)

* UserIds Update

* putting table macro back

this doesn't display well without the macro

Co-authored-by: bretg <[email protected]>
  • Loading branch information
rtuschkany and bretg authored Apr 16, 2020
1 parent 0b35b4c commit c3b2855
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions dev-docs/bidders/connectad.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
layout: bidder
title: ConnectAd
description: Prebid Serverbid Bidder Adaptor
description: ConnectAd Prebid Adaptor
hide: true
biddercode: connectad
aliasCode: serverbid
media_types: banner
gdpr_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
userIds: digitrust, id5Id, liveIntentId, parrableId, pubCommonId, unifiedId
---


Expand All @@ -13,5 +18,6 @@ aliasCode: serverbid
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|--------------------------------|---------|-----------|
| `siteId` | required | The site ID from ConnectAd. | `12345` | `integer` |
| `networkId` | required | The network ID from ConnectAd. | `10047` | `integer` |
| `siteId` | required | The site ID from ConnectAd. | 12345 | integer |
| `networkId` | required | The network ID from ConnectAd. | 10047 | integer |
| `floorprice`| optional | Requested Floorprice | 0.15 | integer |

0 comments on commit c3b2855

Please sign in to comment.