airpower58 Posted July 27, 2014 Share Posted July 27, 2014 Hello I have been trying everything to put ads in my pandajs game but I am struggling to do so. The cocoonjs website is not clear on what code exactly I need to put into my game. I just want banner ads on the bottom of the screen Could someone please help me! thanks Quote Link to comment Share on other sites More sharing options...
PXBILL Posted July 27, 2014 Share Posted July 27, 2014 Yea, their web is a chaos in terms of site navigation. And not pretty clear about how make stuffs work. Here there is an article about Ads: http://support.ludei.com/hc/en-us/articles/200978237-Ads Javascript API DOC: http://doc.ludei.com/ I also suggest you download the launcher examples and search inside the code: https://cocoonjsservice.ludei.com/cocoonjslaunchersvr/demo-list/ Quote Link to comment Share on other sites More sharing options...
airpower58 Posted July 27, 2014 Author Share Posted July 27, 2014 Thanks for the advice but I have been looking at the launcher examples code and I am still confused there is too much code and I don't know what I am looking for I just want a simple banner ad on my game Quote Link to comment Share on other sites More sharing options...
doenerklaus Posted August 1, 2014 Share Posted August 1, 2014 Config your MoPub account as described here: https://www.scirra.com/tutorials/1024/mopub-integrate-admob-in-your-cocoonjs-games Put these Code to your main.js:if(CocoonJS && CocoonJS.nativeExtensionObjectAvailable && CocoonJS.Ad) {CocoonJS.Ad.onBannerReady.addEventListener(function(width,height) {CocoonJS.Ad.setBannerLayout(CocoonJS.Ad.BannerLayout.BOTTOM_CENTER);CocoonJS.Ad.showBanner(); });CocoonJS.Ad.preloadBanner(); }Now it should work nacs 1 Quote Link to comment Share on other sites More sharing options...
doenerklaus Posted August 5, 2014 Share Posted August 5, 2014 i forgot something: downloadCocoonJS.jsCocoonJS_Ad.jsfrom https://bitbucket.org/ludei/cocoon_cocoonjsextensions and include these in your index.html. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.