I have been investigating some things like click tracking services and the typical methods of storing data in the user's browser, however I would like to know additional opinions or even see the problem from a different perspective.
The problem is this: I have to design a small and not so expensive system that detects autoclicks and / or bots as adsence (but only using a URL as a clicking mechanism). At the moment of clicking, it goes to a server that registers the visit (and here the anti-bots validation is done) and it is redirected to another page.
Until now I've thought about:
Only that my boss has disposed of these because they all have weak points or are expensive.
I would like to hear if you have any ideas, or see if they could address the problem in a different way. Right now, the language does not matter as long as they serve in the backend, although if there is one that simplifies this, it would be interesting.