远程检查网站使用情况
我的一个客户有一个在黑暗时代建立的纯 HTML 网站 - 他们希望我找到他们的用户来自哪里、有多少个人用户等等。
他们想知道该网站是否被充分使用他们投资资金进行翻新。
我远离他们的网站,无法访问他们的网络服务器。
是否有类似 ComScore 之类的小型网站可供我查看其使用情况统计数据?
A client of mine has a pure HTML website that was built in the dark ages - they want me to find where their users are coming from, how many individual users there are, etc.
They want to know if the site is being used enough for them to invest the money into renovating it.
I am remote from their site and do not have access to their web server.
Is there something like ComScore for small sites that I can go into to check their usage statistics?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须让他们向您发送他们的服务器日志,或者要求他们允许您访问他们的托管帐户,该帐户可能提供这些统计信息(使用
whois
找出它们的托管位置) 。You will either have to get them to send you their server logs, or ask them to give you access to their hosting account, which may have these statistics available (use
whois
to find out where they are hosted).您可以将 Google Analytics 与静态 HTML 页面结合使用。
You can use Google Analytics with static HTML pages.