Skip to content

Commit

Permalink
AMX RTB: indicate support for GZIP, GPP, and add iframe sync (prebid#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjacob authored Aug 21, 2023
1 parent 60a60d2 commit 379466c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions static/bidder-info/amx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ capabilities:
- video
- native
userSync:
iframe:
url: "https://prebid.a-mo.net/isyn?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&s=pbs&cb={{.RedirectURL}}"
userMacro: "$UID"
redirect:
url: "https://prebid.a-mo.net/cchain/0?gdpr={{.GDPR}}&us_privacy={{.USPrivacy}}&cb={{.RedirectURL}}"
userMacro: ""

url: "https://prebid.a-mo.net/cchain/0?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&s=pbs&cb={{.RedirectURL}}"
userMacro: "$UID"
endpointCompression: GZIP
openrtb:
gpp-supported: true

0 comments on commit 379466c

Please sign in to comment.