用于像素跟踪的 CDN?
我使用 CDN 来传送静态文件,但我想知道是否可以使用 CDN 进行像素跟踪。我正在寻找的是一个普通的 CDN,只不过它具有带有完整 HTTP 标头的访问日志。我猜存储成本等会使这变得不可行,但也许有一些我不熟悉的东西。
I use a CDN to deliver static files, but I'm wondering if it's possible to use one for pixel tracking. What I'm looking for is a normal CDN, except it has access logs with full HTTP headers. I'm guessing the storage costs, etc. would make this infeasible, but maybe there is something I'm not familiar with.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以,但您可以做什么很大程度上取决于特定的 CDN 提供商。
Amazon 的 Cloud Front 确实 Amazon Cloud Front amazon.com/cloudfront/faqs/#Can_I_get_access_to_request_logs_for_content_delivered_through_CloudFront" rel="nofollow">允许您获取访问日志,它存储在 S3 存储桶中,这些日志将允许您将跟踪图像放在他们的 CDN 上。我认为他们没有记录完整的 HTTP 标头,但您仍然可以获得相当多的信息。
Yes, you can, though what you can do depends highly on the particular CDN provider.
Amazon's Cloud Front does allow you to get access logs, which it stores in an S3 bucket, and those would allow you to put your tracking image out on their CDN. I don't think they log the full HTTP header, but you still get quite a bit.