the
the

Reputation: 21939

How to track mailto: as a goal in Piwik?

I'm using Piwik for analytics. I need to track clicks on a mailto: link. What's a good way to track this? I tried creating a goal "Click on a Link to an external website" and "where the external website URL contains Pattern mailto:". Doesn't seem to work.

enter image description here

I found this for Google Analytics. I hope it's less cumbersome with Piwik.

Upvotes: 1

Views: 651

Answers (1)

quba
quba

Reputation: 441

Use same onClick listener as mentioned in linked article and force Piwik to track a goal manually. Would be also useful to set the goal to be triggered manually and more than once during one visit.

Upvotes: 2

Related Questions