553 questions
1
vote
2
answers
102
views
How to create multiple dashboard widgets for different sets of Event Actions in Matomo?
I am planning to use Matomo for my internal web project and currently setting it up.
I am tracking events using the JavaScript tracker like below:
_paq.push([‘trackEvent’, ‘Plan A’, ‘Plan A Landing ...
0
votes
1
answer
120
views
CSP is set but I still get Content Security Policy directive violation
I'm using VITE, and I'm trying to connect my app to Matomo. I used VITE_APP_CSP_POLICY with no issue in the past, but right now I'm encountering the problem I can't resolve:
container_XXX.js:85 ...
0
votes
0
answers
21
views
How can I retrieve a list of all page URLs along with their visitor counts for a specific date in Piwik PRO API?
I'm working with Piwik PRO and I need to retrieve a list of all page URLs on my website along with their visitor counts for a specific date. I’ve been exploring the Piwik PRO API but I’m not sure how ...
1
vote
1
answer
241
views
Angular standalone: Cannot access value set by provideAppInitializer in another provider
In my angular application i m setting provideAppInitializer to get config from service and then provideMatomo(loadMatomoConfig)) tries to load the config which set by provideAppInitializer(...
1
vote
2
answers
436
views
Angular standalone:chain multiple functions in provideAppInitializer
In my Angular application (version 19), I have a provideAppInitializer like this:
export const appConfig: ApplicationConfig = {
providers: [
...
provideAppInitializer(intializeAppFn),
...
0
votes
0
answers
53
views
Where do I see Tracking via image results?
I'm trying to use Matomo's Image Tracking feature in email instead of the usual JavaScript tracking. I generated the tracking pixel code from the Matomo admin interface and embedded it into my HTML. ...
0
votes
1
answer
40
views
How can I manually send a 'variation was successful' event with Matomo ABTesting?
I am using the Matomo ABTesting plugin to create a test and I'm using a manual setup.
There are visual variations of a button with changing URLs and I want to see which variation gets clicked the most....
0
votes
1
answer
62
views
Error importing GA4 data tracked via Firebase: "Field customEvent is not a valid dimension"
I am encountering an issue while attempting to import data from an GA4 Analytics resource that used Firebase for tracking data on a mobile app.
When I start the import using the GA4 import tool, it ...
-2
votes
1
answer
222
views
ReactJS website not working after 10-15minutes inactivity
Community!
UPDATE:
I'm also experiencing weird Matomo behaviours (our software for tracking). Matomo is only installed on the production environment, where I also experience the freezing issues. In ...
3
votes
1
answer
99
views
Magento 2 cloudflare unable to install Matomo
We are using magento 2 with Cloudflare enabled on the website but when we try to install Matomo getting this issue on the browser console -
index.php:1 Refused to load the script 'https://static....
0
votes
1
answer
91
views
How to remove the reloaded pages in matomo segment?
when using matomo, the reloaded pages are taken into account to count the actions and visits.
Is there a way to remove this from the reports (with segment for exemple), without having to change the ...
0
votes
1
answer
606
views
Matomo Tag Manager and Single Page Application: History Change track old page title
I have a SPA in React and react-router-dom; I’m trying to track page views with History Change using Matomo Tag Manager.
I have followed these two guides:
https://developer.matomo.org/guides/spa-...
0
votes
0
answers
332
views
Upgrading PHP version in Matomo on Ubuntu server
I have Matomo installed on my server using [email protected].
In order to remove the warning showing in Matomo dashboard I want to upgrade to php8.2 only on Matomo directory, without affecting the system.
I ...
0
votes
1
answer
337
views
Keep formating of data in kubernetes secret
I am deploying Matomo to Kubernetes. I have a config file that contains database credentials. I would like to create a secret from the config file and mount it to the pod.
I can´t figure out a way to ...
1
vote
1
answer
138
views
Matomo Analytics with Page Transitions (Barba.js)
I'm wondering what the best approach is to implement Matomo Analytics in a website that dosen't reload on navigation but only injects new content in the body of the html.
My site is using Barba.js to ...