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