Hi Gordon,
Thank you for reaching out to us. Kindly see below for my answers to your questions:
Regards,
Ziv Yves Sanchez
Mobile Ads SDK Team
Hi Gordon,
The number of unique ad unit IDs you may add to your RecyclerView depends on your preferences. Fewer ad unit IDs will give you a more consistent, but more limited variety of ads (since you're using the same targeting options for the ad units being shown in the list). On the other hand, using more ad unit IDs will give you more freedom in customizing the options for each ad unit, allowing for a wider variety of ads that can be displayed.
Hi Gordon,
Given that your new concern is now related more to the product side of AdMob, I would recommend that you post the same over to the AdMob Help Center instead for further assistance. The product specialists there will be able to better address your concerns.
Hi Ahmet,
Thank you for reaching out to us.
To clarify, we were discussing about the behavior of AdMob ads with respect to ScrollViews and RecyclerViews in this thread. I would like to make it clear that you still may not simply place 10 ads on the same page, as that would violate both the best practices and the policies of AdMob. The discussion in this thread is only applicable to ads placed inside RecyclerViews for the most part. If you are interested in checking AdMob ads for RecyclerView out, you may use the Banner RecyclerView Example from this page as a starting reference.
Hi Ahmet,
It should be fine to add any number of ad unit IDs in ScrollViews, so long as there is a proper amount of spacing in between each ad (say, 1 ad shown for every 10 ScrollView items). As for your inquiry about interstitial ads, I would recommend checking out these pages for further guidance on their proper implementation:
Hi Ahmet, Mert,
It should be fine to add multiple ad unit IDs into a ScrollView. There is no technical limit to the number of ad unit IDs you can add in this way, and the number you may add depends solely on your preferences. Specifically, this will depend on the variety of ads you wish to show inside the ScrollView (via different targeting options).
You may want to contact the AdMob Help Center for further assistance on this concern, as this is veering more on the non-technical side of the AdMob SDK. I would however like to reiterate that there is no one best answer to this, as it will ultimately depend on personal preferences.
Hi Ahmet, Mert,
Hi Zayn,
Thank you for reaching out to us.
You may add banner ads with different ad unit IDs for each Fragment, as long as you have only one banner ad showing up on screen at any given time, as per best practices. You may also want to load each banner ad only when you are about to display them (that is, don't load them all at the same time). You may refer to these additional resources on the best practices for implementing banner ads:
Hi Zayn,
The ads can be added on each of your tab activity, as well as inside ScrollViews or RecyclerViews. With this in mind, you may also want to contact the AdMob Help Center for further assistance on this, as this is less of a technical concern, and more of a concern on best practices of implementation.