issues
search
Floating-Dartists
/
matomo-tracker
A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.
https://pub.dev/packages/matomo_tracker
MIT License
26
stars
28
forks
source link
Feature addition: Visitor's userId
#14
Closed
MeixDev
closed
2 years ago
MeixDev
commented
2 years ago
Added support for Visitor's userId
Solves
#12
by allowing a userId coming from a third-party source (eg. Firebase) to be linked to the visitor.
Is accessible through the setVisitorUserId() method of the MatomoTracker instance.
No breaking changes.