+ 2
Do any ads support python apps?
Hi, I was thinking of making an app using Pygame, and I was wondering if there are any adds that support this platform - a lot seem to only support unity and java etc. (I want to put banner ads etc on it) If there are alternative ways, how would you do it?
4 Antworten
+ 7
I have no experience with it, but I imagine there must be a way to have ads. If all else fails, maybe you could make some real personal deals.
+ 2
There's no reason you couldn't make a web view on the side of your game that could host web based ads.
+ 2
Do you mean stuff like this? I realize it's not all PyGame, but API's/SDK's are designed for such use cases.
https://msdn.microsoft.com/en-us/library/bing-ads-JUMP_LINK__&&__python__&&__JUMP_LINK-code-examples.aspx
https://github.com/facebook/facebook-python-ads-sdk
https://github.com/googleads/googleads-python-lib
Pygame/Admob:
http://stackoverflow.com/a/23840559/3981745
Multiple static images:
https://www.experts-exchange.com/questions/28679860/Tools-to-develop-a-multi-ad-screen-with-Python.html
0
Any idea how you would do that?