Support for blacklisting properties
Blacklisted properties will not be sent with calls to track()
, even those registered as superproperties or normally sent by default by the library. The list is specified with the property_blacklist
configuration option, e.g.:
mixpanel.init('MYTOKEN', {
property_blacklist: ['$referrer', 'custom_property']
});