Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Search queries (either global or per section)

  • Page views (either via list or detail page)

Instructions

The Matomo integration is purely set up in the frontend. Therefore, the integrated is configured in the .env file of the frontend.

  1. Open the file /app/config/application.yml

  2. Set the URL and the site ID for your matomo instance:

    Code Block
    application:
      matomoUrl: https://matomo.customer.xyz
      matomoSiteId: 1

    If it is a cloud-hosted instance, it's usually: https://your-matomo-instance.matomo.cloud
    The site ID is usually “1” if this is your first matomo-tracked site.

  3. Restart Portrait App

...