From 4cc3893b781d51867a2d39c1ec0fa8f32e73aeb7 Mon Sep 17 00:00:00 2001 From: pkaczmarek Date: Wed, 16 Apr 2025 07:22:06 +0200 Subject: [PATCH] Smaato: Add iframe user sync --- src/main/resources/bidder-config/smaato.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/bidder-config/smaato.yaml b/src/main/resources/bidder-config/smaato.yaml index be20848b4e5..97a9104d17d 100644 --- a/src/main/resources/bidder-config/smaato.yaml +++ b/src/main/resources/bidder-config/smaato.yaml @@ -22,3 +22,7 @@ adapters: url: https://s.ad.smaato.net/c/?adExInit=p&redir={{redirect_url}}&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}} support-cors: false uid-macro: '$UID' + iframe: + url: https://s.ad.smaato.net/i/?adExInit=p&redir={{redirect_url}}&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}} + support-cors: false + uid-macro: '$UID'