You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using your package to integrate our React Application with Mixpanel, however we are working to GDPR compliance and we are not sure if we can achieve it with your package. According to GPDR the cookie from Mixpanel should not be loaded until we obtain the consent of our users but.
How to achieve it using MixpanelProvider component? Some advice?
// Opt a user out of data collection
mixpanel.opt_out_tracking();
// Check a user's opt-out status
// Returns true if user is opted out of tracking locally
mixpanel.has_opted_out_tracking();
dunno if this library has those bindings though...
Hello,
We are using your package to integrate our React Application with Mixpanel, however we are working to GDPR compliance and we are not sure if we can achieve it with your package. According to GPDR the cookie from Mixpanel should not be loaded until we obtain the consent of our users but.
How to achieve it using MixpanelProvider component? Some advice?
We are loading MixpanelProvider like next code.
The text was updated successfully, but these errors were encountered: