floatinghotpot / cordova-mobfox-pro

Enhanced MobFox plugin for Cordova/PhoneGap. Banner, Interstitial and Video Ad. Support many other Ad network with server-side integration.
8 stars 3 forks source link

Please provide steps to use with AdMob and other plugins #19

Closed jgberg closed 9 years ago

jgberg commented 9 years ago

What steps are needed to install and use AdMob with this MobFox plugin?... This plugin installs admob i see, so can i just create an admob object and use your API? Or do I need to install a plugin for it. And for other ad networks that you support, how would I add that in... like for say inmobi? Could you please detail what is needed to install and update one or more of your plugins that connect to other ad networks.

Also could you provide some advice on how to choose between different ad networks. As it is I use prepareInterstitial() to pre-fetch ads and then display them without causing the user to wait. What if i do that across a number of ad networks? Is it a bad idea when you have multiple ad networks?

Thanks.

floatinghotpot commented 9 years ago

hi jeffery, mobfox use admob library, so once mobfox installed, admob is installed too. you can install other ad plugins seperately like flurry, facebook audience network, etc. but do not install mopub as it conflicts with mobfox.

you can use multiple ad plugins, but avoid displaying them at the same time, and do not use too many as it will increase you package size.

it's recommended to call prepareInterstitial() with option autoShow:false, to load ad resource in background, then call show at best timing.

jgberg commented 9 years ago

Great... Got this working... Excellent

On Mon, Jan 26, 2015 at 8:57 PM, Raymond Xie notifications@github.com wrote:

hi jeffery, mobfox use admob library, so once mobfox installed, admob is installed too. you can install other ad plugins seperately like flurry, facebook audience network, etc. but do not install mopub as it conflicts with mobfox.

you can use multiple ad plugins, but avoid displaying them at the same time, and do not use too many as it will increase you package size.

it's recommended to call prepareInterstitial() with option autoShow:false, to load ad resource in background, then call show at best timing.

— Reply to this email directly or view it on GitHub https://github.com/floatinghotpot/cordova-mobfox-pro/issues/19#issuecomment-71589882 .