dart-matomo icon indicating copy to clipboard operation
dart-matomo copied to clipboard

Add custom data support.

Open anatta-feng opened this issue 3 years ago • 0 comments

Add custom data support. Used to support features like Custom Dimensions

MatomoTracker.trackScreenWithName(screenName, eventName, customData: {
  'dimension1': appVersion,
});

anatta-feng avatar Jan 12 '22 16:01 anatta-feng