Skip to content

Commit

Permalink
Add gpp support for user sync (#3442)
Browse files Browse the repository at this point in the history
authored by: @ym-prasanth
  • Loading branch information
ym-prasanth authored Feb 8, 2024
1 parent 535d1f7 commit 9693132
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions adapters/yieldmo/yieldmotest/exemplary/simple-banner.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
],
"site": {
"id": "fake-site-id"
},
"regs": {
"coppa": 1,
"ext": {
"gdpr": 1,
"us_privacy": "uspConsentString",
"gpp": "gppString",
"gpp_sid": [6]
}
}
},
"httpCalls": [
Expand All @@ -47,6 +56,15 @@
],
"site": {
"id": "fake-site-id"
},
"regs": {
"coppa": 1,
"ext": {
"gdpr": 1,
"us_privacy": "uspConsentString",
"gpp": "gppString",
"gpp_sid": [6]
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion static/bidder-info/yieldmo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ capabilities:
- video
userSync:
redirect:
url: "https://ads.yieldmo.com/pbsync?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirectUri={{.RedirectURL}}"
url: "https://ads.yieldmo.com/pbsync?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirectUri={{.RedirectURL}}"
userMacro: "$UID"

0 comments on commit 9693132

Please sign in to comment.