Has anyone written a web app that monetizes by way of ads on the page?
I have a few desktop apps (utilities and a card game) that I’m considering rewriting into web apps. I’m wondering if anyone has tips on monetization based on ads.
Has anyone written a web app that monetizes by way of ads on the page?
I have a few desktop apps (utilities and a card game) that I’m considering rewriting into web apps. I’m wondering if anyone has tips on monetization based on ads.
I offer GraffitiAdSense as a third-party component, but it’s easy enough to embed code from AdSense or any other provider using WebHTMLViewer.
Thanks Anthony! I’ll play around with WebHTMLViewer a bit to get my head around it.
If anyone has done anything similar and has any pointers, I’d appreciate the tips!
There really isn’t much to it. You setup the ad in whatever ad serving platform, get the HTML to embed the ad in your page, then load that HTML in to the WebHTMLViewer. The benefits of using something like GraffitiAdSense is that it automatically handles some aspects of working with AdSense to make ads a bit more dynamic and proper functioning between debug and deployment builds.