If you wish to track the clicks of a mailto link in Google Analytics as a Goal Conversion then read on. First, you’ll need to edit the HTML used to create your mailto link. It should start out looking something like this:
<a href=”mailto:email@address.com”>Email Me Now</a>
Edit your HTML to look like this (depending on which version [...]