From dde552b36f596eeddac98cde78f08d2514642556 Mon Sep 17 00:00:00 2001 From: vrishko Date: Mon, 19 Jan 2026 11:01:42 +0200 Subject: [PATCH] aceexBidAdapter/docs --- dev-docs/bidders/aceex.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/dev-docs/bidders/aceex.md b/dev-docs/bidders/aceex.md index 68968333f1..a8044d8ba6 100644 --- a/dev-docs/bidders/aceex.md +++ b/dev-docs/bidders/aceex.md @@ -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 +The Example Bidding adapter requires setup before beginning. Please contact us at -### 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`|