Skip to content

Support for blacklisting properties

Compare
Choose a tag to compare
@tdumitrescu tdumitrescu released this 09 Oct 21:09
· 1028 commits to master since this release

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']
});