But that didn’t work so i tried to set it up just with the Click Classes condition or just with the Click URL condition. And also the condition to fire on all clicks.
But all that didnt work.
Other Button from the Website work.
Can Piwik track link clicks with # at all?
Thank you in advance.
hi @Lasse_Offt
I checked with our devs and we don’t have the support for it yet, but we may have come up with a workaround for you. You can modify the handler but will require a bit of coding though.
For the event, there are two methods available stopPropagation and preventDefault. The aim would be to call preventDefault only.