-
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.
* 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.
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,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` | | ||
|