Common reasons phone-click tracking doesn’t fire
- GTM container not published - You imported the container but didn’t click Submit → Publish.
- GTM snippet not installed on your site - The GTM code needs to be in your site’s <head> and <body>.
- Phone number not wrapped in a tel: link - If the number is plain text (not an
<a href="tel:...">link), clicking it won’t generate a Click URL that GTM can detect. - Phone number displayed as an image - Some sites render the phone number as an image to prevent spam. GTM can’t read the phone number from an image, and the click won’t contain a
tel:URL. - Phone number loaded via JavaScript - Dynamic number insertion (used by call tracking services like CallRail) replaces the number after page load. Your trigger may be looking for the original number that no longer exists in the DOM.
Step-by-step debugging checklist
- Verify GTM is installed - Visit your site, right-click → View Page Source, search for “GTM-”. If you don’t see it, GTM isn’t installed.
- Check GTM Preview mode - In GTM, click Preview. Navigate your site and trigger the event. Look for your tag in the Tags Fired section.
- Check the trigger - If the tag shows as “Not Fired”, click on it to see which trigger conditions aren’t met.
- Inspect the phone number element - Right-click the phone number → Inspect. Confirm it’s an
<a>tag withhref="tel:+1234567890". If it’s a<span>or<div>, you need to either change it to a link or use a different tracking approach. - Enable Click URL variable and test - In GTM Preview, click the phone number. The Click URL should show
tel:+1234567890. If it’s empty or different, your element isn’t a proper tel: link.
Webflow-specific issues
In Webflow, you can add phone links by setting the link’s URL to tel:+1234567890 in the Designer. Make sure the link type is set to “Phone” in the link settings. If the phone number is in a text element without a link wrapper, clicks won’t produce a tel: URL for GTM to detect.
How to verify it’s working
- Open GTM Preview/Debug mode
- Navigate to your site
- Trigger the event (click the phone number)
- Check the GTM debug panel - your tag should appear under “Tags Fired”
- Check GA4 DebugView (GA4 → Admin → DebugView) to confirm the event arrived
Still didn’t work?
Our team can help. Describe what’s happening and we’ll get back to you within 24 hours.