自动化网络趋势分析
我每周都会访问由 WebTrends 处理的服务器日志(大约 7 个配置文件),并将广告点击率和访问者信息复制到 Excel 电子表格中。 其中很多只是访问某些部分并找到正确的标题,然后复制唯一的访客信息。
我尝试使用 WebTrends 的内置查询工具,但这确实做得很差(仅使用拖放系统而不是基于文本的系统),并且它具有最大参数数量和最大查询长度。 据我所知,WebTrends 中的工具不适合我自动化整个 Web 指标收集过程的目的。
我已经可以访问原始服务器日志,但考虑到它们已经被 WebTrends 处理,解析这些日志似乎是多余的。
对我来说,这似乎非常适合脚本化,但我该如何去做呢? 屏幕抓取是一种选择吗?
Every week I access server logs processed by WebTrends (for about 7 profiles) and copy ad clickthrough and visitor information into Excel spreadsheets. A lot of it is just accessing certain sections and finding the right title and then copying the unique visitor information.
I tried using WebTrends' built-in query tool but that is really poorly done (only uses a drag-and-drop system instead of text-based) and it has a maximum number of parameters and maximum length of queries to query with. As far as I know, the tools in WebTrends are not suitable to my purpose of automating the entire web metrics gathering process.
I've gotten access to the raw server logs, but it seems redundant to parse that given that they are already being processed by WebTrends.
To me it seems very scriptable, but how would I go about doing that? Is screen-scraping an option?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 ODBC 来查询 webtrends 中的指标和数字。 我们甚至用所有关键绩效指标填写记分卡。
它是德语,但也许这个想法可以帮助您:http: //www.web-scorecard.net/
迈克尔
I use ODBC for querying metrics and numbers out of webtrends. We even fill a scorecard with all key performance metrics..
Its in German, but maybe the idea helps you: http://www.web-scorecard.net/
Michael
您使用的是哪个版本的 WebTrends? 除非这是一个非常旧的安装,否则应该有一些选项可以安排这些报告通过电子邮件发送给您,也可以为查询添加书签。 让我知道它是什么版本,我可以提出一些建议。
Which version of WebTrends are you using? Unless this is a very old install, there should be options to schedule these reports to be emailed to you, and also to bookmark queries. Let me know which version it is and I can make some recommendations.