在 Mixpanel 中显示用户 ID
我在 Ruby on Rails 项目中使用 Mixpanel 来跟踪实时用户事件。 我正在使用用户 ID 推送事件,并且我想在 Mixpanel 页面(ai 流页面,而不仅仅是随机生成器用户名)内显示用户 ID。
有没有办法显示用户 ID,或者按用户 ID 过滤数据?
谢谢你, 亚历山德罗
I am using Mixpanel in a Ruby on Rails project to track real time user's events.
I am pushing the events with the user ID, and I would like to show the user ID inside the Mixpanel pages (a.i. streams page, not only the random generater user name).
Is there some way to display the user ID, or a way to filter data by user ID ?
Thank you,
Alessandro
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
技术支持回复了我,并告诉我可以使用名为“mp_name_tag”的属性。
有用 !现在我可以在该属性中写入用户 ID。
再见
The technical support replied me, and told me that I can use the property called "mp_name_tag".
It works ! so now I can write the user ID in that property.
bye