How to use volto-matomo?

Hi,

Can anyone please guide me on using the volto-matomo , i need to track the visitors to my site,

Thanks!

Step by step (with examples pointing to plone.org repository):

  • Add @eeacms/volto-matomo to package.json addons entry (Like this)
  • Add @eeacms/volto-matomo to package.json dependencies entry (Like this)
  • Then set matomoSiteId (Like this) and matomoUrlBase(Like this) in your project's settings.
2 Likes

Thanks