Is there a method to reset a user property in Heap analytics? For instance, suppose we assigned the user property purchased_items
a value of iphone
for a particular user, but the order got cancelled. In such a case, we would like to remove the item from the property. We attempted to set null or an empty value, but it did not yield the desired result. Although we can set an arbitrary value like an empty array []
or no item
, this prevents us from utilizing the is_defined
condition when filtering the report.

Best answer by dlad
View original