Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create edgequeryx.md #1962

Merged
merged 5 commits into from
May 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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` |