We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2110d9 commit e6db16aCopy full SHA for e6db16a
1 file changed
src/main/resources/bidder-config/missena.yaml
@@ -1,6 +1,7 @@
1
adapters:
2
missena:
3
endpoint: https://bid.missena.io/?t={{PublisherID}}
4
+ endpoint-compression: gzip
5
meta-info:
6
maintainer-email: prebid@missena.com
7
modifying-vast-xml-allowed: true
@@ -13,6 +14,6 @@ adapters:
13
14
usersync:
15
cookie-family-name: missena
16
iframe:
- 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}}
18
support-cors: false
19
uid-macro: '$UID'
0 commit comments