客户分析工具
我们正在努力让客户(注册到我们网站的用户)能够在他们的仪表板上查看数据。数据将从我们的数据库收集并通过图形/图表显示。
作为网站的所有者和管理员,我们使用 Chart Beat 和 Google Analytics 来分析流量。然而,我们希望与客户分享我们看到的此类信息(流量、图表等)。
我们不想显示站点范围的信息。仅与客户页面相关的流量信息(即他的个人资料页面、他的照片、他的评论等)。
有没有一个工具(API 服务)可以用来实现这个目的?或者我们是否必须使用 Google Charts、Protovis、Gruff 等图表库并绘制我们自己的图表?
We are trying to enable customers (users who are registered to our web site) to view data on their dashboard. Data would be collected from our database and displayed via a graph / chart.
As owners and admins of the site, we are using Chart Beat and Google Analytics to analyze traffic. However, we would like to share this kind of information (traffic, charts, etc) that we are seeing to our customers.
We don't want to show site-wide information. Only traffic information pertaining to the customers's page (i.e. his profile page, his photo's, his comments, etc).
Is there a tool (API service) that we can use for this? Or will we have to use chart library such as Google Charts, Protovis, Gruff etc and plot our own?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定我是否理解一切正确。
使用谷歌分析,您可以捕获特定的域信息,并进一步标记该域下专门的某些事件/操作,例如添加、删除或更新,您拥有这种灵活性。
由于您不想共享站点范围内的统计数据,因此您需要从谷歌分析通过其 api 收集的内容中提取特定事件,但我不太熟悉他们的 api,但我相信它应该受到支持。
由于 google Analytics 捕获了所有内容,因此您可能只想通过 api 显示那些特定操作并获取数据并将其绘制为图表。它将为您节省一定程度的代码。您需要中间级别的转换来转换来自谷歌分析的数据并将其绘制为图表/将其显示为数据。
Not sure if I understand everything correctly.
Using google analytics you can capture specific domain information, and further mark certain events/actions specifically under that domain For example add, delete or update, you have that flexibility.
Since you don't want to share site wide statistics, you need to pull specific events from what google analytics gathers via their api, but I am not too familiar with their api but I believe that it should be supported.
Since google analytics captures everything, you may want to show only those specific actions via the api and fetch the data and plot it as charts. It will save you some level of code. You would need an intermediate level of transformation to transform the data from google analytics and plot it as charts / show it as data.