davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

How does attribution work? #202

Open harrydema opened 4 years ago

harrydema commented 4 years ago

I am trying to configure the attribution of a user.

We want to where the user came from, setting the source, campaign, and medium.

How can we achieve this with this library?

Thank you.