Quote matt
Onesolution would be to call trackGoal() function on the click even as explained with trackPageView() here: [piwik.org]
Alternatively you can try to force the click to be recorded as outlink with this technique: [piwik.org]
Hello everyone,
I had a similar problem, and that solution with the "Force a Click on a Link to be Recorded as an Outlink" worked nicely for me, I've added the 'piwik_link' class to links and all goals are now counting :-) Thank you so much!