We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
如果您使用 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).
我建议您使用 Deskmetrics 一个桌面分析应用程序,与 GA 非常相似。 这很棒。
I would suggest you to use Deskmetrics a desktop analytics app, very similar to GA. It's awesome.
查看适用于 Windows/Mac 应用的 Trackerbird 桌面软件分析。
免责声明:我隶属于公司。
Checkout Trackerbird Desktop Software Analytics which works on Windows/Mac apps.
Disclaimer: I am affiliated with company.