Skip to content

Commit

Permalink
MgidX Bid Adapter: add optional region param (#4932)
Browse files Browse the repository at this point in the history
* native support & some optional params added

* native support & some optional params added

* native support & some optional params added

* make placementId optional

* update media types with native support

* remove optional placementId from integration code samples

* new adapter - MgidX

* add new required param -

* rem host, add region

* del region param

* upd

* upd

* upd

---------

Co-authored-by: gaudeamus <[email protected]>
Co-authored-by: Gaudeamus <[email protected]>
Co-authored-by: velichkin <[email protected]>
Co-authored-by: Evgeny Nagorny <[email protected]>
Co-authored-by: xmgiddev <>
  • Loading branch information
5 people authored Mar 18, 2024
1 parent 61bd153 commit 0c4b9cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dev-docs/bidders/mgidX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: MgidX
description: Prebid MgidX Bidder Adapter
biddercode: mgidX
usp_supported: true
gdpr_supported: true
tcfeu_supported: true
coppa_supported: true
schain_supported: true
Expand All @@ -21,10 +22,11 @@ sidebarType: 1
### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|---------------------------------|------------|
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
| `region` | optional | Region (for Prebid.js) | `'us-east'` (default) or `'eu'` | `'string'` |

### Note

Expand Down

0 comments on commit 0c4b9cd

Please sign in to comment.