Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 248c952

Browse files
Create admixeradx.md + update admixer.md with floor support (prebid#4279)
* Create admixeradx.md * add floor support for admixer bid adapter Co-authored-by: Chris Huie <[email protected]>
1 parent 73243df commit 248c952

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

dev-docs/bidders/admixer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ schain_supported: true
1212
gvl_id: 511
1313
userIds: AdmixerID
1414
prebid_member: true
15+
floors_supported: true
1516
sidebarType: 1
1617
---
1718

dev-docs/bidders/admixeradx.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: bidder
3+
title: AdmixerADX
4+
description: Prebid AdmixerADX Bidder Adaptor
5+
pbjs: true
6+
biddercode: admixeradx
7+
aliasCode: admixer
8+
media_types: banner, video, native
9+
gdpr_supported: true
10+
usp_supported: true
11+
schain_supported: true
12+
gvl_id: 511
13+
userIds: AdmixerID
14+
prebid_member: true
15+
floors_supported: true
16+
---
17+
18+
### Bid Params
19+
20+
{: .table .table-bordered .table-striped }
21+
| Name | Scope | Description | Example | Type |
22+
|---------------|----------|------------------------------------------------------------------------------------------------------------------|----------------------------------------|----------|
23+
| `zone` | required | The unique identifier of the ad placement. Could be obtained from the AdBlender UI or from your account manager. | "e5ff8e48-4bd0-4a2c-9236-55530ab8981d" | `string` |
24+
| `kvTargeting` | optional | Key/Value - a pair of the unique values that will be used for the custom targeting option. | {key1: value2, key2: value2} | `object` |

0 commit comments

Comments
 (0)