Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yaml files for gzip supported bidders #2365

Merged
merged 1 commit into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion static/bidder-info/adkernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ capabilities:
userSync:
redirect:
url: "https://sync.adkernel.com/user-sync?t=image&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&r={{.RedirectURL}}"
userMacro: "{UID}"
userMacro: "{UID}"
endpointCompression: "GZIP"
1 change: 1 addition & 0 deletions static/bidder-info/improvedigital.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ userSync:
redirect:
url: "https://ad.360yield.com/server_match?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&r={{.RedirectURL}}"
userMacro: "{PUB_USER_ID}"
endpointCompression: "GZIP"
3 changes: 2 additions & 1 deletion static/bidder-info/invibes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ userSync:
# invibes supports user syncing, but requires configuration by the host. contact this
# bidder directly at the email address in this file to ask about enabling user sync.
supports:
- iframe
- iframe
endpointCompression: "GZIP"
1 change: 1 addition & 0 deletions static/bidder-info/kargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ userSync:
redirect:
url: "https://crb.kargo.com/api/v1/dsync/PrebidServer?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&r={{.RedirectURL}}"
userMacro: "$UID"
endpointCompression: "GZIP"
1 change: 1 addition & 0 deletions static/bidder-info/mobilefuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ capabilities:
mediaTypes:
- banner
- video
endpointCompression: "GZIP"
1 change: 1 addition & 0 deletions static/bidder-info/onetag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ userSync:
iframe:
url: "https://onetag-sys.com/usync/?redir={{.RedirectURL}}"
userMacro: "${USER_TOKEN}"
endpointCompression: "GZIP"
3 changes: 2 additions & 1 deletion static/bidder-info/triplelift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ userSync:
userMacro: $UID
redirect:
url: "https://eb2.3lift.com/getuid?gdpr={{.GDPR}}&cmp_cs={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redir={{.RedirectURL}}"
userMacro: "$UID"
userMacro: "$UID"
endpointCompression: "GZIP"