Skip to content

Commit

Permalink
Triplelift: Adding flag for 2.6 support (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickloughrey authored Oct 15, 2024
1 parent c37951a commit 5fcbbbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions static/bidder-info/triplelift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ capabilities:
- banner
- video
userSync:
# Triplelift supports user syncing but requires configuration by the host as the RedirectURL domain must be allowlisted.
# Contact this bidder directly at the email address above to ask about enabling user sync.
#
# Triplelift supports user syncing but requires configuration by the host as the RedirectURL domain must be allowlisted.
# If you are a publisher hosting your own Prebid Server, contact this bidder directly at the email address above to ask about enabling user sync.
# If you are a Prebid Server Host, please have your publisher contact the bidder.
#
iframe:
url: "https://eb2.3lift.com/sync?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: $UID
Expand All @@ -23,4 +24,5 @@ userSync:
userMacro: "$UID"
endpointCompression: "GZIP"
openrtb:
version: 2.6
gpp-supported: true
6 changes: 4 additions & 2 deletions static/bidder-info/triplelift_native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ capabilities:
mediaTypes:
- native
userSync:
# Triplelift supports user syncing but requires configuration by the host as the RedirectURL domain must be allowlisted.
# Contact this bidder directly at the email address above to ask about enabling user sync.
# Triplelift supports user syncing but requires configuration by the host as the RedirectURL domain must be allowlisted.
# If you are a publisher hosting your own Prebid Server, contact this bidder directly at the email address above to ask about enabling user sync.
# If you are a Prebid Server Host, please have your publisher contact the bidder.
#
iframe:
url: "https://eb2.3lift.com/sync?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
Expand All @@ -22,4 +23,5 @@ userSync:
url: "https://eb2.3lift.com/getuid?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: "$UID"
openrtb:
version: 2.6
gpp-supported: true

0 comments on commit 5fcbbbf

Please sign in to comment.