From 9437534b63d6f1ddf16e19372a7da5cf903d841a Mon Sep 17 00:00:00 2001 From: Afrontio Date: Mon, 9 Jun 2025 12:52:34 +0300 Subject: [PATCH 1/3] feat: afront adapter doc --- dev-docs/bidders/afront.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dev-docs/bidders/afront.md diff --git a/dev-docs/bidders/afront.md b/dev-docs/bidders/afront.md new file mode 100644 index 0000000000..2c7e74720d --- /dev/null +++ b/dev-docs/bidders/afront.md @@ -0,0 +1,36 @@ +--- +layout: bidder +title: Afront +description: Prebid Afront Bidder Adaptor +biddercode: afront +tcfeu_supported: true +usp_supported: true +coppa_supported: true +schain_supported: true +media_types: banner, video, native +safeframes_ok: true +deals_supported: true +pbs: true +sidebarType: 1 +floors_supported: true +prebid_member: false +fpd_supported: false +gvl_id: none +multiformat_supported: will-bid-on-one +ortb_blocking_supported: true +userIds: all +--- + +### Note + +The Afront Bidding adapter requires setup before beginning. Please contact us at [support@afront.io](mailto:support@afront.io). +Afront will bid on the first impression in request. + +### Bid Params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | Type | +| ----------------- | -------- | ----------------- | -------- | -------- | +| `clientAccountId` | required | Client account id | `'id'` | `string` | +| `dataSourceId` | required | Data source id | `'hash'` | `string` | From 47b5d2b7a0321476633046f0310e64fb0ae3e80e Mon Sep 17 00:00:00 2001 From: Afrontio Date: Fri, 13 Jun 2025 10:12:09 +0300 Subject: [PATCH 2/3] Update dev-docs/bidders/afront.md ref: correct tcfeu support to false Co-authored-by: Muki Seiler --- dev-docs/bidders/afront.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/afront.md b/dev-docs/bidders/afront.md index 2c7e74720d..44c84a4457 100644 --- a/dev-docs/bidders/afront.md +++ b/dev-docs/bidders/afront.md @@ -3,7 +3,7 @@ layout: bidder title: Afront description: Prebid Afront Bidder Adaptor biddercode: afront -tcfeu_supported: true +tcfeu_supported: false usp_supported: true coppa_supported: true schain_supported: true From e0bfeee87aa99af2c8fd0f0fd8543d08ecba46ba Mon Sep 17 00:00:00 2001 From: Afrontio Date: Mon, 21 Jul 2025 14:13:34 +0300 Subject: [PATCH 3/3] Update afront.md refactoring: corrected bid params spelling --- dev-docs/bidders/afront.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/afront.md b/dev-docs/bidders/afront.md index 44c84a4457..bdadab477b 100644 --- a/dev-docs/bidders/afront.md +++ b/dev-docs/bidders/afront.md @@ -32,5 +32,5 @@ Afront will bid on the first impression in request. | Name | Scope | Description | Example | Type | | ----------------- | -------- | ----------------- | -------- | -------- | -| `clientAccountId` | required | Client account id | `'id'` | `string` | -| `dataSourceId` | required | Data source id | `'hash'` | `string` | +| `accountId` | required | Client account id | `'id'` | `string` | +| `sourceId` | required | Data source id | `'hash'` | `string` |