Mixing Ad Providers.

So, I can use Adbuddiz and iAd banners in conjunction.

Simply use Runtime:addEventListener(“AdBuddizEvent”, listener) and show an iAd banner in the “didHideAd” handler.

Here’s the problem and if my memory serves well, it’s been raised before:

    print("event.response = " … tostring(event.response))

    print("event.provider = " … tostring(event.provider))

    print("event.isError = " … tostring(event.isError))

    print("event.type = " … tostring(event.type))

    print("event.name = " … tostring(event.name))

    print("loadRequested ", loadRequested)

None of these print statement values in function AdCallback(event) are useful in ads.init(“iads”, bundleID, AdCallback) insofar as knowing when an iPad interstitial or AdMob interstitial is closed.

This functionality is essential in order to mix ad providers successfully.

Does this functionality exist? 

Hmmm…not a complete washout. 

I get an “applicationResume” event that allows me to show iAd banners when the AdMob interstitial is dismissed.

That leaves iPad iAd interstitials. How can I detect when that is closed. It seems I can’t…

Just a partial washout then?  :slight_smile:

Hmmm…not a complete washout. 

I get an “applicationResume” event that allows me to show iAd banners when the AdMob interstitial is dismissed.

That leaves iPad iAd interstitials. How can I detect when that is closed. It seems I can’t…

Just a partial washout then?  :slight_smile: