跟踪锚定电话链接的点击次数
我使用电话锚链接在移动智能手机浏览器上嵌入锚链接。
<a href='tel:xxx-yyy-zzzz'>xxx-yyy-zzzz</a>
我的理解是智能手机拦截该链接并允许用户直接拨打电话。
我如何跟踪用户点击此链接?
使用 302 重定向?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一的答案是使用重定向,抱歉。
然后,在redirect.php上对您传递的号码(或默认号码)执行302重定向到tel协议。
记录redirect.php 上的点击次数
The only answer is to use a redirect, sorry.
Then, on redirect.php do a 302 redirect to the tel protocol for the number you have passed (or the default number).
Record the hits on redirect.php