From 2c6b4488b17454c7b96739f07efac3298110774b Mon Sep 17 00:00:00 2001 From: youssef Date: Tue, 10 Feb 2026 15:21:01 +0100 Subject: [PATCH] Missena Bid Adapter: add GPP params to cookie sync URL Append gpp and gpp_sid macros to the usersync iframe URL so that GPP consent data is forwarded during cookie sync. --- src/main/resources/bidder-config/missena.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/bidder-config/missena.yaml b/src/main/resources/bidder-config/missena.yaml index f8921eac3db..31f51f389f0 100644 --- a/src/main/resources/bidder-config/missena.yaml +++ b/src/main/resources/bidder-config/missena.yaml @@ -13,6 +13,6 @@ adapters: usersync: cookie-family-name: missena iframe: - url: https://sync.missena.io/iframe?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}} + url: https://sync.missena.io/iframe?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redirect={{redirect_url}} support-cors: false uid-macro: '$UID'