Combining two ad providers - impossible in Corona ?

It is known we can’t have both banner and interstitial from admob at the same time (ouch).

Ok, lets say I will use banner from admob and fullscreen from vungle.

I init both the providers:

adsBanner.init( NATIVE_ADMOB, “ca-app-pub-xxxx”, adListenerBanner )
adsFull.init( NATIVE_VUNGLE, “xx.yy.zz”, adListenerFull )

Now, will the admob banners trigger their listener (adListenerBanner) and vungle fullscreen their (adListenerFull) or will the first init listener be called for both (I am afraid that is the case).

If only the first listener is called we DO NOT HAVE A WAY to tell what ad caused the e.g. error.

Others seem to have gotten multiple ad vendors working.   In your example  you’re setting up different handlers on different ID’s with different vendors so it should work.

Others seem to have gotten multiple ad vendors working.   In your example  you’re setting up different handlers on different ID’s with different vendors so it should work.