From cb76ccba8d4efb3aa84ed2c8c302646920f1faa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Bonaf=C3=A9?= Date: Thu, 7 Nov 2024 10:52:28 +0100 Subject: [PATCH] Add validation mode sample --- .../format/mediation/admob/AdMobScrollViewFragment.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TeadsSDKDemo/app/src/main/java/tv/teads/teadssdkdemo/format/mediation/admob/AdMobScrollViewFragment.kt b/TeadsSDKDemo/app/src/main/java/tv/teads/teadssdkdemo/format/mediation/admob/AdMobScrollViewFragment.kt index d4c4783..5ef53f8 100644 --- a/TeadsSDKDemo/app/src/main/java/tv/teads/teadssdkdemo/format/mediation/admob/AdMobScrollViewFragment.kt +++ b/TeadsSDKDemo/app/src/main/java/tv/teads/teadssdkdemo/format/mediation/admob/AdMobScrollViewFragment.kt @@ -86,6 +86,8 @@ class AdMobScrollViewFragment : BaseFragment() { .pageSlotUrl("https://page.com/article1/") // /!\ You need to add the key to the settings .setMediationListenerKey(key) + .enableDebug() // Enable the debug mode + .enableValidationMode() // Enable the validation mode .build() // 7. Create the AdRequest with the previous settings