Hi there,My marketing team is using a third party to track phone calls
on our site. This required us to write phone numbers as
href:"tel:###-###-###" in our html. Is there a way to never track the
telephone numbers? To my knowledge, I can't use regex in the "Never
Track" UI list for Link tracking. I also tried writing jquery to s.abort
on all $('a[href^="tel:"]') with no luck. Any suggestions would be
appreciated! Thanks!