跟踪用户操作 - 应用程序分析

发布于 2024-07-26 04:15:29 字数 1542 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

最近可好 2024-08-02 04:15:29

如果您使用 javascript 创建小工具,则应该可以包含 Google Analytics 脚本。 然后,您可以调用该函数 _trackPageview 每当您的用户执行您想要跟踪的操作时。

也可以使用 Google 的分析不使用 JavaScript

诀窍是 Google 的脚本通常会将图像 http://www.google-analytics.com/ __utm.gif 到您的网页中。 参数可以通过查询字符串传递给图像。 您可以找到可传递给查询字符串的参数列表 这里。 你所要做的就是弄清楚查询字符串应该是什么,并让你的客户在每次用户执行某些操作时向谷歌图像发出请求(当然,在设置你的谷歌分析帐户之后)。

If you are using javascript to create your gadget, it should be possible to include the Google Analytics scripts. You can then call the function _trackPageview whenever your user does something you want to track.

It is also possible to use Google's analytics without javascript.

The trick is that Google's scripts normally put the image http://www.google-analytics.com/__utm.gif into your web pages. Parameters can be passed to the image via the query string. You can find a list of the parameters you can pass to the query string here. What you'd have to do is figure out what the query string should be and have your client make the request to google's image every time the user does something (after setting up your google analytics account, of course).

风月客 2024-08-02 04:15:29

我建议您使用 Deskmetrics 一个桌面分析应用程序,与 GA 非常相似。 这很棒。

I would suggest you to use Deskmetrics a desktop analytics app, very similar to GA. It's awesome.

稳稳的幸福 2024-08-02 04:15:29

查看适用于 Windows/Mac 应用的 Trackerbird 桌面软件分析

免责声明:我隶属于公司。

Checkout Trackerbird Desktop Software Analytics which works on Windows/Mac apps.

Disclaimer: I am affiliated with company.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文