terveystalo / react-native-piwik-pro-sdk

React Native wrapper for Piwik Pro SDK
https://www.npmjs.com/package/react-native-piwik-pro-sdk
MIT License
2 stars 2 forks source link

Add user profile attribute tracking #19

Open aeirola opened 3 years ago

aeirola commented 3 years ago

Should be straightforward to just call the underlying SDK methods.

setUserId(id: string)
setUserEmail(email: string)
setUserAttribute(name: string, value: string)

See