I had the log import working. But then upgraded to 3.14.0. Today, I imported logs for the last month, and am not seeing any visits. I know there were a bunch the last couple weeks. I am seeing a bunch of these errors reported:
WARNING: /var/www/html/analytics/plugins/IceCastStatistics/Widgets/GetIceCastStatistics.php(221): Notice - Undefined index: /stream - Matomo 3.14.1 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) (Module: IceCastStatistics, Action: getIceCastStatistics, In CLI mode: false)
and
WARNING: /var/www/html/analytics/plugins/IceCastStatistics/Widgets/GetIceCastStatistics.php(233): Notice - Trying to access array offset on value of type null - Matomo 3.14.1 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) (Module: IceCastStatistics, Action: getIceCastStatistics, In CLI mode: false)
I then tried to update to 3.14.1, but still seeing the errors.
I was wondering if it would be possible to create multiple ‘sites’ (with various pages) and have separate dashboards for each site and be able to create these programmatically?
So for example, we have a user1 who has 3 pages on a site (site1), page1,page2 and page3.
Then another user (user2) who has the same.
Is it possible to have completely separate dashboards for each user so they can only see their own stats? And could this be done programmatically? (When I say programmatically, I mean generating the tag and creating their dashboard).
Hello all,
I have the following scenario: I have Matomo tracking set up for a site that is both used directly and inside a different site’s context in an iframe.
Now I have the following problem: since the Matomo tracking cookies (_pk_id.* and _pk_ses.*) are set with a SameSite policy of “Lax”, they are inaccessible for the site inside the iframe. This means that not only is the user not recognized as the same user who is using the site outside the iframe, but each tracking request inside the iframe is issued as a new visit although it still is the same user.
Is there any way I can configure Matomo to set the tracking cookies with a SameSite policy of “None”?
The roll-ups combine different websites. I find the features of Roll-Ups here: https://plugins.matomo.org/RollUpReporting
What can I not do with roll-ups, what can I do with websites?
If i want to trigger on different scroll depths, i need more triggers. It would be nice to add only one trigger and enter the thresholds comma separated.
When looking at evolution charts, specifically custom report evolution charts in our case, the chart title is not included when you export as an image. All that is viewed is the key, chart, and x/y axis benchmarks. When I am looking to export several charts for presentations, it would be really great to include the chart’s title. To work around that, I have to take a screenshot of every chart so that I can include the title easily. This results in a user taking up to four or five steps to exporting a chart as an image instead of up to two steps with the current functionality. Considering the title is easily available, I hope that this would not be too big of a lift for the export as an image functionality.
Please let me know if you have any questions or if I can elaborate more!
Hi. I will try to detail this as easy as possible, maybe this will help more people in the future :
Current setup :
We have an on-premise matomo instance in our corporate environment. It tracks several websites. It resides on a server as a docker container, with another docker container containing an nginx reverse proxy to access matomo (mostly to handle tls).
Current issue :
Some tracked websites are accessed from the internal network (other teams, from 162.0.0.0/8), some are accessed by our users from VPN (from 100.0.0.0/8, some are accessed from the outside world (load balancers IPs are in 150.0.0.0/8). Docker containers talk through 172.0.0.0/8 network (reverse proxy).
We usually either get :
client -> vpn -> reverse proxy -> matomo
client -> internal -> reverse proxy -> matomo
client -> outsideworld -> reverse proxy -> matomo
Currently, Matomo shows these IPs as source in the UI and not the clients IPs. We would like to log the real clients IPs.
Current config :
Regarding proxy configurations (faq/how-to-install/faq_98/) we are using the following in the config.ini.php file :
[General]
; Uncomment line below if you use a standard proxy
proxy_client_headers[] = HTTP_X_FORWARDED_FOR
proxy_host_headers[] = HTTP_X_FORWARDED_HOST
nginx documentation on core modules (ngx_http_core_module.html)
I figured out the remote_addr string should contain the client_ip, and it’s recursively stacked in X-Forwarded-For header.
But i just can’t figure out how to always point to the client IP.
We could also do with simply displaying all X-Forwarded-For IPs to know what path the tracker takes to report the action. If that’s possible that would also be nice and do the job.
The most important ones are the ones coming from clients from the outside world (we need this info) but all their records have IPs in the 150.0.0.0/8
Please let me know what you think, i can also post some more informations if you need.
My company has its own IP database, how can I use this database to display visitor location information?
Currently matomo can only use DBIP and mindmax databases?
I had 2 segments based on page url contains.
Segment 1: page url contains dm-home
Segment 2: page url contains edm-home
Recently, i realized that all data in segment 2 is also in segment 1. Then i changed the 2 segments to this:
Segment 1: page url contains /dm-home/
Segment 2: page url contains /edm-home/
Now, i want to delete all the old data that match edm-home from the segment 1 archive. Is this possible ? If yes, how do i do this ?
Hello,
I have the following problem - I added data to a SiteId via Google Analytics importer and after the import was completed, I also deleted it from the GAI. Now I’ve found that some not correct data and I have to do a re-import. Now the page is no longer listed for re-import in the GAI. How or what do I have to do?
I have the IP addresses from the visitor’s log and I am trying to tie it back to an owner or more specifically, to an organization.
Is that possible within Matomo? Because I only see the visitor’s ID which does not make a lot of sense to me when it comes to tying it to an individual.
Hallo, ich habe meine Matomo Datenbank zu einem neuem Hoster umgezogen und die config.ini entsprechend angepasst. Beim ersten Aufruf verlangt Matomo nun ein Datenbankupdate von 3.11 auf 3.13, obwohl die Dateien und die DB zur gleichen Zeit gesichert wurden und umgezogen sind. Das Tracking funktioniert sofort problemlos, aber meine Archivdaten sind weg.
Hat Jemand eine Idee was ich falsch mache?
I’ve recently started having problems with one existing Matomo install. It’s been running fine for about five years. It seems to have started when I updated to php7.4 from 7.2. Reverting to 7.2 does not seem to have fixed the issue. The Matomo version is the latest 3.14.1.
I use the default archiving as it’s a very low traffic site. Matomo sends me the following error email every hour from the Cron Daemon:
/opt/alt/phpWAR/usr/bin/php /home/terraner/public_html/piwik/console core:archive --url=http://[snipped]/piwik/ > /dev/null from (Cron Daemon)
the message is:
/bin/sh: /opt/alt/phpWAR/usr/bin/php: No such file or directory
Any help on how to fix this would be most appreciated. I’m just a website designer, so troubleshooting this stuff is quite above knowledge level.
Hallo zusammen,
ich habe das Paid Advertising Plugin von Matomo und möchte gern das Google Ads anbinden. Allerdings erhalte ich folgende Fehlermeldung:
An error occurred within the OAuth process. Please try again and ensure you accept the requested permissions.
An unknown error occurred while fetching the profile information
Hat jemand das gleiche Problem und kann mir hier weiterhelfen?
i would like Google Ads connect with Matomo and I have a Plugin names PAID ADVERTISING PERFORMANCE.
Now I receive an Error:
An error occurred within the OAuth process. Please try again and ensure you accept the requested permissions.
An unknown error occurred while fetching the profile information
Hi,
we track visitors in multiple sites/accounts with our matomo installation.
For one of our websites we have a “bug” in the section Behaviour -> Page titles. When I click on “transitions” at any of the page titles, it will always show the same information, no matter which page I select. And the numbers are completely wrong, e.g. 20 incoming and 7000 outgoing.
Strangly this does not occur at any of the other sites/accounts in our installation. Any ideas, why this is happening?
I searched the forum for reports on this but couldn’t find anything. Apologies if this has been mentioned already.