Hello everyone, is it possible to track all clicks on phone-links “tel:” in HubSpot without the use of a CTA?
My situation: I have a HubDB with all the people in the company. We publish their phone numbers and e-mails on the website. Is it possible to track the clicks on these links and show in hubspot how much every link and when has been clicked?
In Google Analytics we can set this trigger with the Google Tag Manager.
Because of the way the browser interprets the “tel” link, to open a phone dialer, it’s not possible to track the click with the usual HubSpot tracking.
However, it is possible to write some custom code (JavaScript) that would push an Analytics Event every time the link was clicked.
And – as you may have discovered – whenever a geek says “Custom Code” it takes time and budget.