Skip to content
Open
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
18 changes: 11 additions & 7 deletions dev-docs/bidders/aceex.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
---
layout: bidder
title: Aceex
description: Prebid Aceex Bidder Adaptor
description: Prebid Aceex Bidder Adapter
biddercode: aceex
gvl_id: 1387
tcfeu_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
userId: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId
media_types: banner, video, native
safeframes_ok: true
deals_supported: true
pbjs: false
deals_supported: false
pbjs: true
pbs: true
multiformat_supported: will-bid-on-one
sidebarType: 1
---

### Note

The Example Bidding adapter requires setup before beginning. Please contact us at <tech@aceex.com>
The Example Bidding adapter requires setup before beginning. Please contact us at <tech@aceex.io>

### Bid Params
### Aceex Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `accountid` | required | Endpoint id | `'hash'` | `string` |
| `bidfloor` | required | General bids floor price | `0.2` | `number` |
| `internalKey` | required | Internal hash of publisher | `'1nn3p089Fs87m21'` | `string` |
| `publisherId` | required | Publisher ID | `'2308'` | `string` |
| `trafficType` | required | Configures the mediaType that should be used. Values can be `'banner'`, `'native'` or `'video'` | `'banner'` | `string`|