Umami logo

Umami

Privacy-focused web analytics platform

Alternative to: Google Analytics, Mixpanel, Amplitude


About Versions (100)

v2.1.0

2023-04-22

Changes

  • The umami.track method has changed to be more consistent and easier to use. See https://umami.is/docs/tracker-functions for more information. Notable changes are:

    • You no longer need to wrap your event custom data in a data property { data: { ... } }. Just use umami.track('my-event', { id: 123 }).
    • You can send your own custom payload by passing an object, umami.track({ ... }).
  • The Tracking Code form will now show the alternate script name if TRACKER_SCRIPT_NAME is set. image

  • You can now enter multiple entries in TRACKER_SCRIPT_NAME comma separated, for example a.js, b.js, c.js

  • Country names are now shown next to region names: image

  • Added page titles to every page

Fixes

  • Fixed tracker not working on anchor tags with deeply nested elements
  • Fixed display of elements in RTL languages
  • Fixed realtime count of visitors
  • Fixed issue with changing passwords

Updates

  • Language translation updates

A huge thanks to all the contributors on this release! @kaisteinke @atmonshi @MBRjun @Maxime-J @ym-project @winterrific