From dfbb830bc079519978e9e7431dd6a18a5aea99a5 Mon Sep 17 00:00:00 2001 From: mderevyanko Date: Wed, 26 Mar 2025 18:24:49 +0100 Subject: [PATCH 1/7] new adapter adpixis.md --- dev-docs/bidders/adpixis.md | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dev-docs/bidders/adpixis.md diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md new file mode 100644 index 0000000000..195742732f --- /dev/null +++ b/dev-docs/bidders/adpixis.md @@ -0,0 +1,41 @@ +--- +layout: bidder +title: AdPixis +description: Prebid AdPixis Bidder Adaptor +biddercode: adpixis +pbjs: false +pbs: true +media_types: video, banner +userIds: all +fpd_supported: false +tcfeu_supported: false +usp_supported: true +coppa_supported: true +schain_supported: true +prebid_member: false +ortb_blocking_supported: true +multiformat_supported: will-bid-on-one +floors_supported: false +aliasCode: limelightDigital +sidebarType: 1 +--- + +### Bid Params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | Type | +|:--------------|:---------|:--------------------------------------------------------------|:-----------------------|:----------| +| `host` | required | Ad network's RTB host | `''` | `string` | +| `adUnitId` | required | Ad Unit Id will be generated on Platform. | `42` | `integer` | +| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` | +| `publisherId` | required | Publisher ID | `'12345'` | `string` | +| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | +| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | +| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` | +| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | +| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | + + server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. + + server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. \ No newline at end of file From 46aeb7c67c3b801a0ddfa2ee386ea160d7343f48 Mon Sep 17 00:00:00 2001 From: mderevyanko Date: Wed, 26 Mar 2025 18:29:03 +0100 Subject: [PATCH 2/7] pbjs support --- dev-docs/bidders/adpixis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md index 195742732f..66ab69f54e 100644 --- a/dev-docs/bidders/adpixis.md +++ b/dev-docs/bidders/adpixis.md @@ -3,7 +3,7 @@ layout: bidder title: AdPixis description: Prebid AdPixis Bidder Adaptor biddercode: adpixis -pbjs: false +pbjs: true pbs: true media_types: video, banner userIds: all From deb2d81e16ebb054f7e64b773a45fade9a57636d Mon Sep 17 00:00:00 2001 From: mderevyanko Date: Thu, 27 Mar 2025 12:36:18 +0100 Subject: [PATCH 3/7] pbjs support false --- dev-docs/bidders/adpixis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md index 66ab69f54e..195742732f 100644 --- a/dev-docs/bidders/adpixis.md +++ b/dev-docs/bidders/adpixis.md @@ -3,7 +3,7 @@ layout: bidder title: AdPixis description: Prebid AdPixis Bidder Adaptor biddercode: adpixis -pbjs: true +pbjs: false pbs: true media_types: video, banner userIds: all From 66be4ecf71091a512ccf3f0dad801cdc44754fd7 Mon Sep 17 00:00:00 2001 From: mderevyanko Date: Thu, 27 Mar 2025 12:39:14 +0100 Subject: [PATCH 4/7] add empty line --- dev-docs/bidders/adpixis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md index 195742732f..6dbcfdc9e1 100644 --- a/dev-docs/bidders/adpixis.md +++ b/dev-docs/bidders/adpixis.md @@ -38,4 +38,4 @@ sidebarType: 1 server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. - server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. \ No newline at end of file + server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. From 7652932104b154c6704cc16cd92c8df808d1610e Mon Sep 17 00:00:00 2001 From: maksimD24 <129727954+maksimD24@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:44:58 +0200 Subject: [PATCH 5/7] Update adpixis.md Fix --- dev-docs/bidders/adpixis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md index 6dbcfdc9e1..dac3a6a7de 100644 --- a/dev-docs/bidders/adpixis.md +++ b/dev-docs/bidders/adpixis.md @@ -36,6 +36,6 @@ sidebarType: 1 | `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | | `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | - server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. +AdPixis server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But AdPixis client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. - server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. +AdPixis server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But AdPixis client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. From dcbfca9f1b9f06bc282c8f30ad86a2f36d585212 Mon Sep 17 00:00:00 2001 From: maksimD24 <129727954+maksimD24@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:00:44 +0200 Subject: [PATCH 6/7] Update adpixis.md remove required fields --- dev-docs/bidders/adpixis.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md index dac3a6a7de..4092579352 100644 --- a/dev-docs/bidders/adpixis.md +++ b/dev-docs/bidders/adpixis.md @@ -26,9 +26,7 @@ sidebarType: 1 | Name | Scope | Description | Example | Type | |:--------------|:---------|:--------------------------------------------------------------|:-----------------------|:----------| -| `host` | required | Ad network's RTB host | `''` | `string` | -| `adUnitId` | required | Ad Unit Id will be generated on Platform. | `42` | `integer` | -| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` | +| `host` | required | Ad network's RTB host | `'adpixis-rtb.com'` | `string` | | `publisherId` | required | Publisher ID | `'12345'` | `string` | | `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | | `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | @@ -36,6 +34,5 @@ sidebarType: 1 | `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | | `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | -AdPixis server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But AdPixis client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. - -AdPixis server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But AdPixis client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. +AdPixis server-side Prebid Server adapter requires only `publisherId` and `host` parameters. +AdPixis server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. From 8d4bd40bfc3ebfb969780f2591300e5ec7909e7b Mon Sep 17 00:00:00 2001 From: maksimD24 <129727954+maksimD24@users.noreply.github.com> Date: Thu, 3 Apr 2025 20:43:07 +0200 Subject: [PATCH 7/7] Update adpixis.md Set Host to Optional --- dev-docs/bidders/adpixis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md index 4092579352..abee916785 100644 --- a/dev-docs/bidders/adpixis.md +++ b/dev-docs/bidders/adpixis.md @@ -26,8 +26,8 @@ sidebarType: 1 | Name | Scope | Description | Example | Type | |:--------------|:---------|:--------------------------------------------------------------|:-----------------------|:----------| -| `host` | required | Ad network's RTB host | `'adpixis-rtb.com'` | `string` | | `publisherId` | required | Publisher ID | `'12345'` | `string` | +| `host` | optional | Ad network's RTB host | `'adpixis-rtb.com'` | `string` | | `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | | `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | | `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |