How to check if somebody has click on AdMob Banner Ad

How to check if somebody has click on AdMob Banner Ad because I don’t want to have Invalid Traffic or Activity on My AdMob Account ;(

OK, before I take you to the solution can you please share what are you thinking to do when a click-bomber detected?

1 Like

I want to hide his Ads to he can never clicks on ad ever again

I want to keep my account secure

Do you know how to hide ads from a particular user?

Yes

Thanks for reply. Just a small correction on your code, when network is connected **and** clicked value is 0 , then call ad.

Please wait a moment while I post the solution blocks.

1 Like

Oh sorry, let me update it
My app has like 20 active users, so thought to just a little banner ad.

1 Like

Just change or to and in the green block.

Thank you so much!

I have updated it. Thanks

1 Like

You can simply store true or false instead of 0 and 1.
Then you don’t need to compare TinyDB with 0, simply but the tinyDB get value block in the and block

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.