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.
我需要为客户制作一些链接跟踪/合作系统。它应该检测包含我的 javascript 的网站上的链接点击,计算点击次数,然后从 href 重定向到链接,然后检查目标页面上的一些用户操作。您是否有任何可能有用的参考资料、链接、教程、书名?
一种常见的做法是让您的 javascript 在重定向到链接 url 目标之前加载跟踪像素。如果您想在客户端离开您的页面后进一步跟踪它,该像素还允许您设置 cookie。