Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: blacklisting default properties #266

Open
StevenVanbrielRosa opened this issue Sep 24, 2024 · 2 comments
Open

Feature request: blacklisting default properties #266

StevenVanbrielRosa opened this issue Sep 24, 2024 · 2 comments

Comments

@StevenVanbrielRosa
Copy link

We care a lot about our users' privacy. Can you port this feature from the Javascript library to react native? 🙏

https://docs.mixpanel.com/docs/privacy/protecting-user-data#blacklisting-default-properties

@MykCib
Copy link

MykCib commented Oct 17, 2024

Yes, please. Maybe somebody found a workaround for react native to stop sending "Mixpanel properties" while still sending "Your properties"?

@Vishal-Lakkapathri
Copy link

Vishal-Lakkapathri commented Nov 14, 2024

@StevenVanbrielRosa , you can try registering them as super properties and give any value to it

mixpanelInstance.registerSuperProperties({
   $manufacturer: "retracted",
   $city: 'retracted',
   $region: 'retracted',
   $carrier: 'retracted',
   $wifi: 'retracted'
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants