ti.admob
ti.admob copied to clipboard
Catching click event
Hi developers, firstly thank you for great job. I have an app and that is free. That is not commercial. I do not want to add ads to my app but I need money to continue my project. I would like to when a user click any ads in a day I would like to remove all ads from my app during one day. Is there any event for catching ads click event? If there is not, somebody can add this function for both platform.
Thank you in advance Best Regards, Mahmut
You should be able to listen for the 'willLeaveApplication' event that 'should' be firing after the user clicks an ad and use that to turn your ads on or off for x period of time.
Thank you for your advise. But I am using sharing, voting methods and external web site links in my app. How to catch ads click only?
@kerbooo
Admob you can configure you Admob/Adsense position to be displayed as many times as you want per a certain period of time. Just login, go to Monetize menu and click on you adUnit. You will se something like this:
@stephenfeather Sorry I found willLeaveApplication event in iOS example (app.js). I think android doesn't support this method?
Thank you @deckameron but I would like to remove all ads when user click any ads once per day.