gpt4 book ai didi

javascript - 使用 mixpanel JavaScript 客户端取消设置 people 属性

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:15:43 29 4
gpt4 key购买 nike

我尝试使用 mixpanel JavaScript API 为用户删除属性。如我所见,只有一个方法集,但没有方法未设置。我试图将属性设置为 undefined 或 null 但当我这样做时,该属性仍然存在但没有任何值。我想完全删除它,因为我们可以使用 mixpanel 界面来做到这一点。这可能吗?

感谢您的帮助!

部分代码:

// Let set the property 'foo' with a value 'bar' to the current user
mixpanel.people.set("foo", "bar");

// Now, let unset this proprety
// Oops, there is no method unset...
// Let's try something else
mixpanel.people.set("foo"); // nop...
mixpanel.people.set("foo", undefined); // nop...
mixpanel.people.set("foo", null); // the value is now empty but the property still exists

最佳答案

Android MixPanel 库 (v4.6.4) 有一个用于人员属性的 unset(String) 方法,也许 JavaScript API 有一个等效方法,我假设是:

mixpanel.people.unset("foo");

也许这在八月份还不存在。

关于javascript - 使用 mixpanel JavaScript 客户端取消设置 people 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31798560/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com