Skip to content

Commit

Permalink
AMX: enabled support for GZIP, GPP, and added IFRAME usersync (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryExtraordinaryUsername authored Nov 30, 2023
1 parent 9e3dd77 commit 6d0453d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/bidder-config/amx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ adapters:
- native
supported-vendors:
vendor-id: 737
endpoint-compression: gzip
usersync:
cookie-family-name: amx
redirect:
url: https://prebid.a-mo.net/cchain/0?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&cb={{redirect_url}}
support-cors: false
userMacro: "$UID"
iframe:
url: https://prebid.a-mo.net/isyn?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&s=pbs&cb={{redirect_url}}
userMacro: "$UID"
support-cors: false

0 comments on commit 6d0453d

Please sign in to comment.