From 379466c1cbfbd1830eae6b9a4e0f9eb7d59b7cff Mon Sep 17 00:00:00 2001 From: Nick Jacob Date: Mon, 21 Aug 2023 02:19:42 -0400 Subject: [PATCH] AMX RTB: indicate support for GZIP, GPP, and add iframe sync (#3022) --- static/bidder-info/amx.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/bidder-info/amx.yaml b/static/bidder-info/amx.yaml index 3ede0d0875f..7ab3cadf304 100644 --- a/static/bidder-info/amx.yaml +++ b/static/bidder-info/amx.yaml @@ -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