Closed kmrinmoy07 closed 3 years ago
Audience Network not always can provide you an ad. You can read more about fill rate here: https://www.facebook.com/business/help/1673395492911956. Also make sure that you are using the latest SDK that has latest fixes.
Hello, In my android project I have some fragments inside my main activity and each fragments are scrollable. Now I want to place ads on each fragment and also since my fragments are scrollable so I want to load 5 ads (2 medium rectangle ads and 3 banner ads) in each fragment under the same activity. But all those ads doesn't get loaded together. Only 2 ads (one from banner ad and one from medium rectangle ad) get loaded while the rest doesn't load. Only in very rare case say like about 1 out of 100 attempts all those 5 gets load together. Also if one ad is loaded in one fragments then the ad in other fragments doesn't get loaded.
This is how I am loading my ad-
Can you please help me how I can load all those ad without any issue.