Skip to content

Commit

Permalink
feat: IX Bid Adapter - gpp support for user sync urls (#2873)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Corbo <[email protected]>
  • Loading branch information
ccorbo and ccorbo authored Jun 30, 2023
1 parent b02898a commit 11cf2b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/bidder-info/ix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ capabilities:
- audio
userSync:
redirect:
url: "https://ssum.casalemedia.com/usermatchredir?s=194962&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&cb={{.RedirectURL}}"
url: "https://ssum.casalemedia.com/usermatchredir?s=194962&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gppsid={{.GPPSID}}&cb={{.RedirectURL}}"
userMacro: ""
iframe:
url: "https://ssum-sec.casalemedia.com/usermatch?s=184674&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&cb={{.RedirectURL}}"
url: "https://ssum-sec.casalemedia.com/usermatch?s=184674&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gppsid={{.GPPSID}}&cb={{.RedirectURL}}"
# ix appends the user id to end of the redirect url and does not utilize a macro
openrtb:
gpp-supported: true

0 comments on commit 11cf2b7

Please sign in to comment.