Implementing both Vungle & Admob

I have a promblem: I need to implement both Vungle & Admob, so I need to require “ads” plugin, but both of these two ads providers use same plugin. If I try to call them both, I have a strange bug: I call

ads.show( “interstitial”);

for Vungle rewarded video but I see the Admob full screen banner, so what should I do?

(Not a bug)

Set the provider before showing an ad.

https://docs.coronalabs.com/daily/api/type/CoronaLibrary/setCurrentProvider.html

ads:setCurrentProvider( "admob" ) -- or "vungle" ads:show( ... )

Note: There are tutorials on this too (be sure to review old blogs for tutorials on topics like this):

https://coronalabs.com/blog/2013/11/19/tutorial-using-multiple-ad-networks/

Tip:  As I inferred above, many topics are covered by blogs/tutorials.  

I know they are sometimes hard to find, but this usually works for me:

Google: <topic words> corona sdk blog

I am not admonishing you here.  I’m giving advice I use all the time.  The trick is to include a few words related to  your question  PLUS these words “corona sdk blog”.  I think folks simply overlook this as a self-help option.

That often turns up exactly the topic I’m looking for.

Ex: _ corona sdk ads tutorial blog _ turned up the above tutorial link as the second entry:

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=corona%20sdk%20ads%20tutorial%20blog

Do try monetization, this way you’ll get more profit from ads. I’ve used several networks and would highly advise Appodeal, as they have really high eCPM (I have mostly interstitials in my apps, the average eCPM for August in one of my arcade games was $6.4) and good fillrate. They’re easy to integrate unlike MobFox I’ve been testing for the last two month in one of my apps. Would be great to learn more about your experience with ad networks.

Hi foxtrottt,

How to intergrate Appodeal in Corona SDK?

Is this possible for ENTERPRISE or for FREE users also?

Many thanks!

Ivan

No its not possible. I have contacted Appodeal they say that corona is now their competition since it is Aquired by  FusePowered , so they will never make a plugin for CORONA SDK. You can still make a plugin for yourself if you are using Enterprise.

(Not a bug)

Set the provider before showing an ad.

https://docs.coronalabs.com/daily/api/type/CoronaLibrary/setCurrentProvider.html

ads:setCurrentProvider( "admob" ) -- or "vungle" ads:show( ... )

Note: There are tutorials on this too (be sure to review old blogs for tutorials on topics like this):

https://coronalabs.com/blog/2013/11/19/tutorial-using-multiple-ad-networks/

Tip:  As I inferred above, many topics are covered by blogs/tutorials.  

I know they are sometimes hard to find, but this usually works for me:

Google: <topic words> corona sdk blog

I am not admonishing you here.  I’m giving advice I use all the time.  The trick is to include a few words related to  your question  PLUS these words “corona sdk blog”.  I think folks simply overlook this as a self-help option.

That often turns up exactly the topic I’m looking for.

Ex: _ corona sdk ads tutorial blog _ turned up the above tutorial link as the second entry:

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=corona%20sdk%20ads%20tutorial%20blog

Do try monetization, this way you’ll get more profit from ads. I’ve used several networks and would highly advise Appodeal, as they have really high eCPM (I have mostly interstitials in my apps, the average eCPM for August in one of my arcade games was $6.4) and good fillrate. They’re easy to integrate unlike MobFox I’ve been testing for the last two month in one of my apps. Would be great to learn more about your experience with ad networks.

Hi foxtrottt,

How to intergrate Appodeal in Corona SDK?

Is this possible for ENTERPRISE or for FREE users also?

Many thanks!

Ivan

No its not possible. I have contacted Appodeal they say that corona is now their competition since it is Aquired by  FusePowered , so they will never make a plugin for CORONA SDK. You can still make a plugin for yourself if you are using Enterprise.