Skip to content

Commit

Permalink
new adquery adapter (#3275)
Browse files Browse the repository at this point in the history
* new Adapter

* Removed prebid version note. We support version 5.x

Co-authored-by: m.czerwiak <[email protected]>
  • Loading branch information
adquery and m.czerwiak authored Sep 24, 2021
1 parent 909a551 commit ec5b5ac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dev-docs/bidders/adquery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: bidder
title: Adquery
description: Prebid Adquery Bidder Adaptor
pbjs: true
biddercode: adquery
gdpr_supported: true
usp_supported: true
schain_supported: true
gvl_id: 902
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------|-------------------------------------------|-----------|
| `placementId` | required | Placement ID | `6d93f2a0e5f0fe2cc3a6e9e3ade964b43b07f897`| `string` |
| `type` | required | Ad Type | `banner300x250` | `string` |

0 comments on commit ec5b5ac

Please sign in to comment.