在Mixpanel的Explore上跟踪匿名用户(Tracking anonymous users on Mixpanel's Explore)

编程入门 行业动态 更新时间:2024-10-26 18:27:33
在Mixpanel的Explore上跟踪匿名用户(Tracking anonymous users on Mixpanel's Explore)

我知道我可以为以前匿名识别的用户附加别名,但是如何在他们注册之前探索他们的行为? (在调用identify API之前,它们不会出现在Mixpanel的探索中)

谢谢

I understand I can attach an alias to a previously anonymously identified users, but how can I explore their behavior before they sign up? (they don't appear on Mixpanel's Explore until the identify API is called)

Thanks

最满意答案

这样做的方法是在应用程序第一次启动时调用mixpanel.identify() (没有args)。

然后,当用户注册时,您调用别名并使用您的内部ID进行识别。

The way to do it is to call mixpanel.identify() (with no args) when the app starts for the first time.

Then when the user registers you call alias and identify with your internal id.

更多推荐

本文发布于:2023-07-29 20:05:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1319355.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:用户   Explore   Mixpanel   users   anonymous

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!