When some ajax requests return, more ads are added to the page and the loadAds() function is called again. For some reason, the ads added after page load very often do not get rendered. I'd say about 90% of the time they fail. All the ads on pageload work 100% of the time.
I have the following code running on page load to load all ads:
When some ajax requests return, more ads are added to the page and the
loadAds()
function is called again. For some reason, the ads added after page load very often do not get rendered. I'd say about 90% of the time they fail. All the ads on pageload work 100% of the time.