CardinalPath / gas

Google Analytics on Steroids. A Google Analytics implementation with more power features.
Other
593 stars 78 forks source link

Help with MailTo Tracking Error using Icon Rather than Text as Link #43

Open jeffmohr opened 11 years ago

jeffmohr commented 11 years ago

Seems like any of the mailto links I have that are using an envelop icon rather than an actual text link aren't firing the tracking event for mailto. Here is the structure of the link:

<a href="mailto:info@company.org"><em class="icon-envelope-alt">&nbsp;</em></a>

Any reason why this shouldn't work with GAS? Any tips on getting it working?

Mailto links where the address is the link rather than an icon seem to work.

jeffmohr commented 11 years ago

Just following up, anyone else experiencing this same error?