Skip to content

Commit

Permalink
Create edgequeryx.md (#1962)
Browse files Browse the repository at this point in the history
* Create edgequeryx.md

* Add new Adapter for EdgeQuery X

* Delete edgequeryxBidAdapter.js

* Delete edgequeryxBidAdapter.mb
  • Loading branch information
Edge Query authored May 27, 2020
1 parent 9d17726 commit 39e6f02
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dev-docs/bidders/edgequeryx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: bidder
title: Edge Query X
description: Prebid for Edge Query X Adaptor
hide: true
biddercode: edgequeryx
media_types: display
gdpr_supported: true
schain_supported: true
tcf2_supported: true
usp_supported: true
---

### Note:
The Edge Query bidder adaptor requires setup and approval from the Edge Query team. Please reach out to your account manager for more information and start using it.

### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|----------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|-----------|
| `accountId`| required | The account ID | `test` | `string` |
| `widgetId` | required | The widget ID | `test` | `string` |
| `domain` | optional | The network domain (default see example) | `'https://deep.edgequery.io'` | `string` |
| `appName` | optional | Mobile application name | `'Edge Query Preview'` | `string` |

0 comments on commit 39e6f02

Please sign in to comment.