Tracking link protocols other than http

Sajmir

New Member
Hi,
I'm trying to track the click of a link which sends to tel protocol other than HTTP.
<a href="tel:0000000000">0000000000</a>
Googled it for a couple of hours and couldn't find the answer.
Hoping someone here knows how to solve this :)
 
you can't redirect to "tel:123456789" after the click has been tracked, that's the problem.
ah, i see what you mean...would it be possible to pass a value back to the clicker so that either the landing page or the browser knows who to call?
 
Back
Top