From 41b586bcfe057895b32f283f41b8d24f5a328ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rufiange?= Date: Tue, 31 Mar 2026 13:21:23 -0400 Subject: [PATCH] feat: declare GVL vendor ID 1569 for TCF compliance Add gvlid: 1569 to the bid adapter spec and RTD submodule to enable proper TCF consent enforcement by the Prebid.js framework. --- modules/contxtfulBidAdapter.js | 1 + modules/contxtfulRtdProvider.js | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/contxtfulBidAdapter.js b/modules/contxtfulBidAdapter.js index c057bd78c0..f1bb1f73dc 100644 --- a/modules/contxtfulBidAdapter.js +++ b/modules/contxtfulBidAdapter.js @@ -254,6 +254,7 @@ const logEvent = (eventType, data) => { // Bidder public specification export const spec = { code: BIDDER_CODE, + gvlid: 1569, supportedMediaTypes: [BANNER, VIDEO, NATIVE], isBidRequestValid, diff --git a/modules/contxtfulRtdProvider.js b/modules/contxtfulRtdProvider.js index f711c300b8..7d4ecc7452 100644 --- a/modules/contxtfulRtdProvider.js +++ b/modules/contxtfulRtdProvider.js @@ -548,6 +548,7 @@ function removeListeners() { export const contxtfulSubmodule = { name: MODULE_NAME, + gvlid: 1569, init, getTargetingData, getBidRequestData,