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

Add new bid adapter for ConnectAd (formerly ServerBid Alias) #1785

Merged
merged 4 commits into from
Apr 16, 2020
Merged
Changes from 2 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
15 changes: 10 additions & 5 deletions dev-docs/bidders/connectad.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
---
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: pubcommonId, unifiedId/tradedesk, digitrustId, id5Id, liveIntent, parrable
rtuschkany marked this conversation as resolved.
Show resolved Hide resolved
---


### Bid Params

{: .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 |