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.
我试图了解,跟踪推荐/流量源域的标签有多大?你使用任何 JS 代码吗?什么样的?代码在哪里?或者在巨大的 xml 中的哪个 url/标签上?想尽可能多地了解 VAST。
当您跟踪展示时,域可以接收传入请求。只需从标题'referer'中获取它。
在 node.js 中:
req.headers['referer']