Skip to content

Commit 2c6b448

Browse files
committed
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.
1 parent 0e8ca15 commit 2c6b448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/bidder-config/missena.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ adapters:
1313
usersync:
1414
cookie-family-name: missena
1515
iframe:
16-
url: https://sync.missena.io/iframe?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}
16+
url: https://sync.missena.io/iframe?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redirect={{redirect_url}}
1717
support-cors: false
1818
uid-macro: '$UID'

0 commit comments

Comments
 (0)