From 8ef27afd52f2d3ed53f0b2442d1cc211861069f3 Mon Sep 17 00:00:00 2001 From: Saar Amrani Date: Wed, 21 Aug 2024 12:37:59 +0300 Subject: [PATCH] Update Vidazoo bidder info for GPP support (#3869) --- static/bidder-info/vidazoo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/bidder-info/vidazoo.yaml b/static/bidder-info/vidazoo.yaml index 7abef2e3518..a58f6849501 100644 --- a/static/bidder-info/vidazoo.yaml +++ b/static/bidder-info/vidazoo.yaml @@ -14,5 +14,7 @@ capabilities: - video userSync: iframe: - url: https://sync.cootlogix.com/api/user/html/pbs_sync?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirect={{.RedirectURL}} - userMacro: ${userId} \ No newline at end of file + url: https://sync.cootlogix.com/api/user/html/pbs_sync?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirect={{.RedirectURL}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}} + userMacro: ${userId} +openrtb: + gpp_supported: true \ No newline at end of file