ti.admob icon indicating copy to clipboard operation
ti.admob copied to clipboard

Catching click event

Open kerberosargos opened this issue 9 years ago • 5 comments

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

kerberosargos avatar Jul 31 '16 18:07 kerberosargos

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.

stephenfeather avatar Aug 08 '16 23:08 stephenfeather

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?

kerberosargos avatar Aug 08 '16 23:08 kerberosargos

@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:

screen shot 2016-08-08 at 9 09 50 pm

deckameron avatar Aug 09 '16 00:08 deckameron

@stephenfeather Sorry I found willLeaveApplication event in iOS example (app.js). I think android doesn't support this method?

kerberosargos avatar Aug 09 '16 00:08 kerberosargos

Thank you @deckameron but I would like to remove all ads when user click any ads once per day.

kerberosargos avatar Aug 09 '16 00:08 kerberosargos