From ee633c1a4a9102ecd43b4aaa460c1ba815efa90a Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Wed, 9 Jul 2025 17:20:03 +0300 Subject: [PATCH 1/9] adding md for new bidder adapter --- dev-docs/bidders/programmaticxortb.md | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dev-docs/bidders/programmaticxortb.md diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/programmaticxortb.md new file mode 100644 index 0000000000..9b3b416441 --- /dev/null +++ b/dev-docs/bidders/programmaticxortb.md @@ -0,0 +1,41 @@ +layout: bidder +title: Tagoras +description: Prebid Tagoras Bidder Adaptor +biddercode: tagoras +filename: tagorasBidAdapter +userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId +tcfeu_supported: true +usp_supported: true +coppa_supported: false +schain_supported: true +gpp_supported: true +floors_supported: true +media_types: banner, video +prebid_member: false +safeframes_ok: false +deals_supported: false +pbs_app_supported: false +fpd_supported: false +ortb_blocking_supported: false +multiformat_supported: will-bid-on-one +pbjs: true +pbs: true +sidebarType: 1 +--- + +### Bid Params +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|------------|----------|-------------------------------------------------------------------------------------------|------------------------------|----------| +| `cId` | required | The connection ID from Tagoras. | `'562524b21b1c1f08117fc7f9'` | `string` | +| `pId` | required | The publisher ID from Tagoras. | `'59ac17c192832d0011283fe3'` | `string` | +| `bidFloor` | optional | The minimum bid value desired. Tagoras will not respond with bids lower than this value. | `0.90` | `float` | +### Example + ```javascript +var adUnits = [{ + code: 'banner-div', + mediaTypes: { + banner: { + sizes: [ + [300, 250], + [728, 90] \ No newline at end of file From 22a3788ed1ff1289024619d0f67032d8950ad35a Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Wed, 9 Jul 2025 17:37:10 +0300 Subject: [PATCH 2/9] fixing name --- dev-docs/bidders/programmaticxortb.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/programmaticxortb.md index 9b3b416441..224ca46a07 100644 --- a/dev-docs/bidders/programmaticxortb.md +++ b/dev-docs/bidders/programmaticxortb.md @@ -1,8 +1,8 @@ layout: bidder -title: Tagoras -description: Prebid Tagoras Bidder Adaptor -biddercode: tagoras -filename: tagorasBidAdapter +title: Programmaticx +description: Prebid Programmaticx Ortb Bidder Adaptor +biddercode: programmaticx +filename: programmaticxOrtbBidAdapter userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId tcfeu_supported: true usp_supported: true @@ -27,9 +27,9 @@ sidebarType: 1 {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |------------|----------|-------------------------------------------------------------------------------------------|------------------------------|----------| -| `cId` | required | The connection ID from Tagoras. | `'562524b21b1c1f08117fc7f9'` | `string` | -| `pId` | required | The publisher ID from Tagoras. | `'59ac17c192832d0011283fe3'` | `string` | -| `bidFloor` | optional | The minimum bid value desired. Tagoras will not respond with bids lower than this value. | `0.90` | `float` | +| `cId` | required | The connection ID from Programmaticx. | `'562524b21b1c1f08117fc7f9'` | `string` | +| `pId` | required | The publisher ID from Programmaticx. | `'59ac17c192832d0011283fe3'` | `string` | +| `bidFloor` | optional | The minimum bid value desired. Programmaticx will not respond with bids lower than this value. | `0.90` | `float` | ### Example ```javascript var adUnits = [{ From af4948831ce49725cbeba58e17b4c0f4b600e10c Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Wed, 9 Jul 2025 18:33:22 +0300 Subject: [PATCH 3/9] adding gvl id --- dev-docs/bidders/programmaticxortb.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/programmaticxortb.md index 224ca46a07..fc34f02f36 100644 --- a/dev-docs/bidders/programmaticxortb.md +++ b/dev-docs/bidders/programmaticxortb.md @@ -21,6 +21,7 @@ multiformat_supported: will-bid-on-one pbjs: true pbs: true sidebarType: 1 +gvl_id: 1344 --- ### Bid Params From f001bdd8f4e64467c4406efcec3be00f607f8290 Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Wed, 9 Jul 2025 18:45:08 +0300 Subject: [PATCH 4/9] fixing some styles --- dev-docs/bidders/programmaticxortb.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/programmaticxortb.md index fc34f02f36..83886b3866 100644 --- a/dev-docs/bidders/programmaticxortb.md +++ b/dev-docs/bidders/programmaticxortb.md @@ -1,3 +1,4 @@ +--- layout: bidder title: Programmaticx description: Prebid Programmaticx Ortb Bidder Adaptor @@ -24,19 +25,24 @@ sidebarType: 1 gvl_id: 1344 --- -### Bid Params +### Bid Params ### {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |------------|----------|-------------------------------------------------------------------------------------------|------------------------------|----------| | `cId` | required | The connection ID from Programmaticx. | `'562524b21b1c1f08117fc7f9'` | `string` | | `pId` | required | The publisher ID from Programmaticx. | `'59ac17c192832d0011283fe3'` | `string` | | `bidFloor` | optional | The minimum bid value desired. Programmaticx will not respond with bids lower than this value. | `0.90` | `float` | -### Example +### Example ### ```javascript var adUnits = [{ - code: 'banner-div', - mediaTypes: { - banner: { - sizes: [ - [300, 250], - [728, 90] \ No newline at end of file + code: 'banner-div', + mediaTypes: { + banner: { + sizes: [ + [300, 250], + [728, 90] + ] + } + } +}] +``` \ No newline at end of file From 50220af432a4dfc1feb73ea039182b8f717b7290 Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Wed, 9 Jul 2025 18:51:56 +0300 Subject: [PATCH 5/9] fixing some styles, blank lines --- dev-docs/bidders/programmaticxortb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/programmaticxortb.md index 83886b3866..ce16f90d07 100644 --- a/dev-docs/bidders/programmaticxortb.md +++ b/dev-docs/bidders/programmaticxortb.md @@ -33,6 +33,7 @@ gvl_id: 1344 | `pId` | required | The publisher ID from Programmaticx. | `'59ac17c192832d0011283fe3'` | `string` | | `bidFloor` | optional | The minimum bid value desired. Programmaticx will not respond with bids lower than this value. | `0.90` | `float` | ### Example ### + ```javascript var adUnits = [{ code: 'banner-div', @@ -45,4 +46,4 @@ var adUnits = [{ } } }] -``` \ No newline at end of file +``` From cf0cd96a46623f5613e1ddd7da7fb97c970a2236 Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Thu, 10 Jul 2025 16:47:59 +0300 Subject: [PATCH 6/9] adding spaces --- dev-docs/bidders/programmaticxortb.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/programmaticxortb.md index ce16f90d07..7ad8d0c703 100644 --- a/dev-docs/bidders/programmaticxortb.md +++ b/dev-docs/bidders/programmaticxortb.md @@ -26,12 +26,15 @@ gvl_id: 1344 --- ### Bid Params ### + {: .table .table-bordered .table-striped } + | Name | Scope | Description | Example | Type | |------------|----------|-------------------------------------------------------------------------------------------|------------------------------|----------| | `cId` | required | The connection ID from Programmaticx. | `'562524b21b1c1f08117fc7f9'` | `string` | | `pId` | required | The publisher ID from Programmaticx. | `'59ac17c192832d0011283fe3'` | `string` | | `bidFloor` | optional | The minimum bid value desired. Programmaticx will not respond with bids lower than this value. | `0.90` | `float` | + ### Example ### ```javascript From ca09aaf07bb4a6877e1f46fbaa52ca725cd51a13 Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Tue, 15 Jul 2025 17:42:01 +0300 Subject: [PATCH 7/9] change name --- dev-docs/bidders/programmaticxortb.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/programmaticxortb.md index 7ad8d0c703..4e86117ae8 100644 --- a/dev-docs/bidders/programmaticxortb.md +++ b/dev-docs/bidders/programmaticxortb.md @@ -1,10 +1,10 @@ --- layout: bidder -title: Programmaticx -description: Prebid Programmaticx Ortb Bidder Adaptor -biddercode: programmaticx -filename: programmaticxOrtbBidAdapter -userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId +title: Px +description: Prebid PX Bidder Adaptor +biddercode: px +filename: pxBidAdapter +userIds: criteo, id5Id, liveIntentId, netId tcfeu_supported: true usp_supported: true coppa_supported: false @@ -29,11 +29,11 @@ gvl_id: 1344 {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|------------|----------|-------------------------------------------------------------------------------------------|------------------------------|----------| -| `cId` | required | The connection ID from Programmaticx. | `'562524b21b1c1f08117fc7f9'` | `string` | -| `pId` | required | The publisher ID from Programmaticx. | `'59ac17c192832d0011283fe3'` | `string` | -| `bidFloor` | optional | The minimum bid value desired. Programmaticx will not respond with bids lower than this value. | `0.90` | `float` | +| Name | Scope | Description | Example | Type | +|------------|----------|-------------------------------------------------------------------------------------|------------------------------|----------| +| `cId` | required | The connection ID from PX. | `'562524b21b1c1f08117fc7f9'` | `string` | +| `pId` | required | The publisher ID from PX. | `'59ac17c192832d0011283fe3'` | `string` | +| `bidFloor` | optional | The minimum bid value desired. PX will not respond with bids lower than this value. | `0.90` | `float` | ### Example ### From c81882df2654c6c94523c679ace969e192ee8348 Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Wed, 16 Jul 2025 08:31:42 +0300 Subject: [PATCH 8/9] change name --- .../bidders/{programmaticxortb.md => progx.md} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename dev-docs/bidders/{programmaticxortb.md => progx.md} (64%) diff --git a/dev-docs/bidders/programmaticxortb.md b/dev-docs/bidders/progx.md similarity index 64% rename from dev-docs/bidders/programmaticxortb.md rename to dev-docs/bidders/progx.md index 4e86117ae8..1664b64434 100644 --- a/dev-docs/bidders/programmaticxortb.md +++ b/dev-docs/bidders/progx.md @@ -1,9 +1,9 @@ --- layout: bidder -title: Px -description: Prebid PX Bidder Adaptor -biddercode: px -filename: pxBidAdapter +title: ProgX +description: Prebid ProgX Bidder Adaptor +biddercode: progx +filename: progxBidAdapter userIds: criteo, id5Id, liveIntentId, netId tcfeu_supported: true usp_supported: true @@ -31,9 +31,9 @@ gvl_id: 1344 | Name | Scope | Description | Example | Type | |------------|----------|-------------------------------------------------------------------------------------|------------------------------|----------| -| `cId` | required | The connection ID from PX. | `'562524b21b1c1f08117fc7f9'` | `string` | -| `pId` | required | The publisher ID from PX. | `'59ac17c192832d0011283fe3'` | `string` | -| `bidFloor` | optional | The minimum bid value desired. PX will not respond with bids lower than this value. | `0.90` | `float` | +| `cId` | required | The connection ID from ProgX. | `'562524b21b1c1f08117fc7f9'` | `string` | +| `pId` | required | The publisher ID from ProgX. | `'59ac17c192832d0011283fe3'` | `string` | +| `bidFloor` | optional | The minimum bid value desired. ProgX will not respond with bids lower than this value. | `0.90` | `float` | ### Example ### From 0a2691907c91d5cc249af9d80444230879c762bd Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Tue, 29 Jul 2025 09:55:26 +0300 Subject: [PATCH 9/9] change name --- dev-docs/bidders/progx.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-docs/bidders/progx.md b/dev-docs/bidders/progx.md index 1664b64434..992977c075 100644 --- a/dev-docs/bidders/progx.md +++ b/dev-docs/bidders/progx.md @@ -1,9 +1,9 @@ --- layout: bidder -title: ProgX -description: Prebid ProgX Bidder Adaptor -biddercode: progx -filename: progxBidAdapter +title: ProgrammaticX +description: Prebid ProgrammaticX Bidder Adapter +biddercode: programmaticX +filename: programmaticXBidAdapter userIds: criteo, id5Id, liveIntentId, netId tcfeu_supported: true usp_supported: true @@ -31,9 +31,9 @@ gvl_id: 1344 | Name | Scope | Description | Example | Type | |------------|----------|-------------------------------------------------------------------------------------|------------------------------|----------| -| `cId` | required | The connection ID from ProgX. | `'562524b21b1c1f08117fc7f9'` | `string` | -| `pId` | required | The publisher ID from ProgX. | `'59ac17c192832d0011283fe3'` | `string` | -| `bidFloor` | optional | The minimum bid value desired. ProgX will not respond with bids lower than this value. | `0.90` | `float` | +| `cId` | required | The connection ID from ProgrammaticX. | `'562524b21b1c1f08117fc7f9'` | `string` | +| `pId` | required | The publisher ID from ProgrammaticX. | `'59ac17c192832d0011283fe3'` | `string` | +| `bidFloor` | optional | The minimum bid value desired. ProgrammaticX will not respond with bids lower than this value. | `0.90` | `float` | ### Example ###