Open BonnetM opened 2 years ago
An alternative approach to what #37 offered. For our project's needs, we felt it was better to add custom dimensions directly on the MatomoTracker itself. The custom dimension is then sent with all subsequent events. Usage :
MatomoTracker
MatomoTracker.setCustomDimension(1, "customValue")
An alternative approach to what #37 offered. For our project's needs, we felt it was better to add custom dimensions directly on the
MatomoTracker
itself. The custom dimension is then sent with all subsequent events. Usage :