问题标签 [mixpanel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
analytics - Segment.io 和 Mixpanel 分析以跟踪共享插件的活动
实施 Mixpanel 分析以跟踪共享插件的最佳方法是什么。
android - MixPanel for error monitoring
I am working on an Android Application which is integrated with MixPanel for analytics and BugSnag for error monitoring.
Recently we found crash in the application and as we couldn't find the root cause of the crash we added code to restart the app when the bug occurs. Along with restart, we also started tracking how many times the bug occurs. My preference was to use Bugsnag for the same, but couple of people in the team asked why can't we use MixPanel because we can easily filter out the events with parameters which we sent to MixPanel. But I feel MixPanel shouldn't be used as its specifically for tracking user events. And neither the crash nor the restart happens because of a user event, it just happens randomly.
I would like to hear suggestions/thoughts from the community regarding the same.
javascript - 在google分析事件中发送一堆key-value参数
我在我的网站中使用 Mixpanel 进行分析,这很棒——我可以将一个 javascript 对象附加到我发送给它们的每个事件上,而不限制键的数量,然后在他们的平台上查询它们。我还需要实施 Google Analytics,但我找不到与 Mixpanel 所做的类似的事情。最接近的是自定义变量,它只允许我为每个事件附加 5 个,这还不够好。有没有办法使用 Google Analytics 发送对象,然后在分析数据时使用这些参数?
php - 在 mixpanel api 中获取用户详细信息
我正在尝试通过 Mixpanel 分析获取用户详细信息,但我很难正确掌握我应该如何做到这一点……数据已使用
mixpanel.people.identify()
事件和分段请求似乎没问题;但我不知道如何在 Engage 端点上查询请求。
python - 如何在 MixPanel 中转换时间属性?
我正在使用 MixPanel 并尝试转换我在查看事件时获得的 ['property']['time'] 字段。我认为这是 UTC 时间,这就是我试图将值转换回本地时区的方式。
取 MixPanel 时间 1394199886(这应该是美国东部标准时间下午 4:44),UTC 时间是 2014-03-07 08:44:46+00:00,转换后的时间是 2014-03-07 03:44:46(绝对不是正确的时间)。有人知道如何进行转换吗?
geolocation - 基于人员属性的混合面板漏斗
我正在使用 Ruby 中的 Mixpanel 成功跟踪事件并创建人员配置文件。
我可以创建活动
tracker.track(123456712,'NewArrival', { gender: 'male', ad_version: 1 })
在这种情况下,当我进入 Mixpanel 分析时,我可以根据上面传入的性别属性来分割我的漏斗。
我还可以创建个人资料:
tracker.people.set(1234560, {
'$first_name' => 'Stacy',
'$last_name' => 'Smith',
'$phone' => '5555555555',
'Favorite Color' => 'blue'
})
在这种情况下,我可以进入“人员”选项卡并查看有关 Stacy 的一些其他属性,例如她的城市和国家数据,Mixpanel 会自动处理这些数据。
我想做的是从渠道构建器界面访问城市和国家/地区数据,这样我就可以看到我的转化渠道如何因地理位置而异。但是,我无论如何都看不到根据漏斗内的这些数据进行过滤(没有出现内置属性)。
有没有办法轻松做到这一点?我想我可以实现自己的地理查找并将这些数据作为属性传递,但鉴于 Mixpanel 已经有了这个,这似乎不是最优的。提前致谢。
google-analytics - 新访客 Mixpanel vs Google Analytics
我无法弄清楚为什么我从 Mixpanel 和 GA 获得的新访问数据之间存在相当大的差异(~30%)。以下是我使用 Mixpanel 实现此指标的方法:
这段代码有什么问题吗?有没有更好的方法呢?我想用 mixpanel 实现一个注册漏斗(首次访问 -> 注册表单 -> 注册),但无法跟踪每次访问,所以我只跟踪第一次访问。尽管每日“访问”事件与来自 Analytics 的新访问者有 30% 的差异,并且破坏了渠道。
javascript - 如何检查用户是否在使用 disconnect.me / 阻止 mixpanel
我有一个 webapp - 我使用谷歌分析和 mixpanel 进行跟踪。
最近有些用户已经注册但没有出现在 mixpanel 中。我想看看这些用户是否正在阻止 mixpanel / 使用 disconnect.me。
如果我自己使用 Disconnect.me,Chrome 会在控制台中显示错误,但它与我的异步
混合面板.track
错误从 (index):1 出现,没有堆栈跟踪
所以我无法抓住它。
我可以使用什么 Javascript 代码来回答“是否已连接混合面板?”
ruby-on-rails - 带有混合面板的新遗物
当我的网站仅受登录密码门保护时,Mixpanel 没有在实时视图上显示 New relic ping,但我知道它正在 ping,因为它在我的网站关闭时显示。现在由于某种原因,由于我们删除了意味着网站是公开的“门”,因此每 20 秒新的文物 ping 就会显示在 Mixpanel 实时视图上。这很糟糕。new relic 和 mixpanel 都已与 Ruby 集成。
知道是什么原因造成的吗?
谢谢
android - 在 android 应用程序中使用 Mixpanel 获取用户名
我已将 Mixpanel API 集成到我的项目中。当用户登录时,我已将它们设为唯一用户,如下所示
一些用户登录后,我在 Mixpanel Web 应用程序中检查了我的帐户。
1.如何获取名称字段?2.Android 设备栏如附图所示。这是什么?有人可以帮忙解决这两个问题吗?