matomo-next icon indicating copy to clipboard operation
matomo-next copied to clipboard

Matomo for Next.js applications

Results 33 matomo-next issues
Sort by recently updated
recently updated
newest added

My matomo instance is running on following domain: https://matomo.mydomain.com My React nextjs website is running on following domain: https://mydomain.com/home when i include matomo-next in my application the url that matomo-next...

Hello, I am currently working on a Single Page Application (SPA) and facing an issue with tracking query strings during page navigation. My goal is to accurately track page views,...

I would like to show a cookie banner on the first page visit, and only let Matomo track the user if "Accept" is clicked to comply with GDPR. How can...

Since I've configured my own page views, I want to disable this lib's default behavior of registering trackPageView with the document title on route change. How can I do that?...

Hi, some cookie-managment tools like f.e. cookiefirst.com require you to setup a data-attribute so the script only gets loaded when cookies have been accepted, f.e. `Your script here`. Would be...

This param is used to determine how someone got to the website and not for internal navigation : https://developer.matomo.org/api-reference/tracking-api#optional-user-info As they say [here](https://developer.matomo.org/guides/spa-tracking#tracking-a-new-page-view) we only need to call `setCustomUrl` and...

The integration of Matomo into our Next.js site unfortunately increases the Total Blocking Time (TBT) in http://pagespeed.web.dev (mobile) to 300 to 500ms. We were thinking of two ideas of how...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`7.32.0` -> `9.13.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/9.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

Maybe not really an issue but I want to run this locally to test the Matomo intergration, but I can't get passed the setup of the tracking code within Matamo....