From 2732ae2b5fb791bbfa7d9512820b8ba24dcb544d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rufiange?= Date: Tue, 31 Mar 2026 13:21:24 -0400 Subject: [PATCH 1/2] feat: declare GVL vendor ID 1569 and enable TCF-EU support Add gvl_id: 1569 to bidder and RTD module documentation. Set tcfeu_supported: true and gdpr_supported: true. --- dev-docs/bidders/contxtful.md | 3 ++- dev-docs/modules/contxtfulRtdProvider.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/contxtful.md b/dev-docs/bidders/contxtful.md index 550cdb02f6..30954b4b7b 100644 --- a/dev-docs/bidders/contxtful.md +++ b/dev-docs/bidders/contxtful.md @@ -3,7 +3,8 @@ layout: bidder title: Contxtful description: Prebid Contxtful Bidder Adapter biddercode: contxtful -tcfeu_supported: false +gvl_id: 1569 +tcfeu_supported: true usp_supported: true coppa_supported: true schain_supported: true diff --git a/dev-docs/modules/contxtfulRtdProvider.md b/dev-docs/modules/contxtfulRtdProvider.md index b5523da656..55062a3251 100644 --- a/dev-docs/modules/contxtfulRtdProvider.md +++ b/dev-docs/modules/contxtfulRtdProvider.md @@ -7,6 +7,8 @@ page_type: module module_type: rtd module_code : contxtfulRtdProvider enable_download : true +gvl_id: 1569 +gdpr_supported: true vendor_specific: true sidebarType : 1 --- From 768acee2cd6d826dc37285ba5b45fc0bd57577c5 Mon Sep 17 00:00:00 2001 From: sebastienrufiange Date: Tue, 31 Mar 2026 14:43:23 -0400 Subject: [PATCH 2/2] doc: lint --- dev-docs/bidders/contxtful.md | 13 +++++++------ dev-docs/modules/contxtfulRtdProvider.md | 15 ++++++++------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/dev-docs/bidders/contxtful.md b/dev-docs/bidders/contxtful.md index 30954b4b7b..52cb4dfd7a 100644 --- a/dev-docs/bidders/contxtful.md +++ b/dev-docs/bidders/contxtful.md @@ -21,17 +21,18 @@ multiformat_supported: will-bid-on-any ortb_blocking_supported: true --- -### Note +## Note The Contxtful bidder adapter requires some setup. Contact us at [contact@contxtful.com](mailto:contact@contxtful.com) -### Bid Params +## Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|-------------|----------|------------------------------------------------------------|------------------------------|----------------------| -| `placementId` | required | The placement identifier | `'p12345678'` | `string` | -| `customerId` | required | The customer identifier | `'DEMO123456'` | `string` | + +| Name | Scope | Description | Example | Type | +|----------------|----------|------------------------------|----------------|----------| +| `placementId` | required | The placement identifier | `'p12345678'` | `string` | +| `customerId` | required | The customer identifier | `'DEMO123456'` | `string` | ### Configuration - Prebid.js Adapter diff --git a/dev-docs/modules/contxtfulRtdProvider.md b/dev-docs/modules/contxtfulRtdProvider.md index 55062a3251..ddf879f598 100644 --- a/dev-docs/modules/contxtfulRtdProvider.md +++ b/dev-docs/modules/contxtfulRtdProvider.md @@ -59,13 +59,14 @@ pbjs.setConfig({ ## Parameters {: .table .table-bordered .table-striped } -| Name | Type | Scope | Description | -|---------------------|----------|----------|--------------------------------------------| -| `version` | `String` | Required | Specifies the version of the Contxtful Receptivity API. | -| `customer` | `String` | Required | Your unique customer identifier. | -| `hostname` | `String` | Optional | Target URL for CONTXTFUL external JavaScript file. Default is "api.receptivity.io". Changing default behaviour is not recommended. Please reach out to [contact@contxtful.com](mailto:contact@contxtful.com) if you experience issues. | -| `adServerTargeting` | `Boolean`| Optional | Enables the `getTargetingData` to inject targeting value in ad units. Setting to true enables the feature, false disables the feature. Default is true | -| `bidders` | `Array` | Optional | Setting this array enables Receptivity in the `ortb2` object through `getBidRequestData` for all the listed `bidders`. Default is `[]` (an empty array). RECOMMENDED : Add all the bidders active like this `["bidderCode1", "bidderCode", "..."]` | + +| Name | Type | Scope | Description | +|---------------------|-----------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `version` | `String` | Required | Specifies the version of the Contxtful Receptivity API. | +| `customer` | `String` | Required | Your unique customer identifier. | +| `hostname` | `String` | Optional | Target URL for CONTXTFUL external JavaScript file. Default is "api.receptivity.io". Changing default behaviour is not recommended. Please reach out to [contact@contxtful.com](mailto:contact@contxtful.com) if you experience issues. | +| `adServerTargeting` | `Boolean` | Optional | Enables the `getTargetingData` to inject targeting value in ad units. Setting to true enables the feature, false disables the feature. Default is true. | +| `bidders` | `Array` | Optional | Setting this array enables Receptivity in the `ortb2` object through `getBidRequestData` for all the listed `bidders`. Default is `[]` (an empty array). RECOMMENDED: Add all the bidders active like this `["bidderCode1", "bidderCode", "..."]`| ## Usage: Injection in Ad Servers