Skip to content

Commit

Permalink
docs(module): kueezrtb adapter dev-docs (#4052)
Browse files Browse the repository at this point in the history
* docs(module): kueezrtb adapter dev-docs

* docs(module): update subDomain default value

* docs(module): updated kueezrtb flags

* added GVLID code
  • Loading branch information
uditalias authored Nov 23, 2022
1 parent a561abe commit 6a11562
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dev-docs/bidders/kueezrtb.md
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` |

0 comments on commit 6a11562

Please sign in to comment.