gabdab Posted September 7, 2016 Share Posted September 7, 2016 Is it allowed to monetize a Phaser based game for the web ( not mobile) trough Google AdSense ads ? Link to comment Share on other sites More sharing options...
spinnerbox Posted September 7, 2016 Share Posted September 7, 2016 Not really informed but here is a link: https://developers.google.com/ads/ I think AdSense is for websites and you must have your own content which is useful to the specific public you are targeting. But you must first sign an agreement, and the people at Google will check your website and confirm or not if it is eligible for google ads. I think this applies for a video games. Maybe the terms are a bit different, but still the content must be your own and useful. Since it will be a website where you will host your game, I don't see a reason why would not they allow it. But it must have real viewer visits, not a web crawler or web bots. Also check: https://developers.google.com/games/services/ Link to comment Share on other sites More sharing options...
gabdab Posted September 7, 2016 Author Share Posted September 7, 2016 2 hours ago, spinnerbox said: Not really informed but here is a link: https://developers.google.com/ads/ I think AdSense is for websites and you must have your own content which is useful to the specific public you are targeting. But you must first sign an agreement, and the people at Google will check your website and confirm or not if it is eligible for google ads. I think this applies for a video games. Maybe the terms are a bit different, but still the content must be your own and useful. Since it will be a website where you will host your game, I don't see a reason why would not they allow it. But it must have real viewer visits, not a web crawler or web bots. Also check: https://developers.google.com/games/services/ I am after ads for games on game portals like kongregate and else . Googling it I got: http://www.cpmfun.com/ An ad network , not sure how it comes in . http://www.labnol.org/internet/google-dfp-tutorial/14099/ Google Doubleclick idem . http://ad4game.com/adspec/html5sdk/ Ad4game .. http://gamemix.com/developers/ Game mix , not directly related . I am confused as of now . Link to comment Share on other sites More sharing options...
spinnerbox Posted September 7, 2016 Share Posted September 7, 2016 @gabdab Portals like kongregate/Newgrounds have their own ad system. BTW, Newgrounds still uses ActionScript3/Flash so maybe you should not bother with it. Kongregate allows JS games but you need to implement their API to show ads. Also implementing their scoring system will improve your revenue summary. Check: http://developers.kongregate.com/ I think you can utilize third party ad system inside kongregate but I think it is not recommended. AdSense is made by Google so you should research the links I sent you previously. As for the links you provided, I haven't used any of those, neither do I have time to read all of the docs. Sorry. If you plan to upload to a gaming portal check if it has developer option and API and how to utilize its ads system. if you have own web hosting solution try maybe the links yo have searched for. gabdab 1 Link to comment Share on other sites More sharing options...
Str1ngS Posted September 7, 2016 Share Posted September 7, 2016 Yes it's allowed. We publish our games on external portals with our own AdSense/DFP included, in fact I made a phaser plugin that allows you to do just that https://github.com/orange-games/phaser-ads spinnerbox and gabdab 2 Link to comment Share on other sites More sharing options...
gabdab Posted September 7, 2016 Author Share Posted September 7, 2016 26 minutes ago, Str1ngS said: Yes it's allowed. We publish our games on external portals with our own AdSense/DFP included, in fact I made a phaser plugin that allows you to do just that https://github.com/orange-games/phaser-ads Seen that . I am trying to cope with DFP AdSense mechanics . Gaming portal ads systems are next on my to-do list . Link to comment Share on other sites More sharing options...
Radman Posted May 10, 2017 Share Posted May 10, 2017 Here is another Phaser plugin we created for running Phaser games with Google Adx, which should result in higher earnings than Google Adsense See for details: https://github.com/ad4game/phaser-a4g Link to comment Share on other sites More sharing options...
Recommended Posts