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 content impression and interaction tracking #13

Open aeirola opened 3 years ago

aeirola commented 3 years ago

Should be straightforward to just call the underlying SDKs directly.

trackContentImpression(name: string, piece?: string, target?: string)
trackContentInteraction(name: string, piece?: string, target?: string)

See: