-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(module): kueezrtb adapter dev-docs (#4052)
* docs(module): kueezrtb adapter dev-docs * docs(module): update subDomain default value * docs(module): updated kueezrtb flags * added GVLID code
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: bidder | ||
title: KueezRTB | ||
description: Prebid KueezRTB Bidder Adaptor | ||
biddercode: kueezrtb | ||
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId | ||
gdpr_supported: true | ||
usp_supported: true | ||
coppa_supported: false | ||
schain_supported: true | ||
floors_supported: true | ||
media_types: banner | ||
prebid_member: false | ||
safeframes_ok: false | ||
deals_supported: false | ||
pbs_app_supported: false | ||
fpd_supported: false | ||
ortb_blocking_supported: false | ||
multiformat_supported: will-bid-on-one | ||
gvl_id: 1165 | ||
pbjs: true | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|------------|----------|-------------------------------------------------------------------------------------------|------------------------------|----------| | ||
| `cId` | required | The connection ID from KueezRTB. | `'562524b21b1c1f08117fc7f9'` | `string` | | ||
| `pId` | required | The publisher ID from KueezRTB. | `'59ac17c192832d0011283fe3'` | `string` | | ||
| `bidFloor` | required | The minimum bid value desired. KueezRTB will not respond with bids lower than this value. | `0.90` | `float` | | ||
| `subDomain`| optional | Sets the server subdomain, default: 'exchange'. | `'exchange'` | `string` | |