Skip to content

Commit e6db16a

Browse files
authored
Missena Bid Adapter: add GPP params to cookie sync URL (#4383)
1 parent b2110d9 commit e6db16a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
adapters:
22
missena:
33
endpoint: https://bid.missena.io/?t={{PublisherID}}
4+
endpoint-compression: gzip
45
meta-info:
56
maintainer-email: prebid@missena.com
67
modifying-vast-xml-allowed: true
@@ -13,6 +14,6 @@ adapters:
1314
usersync:
1415
cookie-family-name: missena
1516
iframe:
16-
url: https://sync.missena.io/iframe?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}
17+
url: https://sync.missena.io/iframe?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redirect={{redirect_url}}
1718
support-cors: false
1819
uid-macro: '$UID'

0 commit comments

Comments
 (0)