I am embedding anchor links on mobile smart phone browsers using the tel anchor link.
<a href='tel:xxx-yyy-zzzz'>xxx-yyy-zzzz</a>
My understanding is that the smart phone intercepts the link and allows the user to directly call.
How can i track the user click on this link?
use a 302 redirect?