From ab0cfc2df2d5aa0838f17246face6c1b7b22b079 Mon Sep 17 00:00:00 2001 From: AcuityAds Date: Wed, 17 Aug 2022 10:32:37 +0300 Subject: [PATCH 1/8] add prebid.js adapter --- dev-docs/bidders/acuityads.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index 95d4784821..4804acd537 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -11,7 +11,7 @@ userId: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableI media_types: banner, video, native safeframes_ok: true deals_supported: true -pbjs: false +pbjs: true pbs: true --- @@ -19,10 +19,16 @@ pbs: true The Example Bidding adapter requires setup before beginning. Please contact us at rafi.babler@acuityads.com -### Bid Params +### Prebid.JS Bid Params {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|-----------------------|-----------|-----------| | `host` | required | Region id | `'ep1'` | `string` | | `accountid` | required | Endpoint id | `'hash'` | `string` | + +### Prebid Server Bid Params +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------|-----------|-----------| +| `placementId` | required | Placement ID | `123` | `string` | From 51965d58f2c903c5efa0022c78a4cf64fe4129e3 Mon Sep 17 00:00:00 2001 From: AcuityAds Date: Wed, 17 Aug 2022 10:41:24 +0300 Subject: [PATCH 2/8] updates --- dev-docs/bidders/acuityads.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index 4804acd537..e586406f75 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -20,15 +20,15 @@ pbs: true The Example Bidding adapter requires setup before beginning. Please contact us at rafi.babler@acuityads.com ### Prebid.JS Bid Params - {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|-----------------------|-----------|-----------| -| `host` | required | Region id | `'ep1'` | `string` | -| `accountid` | required | Endpoint id | `'hash'` | `string` | +| `placementId` | required | Placement ID | `'123'` | `string` | ### Prebid Server Bid Params + {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|-----------------------|-----------|-----------| -| `placementId` | required | Placement ID | `123` | `string` | +| `host` | required | Region id | `'ep1'` | `string` | +| `accountid` | required | Endpoint id | `'hash'` | `string` | From c40ced81aa82693ff2f53aad3286df44dc92ebcc Mon Sep 17 00:00:00 2001 From: AcuityAds Date: Wed, 17 Aug 2022 10:42:08 +0300 Subject: [PATCH 3/8] updates --- dev-docs/bidders/acuityads.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index e586406f75..b5acc3c418 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -20,6 +20,7 @@ pbs: true The Example Bidding adapter requires setup before beginning. Please contact us at rafi.babler@acuityads.com ### Prebid.JS Bid Params + {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|-----------------------|-----------|-----------| From 0ca2f5b4f42a6130e0407bab2f559ee9c61a1010 Mon Sep 17 00:00:00 2001 From: AcuityAdsIntegrations Date: Tue, 6 Jun 2023 13:28:41 +0300 Subject: [PATCH 4/8] update Prebid Server documentation --- dev-docs/bidders/acuityads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index b5acc3c418..3e5d0a6485 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -32,4 +32,4 @@ The Example Bidding adapter requires setup before beginning. Please contact us a | Name | Scope | Description | Example | Type | |---------------|----------|-----------------------|-----------|-----------| | `host` | required | Region id | `'ep1'` | `string` | -| `accountid` | required | Endpoint id | `'hash'` | `string` | +| `accountid` | required | Endpoint id / Placement id | `'hash'` | `string` | From 6a602e25204215c48d1798bb58b0ec7accd79504 Mon Sep 17 00:00:00 2001 From: AcuityAds Date: Thu, 28 Sep 2023 10:29:39 +0300 Subject: [PATCH 5/8] add gpp --- dev-docs/bidders/acuityads.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index aaa085ad91..fe72496b4c 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -9,6 +9,7 @@ tcfeu_supported: true usp_supported: true coppa_supported: true schain_supported: true +gpp_supported: true userId: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId media_types: banner, video, native safeframes_ok: true From 42c0f135b8982d9b832c371b819d4bd02b2907f3 Mon Sep 17 00:00:00 2001 From: AcuityAds Date: Wed, 15 May 2024 01:21:34 +0300 Subject: [PATCH 6/8] upd filename --- dev-docs/bidders/acuityads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index fe72496b4c..fc30eeaf58 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -3,7 +3,7 @@ layout: bidder title: AcuityAds description: Prebid AcuityAds Bidder Adaptor biddercode: acuityads -filename: acuityAdsBidAdapter +filename: acuityadsBidAdapter gvl_id: 231 tcfeu_supported: true usp_supported: true From 5fb84f2d78abb786e98f709198b2ec0ef7c0a395 Mon Sep 17 00:00:00 2001 From: AcuityAds Date: Sun, 12 Jan 2025 19:04:48 +0200 Subject: [PATCH 7/8] add endpointId param --- dev-docs/bidders/acuityads.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index fc30eeaf58..7cfb180f55 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -26,9 +26,12 @@ The Example Bidding adapter requires setup before beginning. Please contact us a ### Prebid.JS Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-----------------------|-----------|-----------| -| `placementId` | required | Placement ID | `'123'` | `string` | +| Name | Scope | Description | Example | Type | +|---------------|----------|--------------|---------------------------------|------------| +| `placementId` | optional | Placement Id | `'123'` | `'string'` | +| `endpointId` | optional | Endpoint Id | `'456'` | `'string'` | + +For the prebid.js you only need to use one parameter: either placementId or endpointId ### Prebid Server Bid Params From 62b5969d3ae2fded2b9f15b1099817ea5957cf60 Mon Sep 17 00:00:00 2001 From: Kanceliarenko Date: Thu, 3 Jul 2025 12:42:17 +0300 Subject: [PATCH 8/8] handle publisherId --- dev-docs/bidders/acuityads.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/acuityads.md b/dev-docs/bidders/acuityads.md index 7cfb180f55..b94df0d385 100644 --- a/dev-docs/bidders/acuityads.md +++ b/dev-docs/bidders/acuityads.md @@ -30,6 +30,7 @@ The Example Bidding adapter requires setup before beginning. Please contact us a |---------------|----------|--------------|---------------------------------|------------| | `placementId` | optional | Placement Id | `'123'` | `'string'` | | `endpointId` | optional | Endpoint Id | `'456'` | `'string'` | +| `publisherId` | optional | Publisher Id | `'789'` | `'string'` | For the prebid.js you only need to use one parameter: either placementId or endpointId