Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catching click event #60

Open
kerberosargos opened this issue Jul 31, 2016 · 5 comments
Open

Catching click event #60

kerberosargos opened this issue Jul 31, 2016 · 5 comments

Comments

@kerberosargos
Copy link

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

@stephenfeather
Copy link
Contributor

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.

@kerberosargos
Copy link
Author

kerberosargos commented Aug 8, 2016

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?

@deckameron
Copy link

deckameron commented Aug 9, 2016

@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

@kerberosargos
Copy link
Author

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

@kerberosargos
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants