Skip to content

Commit

Permalink
Triplelift Bid Adapter: Adding GPP Support (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickloughrey authored Jul 5, 2023
1 parent 278ed42 commit 14ae771
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions static/bidder-info/triplelift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ userSync:
# Contact this bidder directly at the email address above to ask about enabling user sync.
#
iframe:
url: "https://eb2.3lift.com/sync?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redir={{.RedirectURL}}"
url: "https://eb2.3lift.com/sync?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: $UID
redirect:
url: "https://eb2.3lift.com/getuid?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redir={{.RedirectURL}}"
url: "https://eb2.3lift.com/getuid?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: "$UID"
endpointCompression: "GZIP"
endpointCompression: "GZIP"
openrtb:
gpp-supported: true
8 changes: 5 additions & 3 deletions static/bidder-info/triplelift_native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ userSync:
# Contact this bidder directly at the email address above to ask about enabling user sync.
#
iframe:
url: "https://eb2.3lift.com/sync?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redir={{.RedirectURL}}"
url: "https://eb2.3lift.com/sync?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: $UID
redirect:
url: "https://eb2.3lift.com/getuid?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redir={{.RedirectURL}}"
userMacro: "$UID"
url: "https://eb2.3lift.com/getuid?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: "$UID"
openrtb:
gpp-supported: true

0 comments on commit 14ae771

Please sign in to comment.