Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 tel 锚链接在移动智能手机浏览器上嵌入锚链接。
<a href='tel:xxx-yyy-zzzz'>xxx-yyy-zzzz</a>
我的理解是智能手机拦截链接,让用户直接调用。
如何跟踪用户点击此链接?
使用 302 重定向?
唯一的答案是使用重定向,抱歉。
<a href="redirect.php?number=123-456-798">Call Us</a>
然后,在redirect.php 上为您传递的号码(或默认号码)执行302 重定向到tel 协议。
在redirect.php 上记录点击