From 95b2d708866ed080403f6ae3cc58f3858c412f3e Mon Sep 17 00:00:00 2001 From: prasanth Date: Thu, 1 Feb 2024 13:23:36 -0500 Subject: [PATCH] Add gpp support for user sync --- .../yieldmotest/exemplary/simple-banner.json | 18 ++++++++++++++++++ static/bidder-info/yieldmo.yaml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/adapters/yieldmo/yieldmotest/exemplary/simple-banner.json b/adapters/yieldmo/yieldmotest/exemplary/simple-banner.json index ba2435001c7..40943900980 100644 --- a/adapters/yieldmo/yieldmotest/exemplary/simple-banner.json +++ b/adapters/yieldmo/yieldmotest/exemplary/simple-banner.json @@ -21,6 +21,15 @@ ], "site": { "id": "fake-site-id" + }, + "regs": { + "coppa": 1, + "ext": { + "gdpr": 1, + "us_privacy": "uspConsentString", + "gpp": "gppString", + "gpp_sid": [6] + } } }, "httpCalls": [ @@ -47,6 +56,15 @@ ], "site": { "id": "fake-site-id" + }, + "regs": { + "coppa": 1, + "ext": { + "gdpr": 1, + "us_privacy": "uspConsentString", + "gpp": "gppString", + "gpp_sid": [6] + } } } }, diff --git a/static/bidder-info/yieldmo.yaml b/static/bidder-info/yieldmo.yaml index 9356a541f60..02ab8721a16 100644 --- a/static/bidder-info/yieldmo.yaml +++ b/static/bidder-info/yieldmo.yaml @@ -13,5 +13,5 @@ capabilities: - video userSync: redirect: - url: "https://ads.yieldmo.com/pbsync?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirectUri={{.RedirectURL}}" + url: "https://ads.yieldmo.com/pbsync?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirectUri={{.RedirectURL}}" userMacro: "$UID" \ No newline at end of file