桌面应用程序的用户点击跟踪库

发布于 2024-12-14 05:41:27 字数 352 浏览 6 评论 0原文

我们正在研究允许用户选择一个程序的可能性,在该程序中他们报告他们所做的按钮点击等,我想知道是否有人可以推荐一个已经做到这一点的好库。根据应用程序的实现方式,我们可以访问基本的“Button”类,并且可以在单击时添加代码来记录单击按钮的事实。

我们正在寻找的是一个库,它可以记录所有这些点击,将它们存储在本地,然后在用户可以访问互联网的将来某个时候将它们发送给我们。

像这样的东西是否以开放或封闭的形式存在?

谢谢,

Liron

我们的应用程序可以在 c# 或 javascript 中运行代码,因为它在 Unity3d 中运行,但我们还有其他纯 c# 的桌面应用程序,并且更喜欢可以在所有应用程序中运行的库。

We are looking into the possibility of allowing users to opt into a program where they report what button clicks etc. they do, and I was wondering if anyone can suggest a good library which already does this. Based on the way the app is implemented, we have access to the base "Button" class and can add code on the click which records the fact that the button was clicked.

What we're looking for is a library which can record all these clicks, store them locally, and then send them to us at some point in the future when the user has internet access.

Does something like this exist in an open or closed form?

Thanks,

Liron

Our app can run code in either c# or javascript, since it runs in Unity3d, but we have other desktop apps which are pure c# and would prefer a library we can run across all our applications.

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

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

发布评论

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

评论(1

蓝海 2024-12-21 05:41:27

我们最终选择了 DeskMetrics,它似乎很适合我们的需求。我们还研究了 TrackerBird,它有一些不错的功能,但这些功能对于我们的特定要求来说不是必需的,并且无法在 Unity3d 的有限要求内工作。

We ended up going with DeskMetrics, which seemed like a good fit for our needs. We also looked at TrackerBird which has some nice features which weren't necessary for our particular requirement and wasn't working within the limited requirements of Unity3d.

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