Versions Compared

Key

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

...

Info

The integration is meant to work without a user opt-in, therefore you must assure that your matomo Matomo privacy setup is set to “force tracking without cookies”.

...

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

  2. Set the URL and the site ID for your matomo 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 matomoMatomo-tracked site.

  3. Restart Portrait App

...