We display Ads in a infinite list on predefined positions (like each 5 items) and we pre-load about 4 ads when the first one is about to be displayed, there is a 200ms delay between request. After a pre-loaded Ad is displayed we request a new one, the timing for that is determined by user interaction.
Unfortunately we are seeing a lot of repeated Ads in sequence. At some points it is possible to see the exact same Ad (advertiser, images, text and everything else) repeated 8 times.
Is it possible to prevent the same Ad from being returned for the same screen in the same section?
Is there any way to let Google know we are still in the same context/view or that we want multiple ads that will be displayed close to each other?
We were not able to find anything in either iOS or Android Google Ads SDK documentations on how to prevent that.