I am using the ahoy gem. I found out that there are ways like ahoy.trackClicks();
to track clicks. But it also tracks clicks on dropdown and signin and signout. I only want to track clicks on specific page. I have a page with ads and clicking on that ads will lead to new tab with external page.
Though the above js code track it, is it possible just to track clicks on ads and nothing else?