diff --git a/dev-docs/bidders/connectad.md b/dev-docs/bidders/connectad.md index f642ea0239..f12474e478 100644 --- a/dev-docs/bidders/connectad.md +++ b/dev-docs/bidders/connectad.md @@ -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 --- @@ -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 |