Missena Bid Adapter: add GPP params to cookie sync URL #4383
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Append
gppandgpp_sidmacros to the usersync iframe URL so that GPP consent data is forwarded during cookie sync.🔧 Type of changes
✨ What's the context?
The Missena usersync iframe URL currently passes GDPR (
gdpr,consent) and US Privacy (us_privacy) parameters but does not forward GPP consent data. The IAB's Global Privacy Platform has superseded US Privacy strings, and Prebid Server already resolves{{gpp}}and{{gpp_sid}}macros in usersync URLs.🧠 Rationale behind the change
Adding
gpp={{gpp}}&gpp_sid={{gpp_sid}}to the existing usersync URL ensures that GPP consent signals are forwarded to the Missena sync endpoint. This is a configuration-only change — no code is modified, only themissena.yamlbidder config file. Existing GDPR and US Privacy parameters are preserved for backward compatibility.🔎 New Bid Adapter Checklist
N/A — this is a config update to an existing adapter.
🧪 Test plan
{{gpp}}and{{gpp_sid}}macros are supported by Prebid Server Java's usersync URL resolutiongetUserSyncs(PR pending onprebid/Prebid.js)gpp_sidsdeclaration todev-docs/bidders/missena.md(PR pending onprebid/prebid.github.io)🏎 Quality check