issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 262k ⌀ | issue_title stringlengths 1 1.02k | issue_comments_url stringlengths 53 116 | issue_comments_count int64 0 2.49k | issue_created_at stringdate 1999-03-17 02:06:42 2025-06-23 11:41:49 | issue_updated_at stringdate 2000-02-10 06:43:57 2025-06-23 11:43:00 | issue_html_url stringlengths 34 97 | issue_github_id int64 132 3.17B | issue_number int64 1 215k |
|---|---|---|---|---|---|---|---|---|---|
[
"matomo-org",
"matomo"
] | When I try to generate a graph of number of unique visitors over time, the graph has no data (all days default to zero users). Settings and graph output are included as screenshots below.

. ... | Sorting function for "Last Seen" column in Manage Users | https://api.github.com/repos/matomo-org/matomo/issues/22255/comments | 0 | 2024-05-27T09:18:40Z | 2024-09-13T09:14:12Z | https://github.com/matomo-org/matomo/issues/22255 | 2,318,671,516 | 22,255 |
[
"matomo-org",
"matomo"
] | ### What happened?
I have created a Segment, looks like this:
```mysql
mysql> SELECT *
-> FROM matomo_segment\G
*************************** 1. row ***************************
idsegment: 1
name: NameOfSegment
definition: dimension1==quepapoloco
hash: 2aae533a0... | [Bug] Not able to build Segments on CustomDimensions | https://api.github.com/repos/matomo-org/matomo/issues/22253/comments | 4 | 2024-05-24T21:08:22Z | 2024-09-13T09:14:13Z | https://github.com/matomo-org/matomo/issues/22253 | 2,316,262,778 | 22,253 |
[
"matomo-org",
"matomo"
] | I got this errors in my log
preg_match(): Delimiter must not be alphanumeric or backslash in /core/UrlHelper.php:41
preg_match(): Delimiter must not be alphanumeric or backslash in /core/UrlHelper.php:46
Matomo version: 5.0.3
PHP version: 8.1.28
As I see the solution could be this lines insted
Line 41: if(@pr... | Missing delimiter for preg_match pattern in UrlHelper::inArrayMatchesRegex | https://api.github.com/repos/matomo-org/matomo/issues/22248/comments | 5 | 2024-05-24T00:27:31Z | 2024-05-27T14:57:09Z | https://github.com/matomo-org/matomo/issues/22248 | 2,314,065,540 | 22,248 |
[
"matomo-org",
"matomo"
] | ### What happened?
Currently, we have encountered a problem where at 2 PM every day, a job runs periodically to delete data according to the query below. This causes the database to peak in resource usage at that time, lasting for about 2 hours.
`DELETE log_link_visit_action
FROM matomo_log_link_visit_action log... | [Bug] How to adjust the Log Data deletion schedule | https://api.github.com/repos/matomo-org/matomo/issues/22246/comments | 1 | 2024-05-23T08:51:33Z | 2024-07-11T20:28:57Z | https://github.com/matomo-org/matomo/issues/22246 | 2,312,340,693 | 22,246 |
[
"matomo-org",
"matomo"
] | ### What happened?
The reports in Ecommerce -> Sales -> Sales by Pages includes a column for "Purchased Products". This column always shows zero regardless of reality...

Sales by Referr... | [Bug] "Purchased Products" column always empty for "Sales by Pages" ecommerce reports | https://api.github.com/repos/matomo-org/matomo/issues/22242/comments | 1 | 2024-05-22T03:35:19Z | 2024-09-13T09:14:14Z | https://github.com/matomo-org/matomo/issues/22242 | 2,309,499,129 | 22,242 |
[
"matomo-org",
"matomo"
] | ## Summary
<!-- Please provide a short summary of the issue in the *Title* above -->
Currently, a user can select up to 6 segments and reports work fine. However, when selecting a 7th segment, most or all reports start showing red errors, which can be a negative experience.
To clean this up, we could simply prevent... | Segment selector: max out at 5-6, instead of throwing many errors in reporting interface. | https://api.github.com/repos/matomo-org/matomo/issues/22241/comments | 0 | 2024-05-22T01:12:59Z | 2024-09-13T09:14:14Z | https://github.com/matomo-org/matomo/issues/22241 | 2,309,379,339 | 22,241 |
[
"matomo-org",
"matomo"
] | Matomo does not support MySQLv8 in a proper way.
If I create a user with mysql_native_password i get a warning that this is deprecated on EVERY database access
> Plugin mysql_native_password reported: ‘‘mysql_native_password’ is deprecated and will be removed in a future release. Please use caching_sha2_password in... | MySQLv8 + cache_sha2_password | https://api.github.com/repos/matomo-org/matomo/issues/22238/comments | 1 | 2024-05-21T06:56:37Z | 2024-10-02T14:07:47Z | https://github.com/matomo-org/matomo/issues/22238 | 2,307,477,939 | 22,238 |
[
"matomo-org",
"matomo"
] | ### What happened?
The 'Visits' chart plot does not have a title and once another chart plot type is selected, the visits type cannot be reselcted.

Entry Page conversion charts are partly broken for both:
- Conve... | [Bug] Charts for Conversions by Entry Pages & Page Titles Broken | https://api.github.com/repos/matomo-org/matomo/issues/22236/comments | 1 | 2024-05-19T20:56:09Z | 2024-05-23T14:47:28Z | https://github.com/matomo-org/matomo/issues/22236 | 2,304,778,998 | 22,236 |
[
"matomo-org",
"matomo"
] | It doesn't matter what the segment criteria is, putting an AND condition will always return no rows. The OR condition does work.
Wordpress plugin version is 5.0.6

| Creating a Segment with AND clause returns no data | https://api.github.com/repos/matomo-org/matomo/issues/22235/comments | 9 | 2024-05-18T07:58:06Z | 2024-07-09T21:31:27Z | https://github.com/matomo-org/matomo/issues/22235 | 2,304,558,107 | 22,235 |
[
"matomo-org",
"matomo"
] | Hi team,
in the matomo documentation, it is written that the campaign name is necessary to trigger a campaign visit:

whereas this is not true, in the screenshot below i just created a vis... | The Matomo documentation about campaign tracking is misleading, campaign name is not required | https://api.github.com/repos/matomo-org/matomo/issues/22233/comments | 7 | 2024-05-17T14:43:19Z | 2024-07-24T02:38:14Z | https://github.com/matomo-org/matomo/issues/22233 | 2,302,935,403 | 22,233 |
[
"matomo-org",
"matomo"
] | In some cases, websites have a Matomo tracking fired by one instance - let's call it instance A - owned for by a web agency for example.
But clients want to have their own tracking based on their Matomo instance (Instance B).
Today, if I install this tracking, the data is mixed because _paq object is the same for... | Being able to track a website in two separate instances (without duplicating tracking in one instance based on the other) | https://api.github.com/repos/matomo-org/matomo/issues/22230/comments | 0 | 2024-05-17T11:39:27Z | 2024-07-12T19:58:21Z | https://github.com/matomo-org/matomo/issues/22230 | 2,302,508,095 | 22,230 |
[
"matomo-org",
"matomo"
] | Hello,
We want to have "unique visitors" metric on dimension other than daily (weekly, monthly, yearly and range).
We followed the documentation by modyfying the config.ini.php file and reprocessing our data without result :
https://matomo.org/faq/how-to/faq_113/
https://matomo.org/faq/how-to/faq_59/
We want t... | Display unique visitors on custom dimensions when range is different than day | https://api.github.com/repos/matomo-org/matomo/issues/22227/comments | 1 | 2024-05-17T02:28:52Z | 2024-05-17T07:37:56Z | https://github.com/matomo-org/matomo/issues/22227 | 2,301,688,293 | 22,227 |
[
"matomo-org",
"matomo"
] | ### What happened?
I can't reach the marketplace anymore. It keeps showing
`There was an error reading the response from the Marketplace: Please try again later.`
I debugged Matomo to find the requested URI:
`https://plugins.matomo.org/api/2.0/plugins?keywords=&purchase_type=&query=&sort=lastupdated&release... | [Bug] Can't connect to marketplace anymore when curl uses brotli compression | https://api.github.com/repos/matomo-org/matomo/issues/22222/comments | 13 | 2024-05-15T09:14:04Z | 2024-08-13T15:32:17Z | https://github.com/matomo-org/matomo/issues/22222 | 2,297,313,845 | 22,222 |
[
"matomo-org",
"matomo"
] | ### What happened?
When selecting 1 day plus "compare to previous period/year" in the date selector, evolution charts show a single day instead of a timeline of days.
### What should happen?
Evolution chart date comparison visualisation works as intended for week/month date selection, so you can check that behaviour... | Evolution chart stops showing timeline when comparing 1 day to previous period/year | https://api.github.com/repos/matomo-org/matomo/issues/22220/comments | 0 | 2024-05-14T21:38:18Z | 2024-06-11T22:01:43Z | https://github.com/matomo-org/matomo/issues/22220 | 2,296,454,550 | 22,220 |
[
"matomo-org",
"matomo"
] | Description
When installing certain plugins in Matomo, a database upgrade may be required. This can sometimes lead to instability or downtime.

Proposed Enhancement
Introduce a ... | Enhancement Request: Warning Message for Plugins Requiring Database Upgrades | https://api.github.com/repos/matomo-org/matomo/issues/22219/comments | 1 | 2024-05-14T19:10:13Z | 2024-07-12T19:05:30Z | https://github.com/matomo-org/matomo/issues/22219 | 2,296,208,797 | 22,219 |
[
"matomo-org",
"matomo"
] | ### What happened?
We offer the ability to embed a Tracking Opt Out see https://matomo.org/faq/general/faq_20000/
seeing https://github.com/matomo-org/matomo/pull/22210/files there is a `const` in the opt out code which makes me think the opt out is not functional on some older browsers such as IE 10. I didn't spec... | [Bug] Opt out not compatible with some older browsers | https://api.github.com/repos/matomo-org/matomo/issues/22215/comments | 3 | 2024-05-14T03:56:33Z | 2024-09-13T09:14:15Z | https://github.com/matomo-org/matomo/issues/22215 | 2,294,339,276 | 22,215 |
[
"matomo-org",
"matomo"
] | When running build for example Example Vue: php .\console vue:build ExampleVue
an error occurs:
Building CoreHome…
‘BROWSERSLIST_IGNORE_OLD_DATA’ is not recognized as an internal or external command,
operable program or batch file.
Failed:
The system cannot find the path specified.
Building ExampleVue…
‘BROWS... | Error Vue build in plugin | https://api.github.com/repos/matomo-org/matomo/issues/22212/comments | 1 | 2024-05-13T18:26:02Z | 2024-10-02T13:57:08Z | https://github.com/matomo-org/matomo/issues/22212 | 2,293,523,142 | 22,212 |
[
"matomo-org",
"matomo"
] | ### What happened?
I have updated Matomo to version 5. Subsequently, I updated to the latest version via the backend update. After the updates, I see the message in the system check:
```
Errors below may be due to a partial or failed upload of Matomo files.
--> Try to reupload all the Matomo files in BINARY mode.... | [Bug] File size mismatch hiddeninput.ext | https://api.github.com/repos/matomo-org/matomo/issues/22211/comments | 3 | 2024-05-13T13:45:03Z | 2024-05-14T08:56:13Z | https://github.com/matomo-org/matomo/issues/22211 | 2,292,877,465 | 22,211 |
[
"matomo-org",
"matomo"
] | ### What happened?
testing PG-3427 - ignore
### What should happen?
testing PG-3427 - ignore
### How can this be reproduced?
testing PG-3427 - ignore
### Matomo version
5.1.0
### PHP version
_No response_
### Server operating system
_No response_
### What browsers are you seeing the problem on?
_No respons... | testing PG-3427 - ignore | https://api.github.com/repos/matomo-org/matomo/issues/22207/comments | 0 | 2024-05-10T07:13:20Z | 2024-09-13T10:55:27Z | https://github.com/matomo-org/matomo/issues/22207 | 2,289,108,110 | 22,207 |
[
"matomo-org",
"matomo"
] | Several users have requested the ability to view Google Ads reporting data such as CTRs and campaign costs within Matomo. By connecting the user to their Google Ads account in Matomo, we could harness the [Google Ads API](https://developers.google.com/google-ads/api/docs/start) to retrieve and display this data, either... | Integrate Google Ads reports via Google Ads API | https://api.github.com/repos/matomo-org/matomo/issues/22204/comments | 1 | 2024-05-10T00:28:33Z | 2024-09-13T09:14:15Z | https://github.com/matomo-org/matomo/issues/22204 | 2,288,675,343 | 22,204 |
[
"matomo-org",
"matomo"
] | ### What happened?
I've seen this a couple of times now, even with previous versions too.
The password field is disabled when trying to save General settings, which prompts for password.
Could be elsewhere too, e.g. the user setting page.
I believe it has to do with a Vue component setting isLoading or isUpda... | Password field is disabled when saving settings [Bug] | https://api.github.com/repos/matomo-org/matomo/issues/22203/comments | 3 | 2024-05-09T11:20:27Z | 2024-05-10T11:50:12Z | https://github.com/matomo-org/matomo/issues/22203 | 2,287,477,944 | 22,203 |
[
"matomo-org",
"matomo"
] | ### What happened?
When using proxy_fcgi_module in Debian 11+Apache 2.4, direct access (from browser) to /config area is forbidden with .htaccess but during installation there is warning displayed:
```
PHP SAPI fpm-fcgi
PHP FPM will ignore .htaccess rules for .php files. To ensure that sensitive files cannot be acc... | [Bug] Apache 2.4 with proxy_fcgi_module does not ignore .htaccess files | https://api.github.com/repos/matomo-org/matomo/issues/22201/comments | 0 | 2024-05-08T14:21:51Z | 2024-07-11T17:10:37Z | https://github.com/matomo-org/matomo/issues/22201 | 2,285,733,979 | 22,201 |
[
"matomo-org",
"matomo"
] | As a super user, you need to have the ability to sign someone out of all sessions for security reasons. For example if a device was lost or compromised. | Offer ability to sign someone out of all sessions | https://api.github.com/repos/matomo-org/matomo/issues/22198/comments | 0 | 2024-05-08T06:11:00Z | 2024-09-13T09:14:16Z | https://github.com/matomo-org/matomo/issues/22198 | 2,284,760,311 | 22,198 |
[
"matomo-org",
"matomo"
] | From https://sprinto.com/blog/nist-password-guidelines
> NIST (National Institute of Standards and Technology) has a smart recommendation for businesses regarding password expiration and resets. Instead of forcing users to change their passwords frequently, they suggest doing it under two specific conditions.
> A ... | Add ability to define password expiry policy | https://api.github.com/repos/matomo-org/matomo/issues/22197/comments | 0 | 2024-05-08T04:54:08Z | 2024-09-13T09:14:16Z | https://github.com/matomo-org/matomo/issues/22197 | 2,284,676,741 | 22,197 |
[
"matomo-org",
"matomo"
] | Customer reported a poor integration with Google products, especially Google Ads Remarketing. Google Analytics is needed if ad performance needs to be measured in a useful way.
| Poor integration with Google products | https://api.github.com/repos/matomo-org/matomo/issues/22196/comments | 2 | 2024-05-08T04:25:23Z | 2024-05-09T02:09:07Z | https://github.com/matomo-org/matomo/issues/22196 | 2,284,650,951 | 22,196 |
[
"matomo-org",
"matomo"
] | ### What happened?
:slightly_frowning_face: Failure! Look at the rate in these. These data are exactly 100x too large, compared to the other two screenshots.
This bug seems to happen whenever using the "compare to previous time period".
:

<!-- Please provide a short summary of the issue in the *Title* above -->
<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
## Summary... | Profile Notes | https://api.github.com/repos/matomo-org/matomo/issues/22189/comments | 1 | 2024-05-06T07:01:42Z | 2024-09-13T09:14:17Z | https://github.com/matomo-org/matomo/issues/22189 | 2,280,192,789 | 22,189 |
[
"matomo-org",
"matomo"
] | ### What happened?
Performing a W3 validation check on the dashboard reports the following for a couple of parent unordered lists
Error: An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.
This is very minor but it may affect how some screen readers process... | [Bug] Improve accessibility of top menu (missing role attributes) | https://api.github.com/repos/matomo-org/matomo/issues/22188/comments | 0 | 2024-05-05T23:17:36Z | 2024-05-28T10:10:20Z | https://github.com/matomo-org/matomo/issues/22188 | 2,279,785,178 | 22,188 |
[
"matomo-org",
"matomo"
] | ### What happened?
Installed Matomo on a develolment laptop and received an Access Denied error on the dashboard for the VisitFrequency plugin

### What should happen?
The system check should gi... | [Bug] Installation can be continued with missing database privileges | https://api.github.com/repos/matomo-org/matomo/issues/22187/comments | 5 | 2024-05-05T23:02:44Z | 2024-05-28T07:17:45Z | https://github.com/matomo-org/matomo/issues/22187 | 2,279,779,234 | 22,187 |
[
"matomo-org",
"matomo"
] | ERROR [2024-05-04 23:05:11] 92658 /var/www/matomo/plugins/GeoIp2/GeoIP2AutoUpdater.php(190): GeoIP2AutoUpdater: failed to unzip '/var/www/matomo/tmp/latest/DBIP-City.mmdb.gz.download' after downloading 'https://download.db-ip.com/free/dbip-city-lite-2024-05.mmdb.gz': The downloaded file is not a valid geolocation data... | Have been receiving hourly 'GeoIP2AutoUpdater' geolocation errors since the beginning of this month. | https://api.github.com/repos/matomo-org/matomo/issues/22185/comments | 3 | 2024-05-04T23:53:50Z | 2024-08-26T08:07:11Z | https://github.com/matomo-org/matomo/issues/22185 | 2,279,241,557 | 22,185 |
[
"matomo-org",
"matomo"
] | Hi,
we use Matomo for Wordpress on one of our clients sites.
While reviewing the reports of April, we discovered that the reports don't show any data for two days - but the report is complete the days before and after.

... | [Bug] Segmenting for "Number of Visits" returns non-matching visits | https://api.github.com/repos/matomo-org/matomo/issues/22176/comments | 3 | 2024-04-30T20:32:16Z | 2024-09-13T09:14:18Z | https://github.com/matomo-org/matomo/issues/22176 | 2,272,402,261 | 22,176 |
[
"matomo-org",
"matomo"
] | The way matomo goes is not UX or user friendly.
Newest development is we have to invite a user in order to later limit the very user.
Whoever came up with this should not have a role in development other than coding.
Why not used use a simple path: create a user, give the user access to view, edit his page or pages... | UX -Userfriendly backend | https://api.github.com/repos/matomo-org/matomo/issues/22174/comments | 1 | 2024-04-30T13:19:49Z | 2024-05-01T03:53:17Z | https://github.com/matomo-org/matomo/issues/22174 | 2,271,463,625 | 22,174 |
[
"matomo-org",
"matomo"
] | ### What happened?
When trying to add an annotation, if the date picker is set to 'range' and a date period that is more than 6 months apart, annotations cannot be added.
Selecting the annotations option on a report shows 'loading data...' for a brief second but nothing happens.
, if the page goes out of focus (e.g. tab switched) after it was watched for more than 15 seconds, a ping request is sent to the server to update the v... | [Bug] Heartbeat may not work in combination with tracker plugins | https://api.github.com/repos/matomo-org/matomo/issues/22166/comments | 0 | 2024-04-26T13:45:23Z | 2024-09-13T09:14:19Z | https://github.com/matomo-org/matomo/issues/22166 | 2,265,825,490 | 22,166 |
[
"matomo-org",
"matomo"
] | Steps to reproduce:
- Make sure you are not logged into matomo
- Get an email for plugin updates. Follow the link in the email (e.g. https://analytics.example.com/index.php?module=CorePluginsAdmin&action=plugins)
- Login to matomo and do the plugin update
- Switch to "Manage Plugins"
- Click on "Check for Updates"... | Unable to check for plugin updates unless website has been selected before | https://api.github.com/repos/matomo-org/matomo/issues/22161/comments | 0 | 2024-04-25T09:24:53Z | 2024-09-13T09:14:19Z | https://github.com/matomo-org/matomo/issues/22161 | 2,264,171,689 | 22,161 |
[
"matomo-org",
"matomo"
] | ### What happened?
1. Create a Variable based on First-Party Cookie
2. Set option URI Decode-Cookie
3. Save Configuration
Actual Behavior:
The content are not decoded
<img width="1415" alt="Screenshot 2024-04-24 at 09 30 51" src="https://github.com/matomo-org/matomo/assets/1064922/b91bfdeb-53aa-4d48-beb2-27d91e... | [Bug] Variable First-Party Cookie is not decoding the value | https://api.github.com/repos/matomo-org/matomo/issues/22158/comments | 0 | 2024-04-24T07:43:31Z | 2024-07-11T17:42:28Z | https://github.com/matomo-org/matomo/issues/22158 | 2,260,609,983 | 22,158 |
[
"matomo-org",
"matomo"
] | Reporting visitor attributes across visits appears to be a common request among users. Implementing such reporting in Matomo would be beneficial to marketers and anyone wanting fine-grain insights to campaign and site performance.
**A simple example:**
A user would like to know the initial entry page that led to a ... | Cross-visit Reports | https://api.github.com/repos/matomo-org/matomo/issues/22156/comments | 0 | 2024-04-24T02:45:39Z | 2024-09-13T09:14:20Z | https://github.com/matomo-org/matomo/issues/22156 | 2,260,172,381 | 22,156 |
[
"matomo-org",
"matomo"
] | ### What happened?
When creating a regex condition for a matching URL to trigger a Goal, the space character cannot be defined correctly.
For example, say I want to match any of these terms: "to-schools" "institutions" "youth programmes"
This should work regardless of whether URL decoding is used by Matomo when ... | [Bug] URL decoding should not be used when saving regular expressions | https://api.github.com/repos/matomo-org/matomo/issues/22155/comments | 0 | 2024-04-23T23:14:16Z | 2024-07-09T21:41:18Z | https://github.com/matomo-org/matomo/issues/22155 | 2,259,931,569 | 22,155 |
[
"matomo-org",
"matomo"
] | ### What happened?
On our Matomo On-premise, the rows under various archived reports (Pages, Events, Downloads etc.) get automatically grouped into “Others” section after displaying the top 500 rows, which is the default behaviour. In order to expand rows from “Others", I followed the configuration mentioned under thi... | [Bug]: Expand “Others” section for Pages, Event categories, Event actions not working | https://api.github.com/repos/matomo-org/matomo/issues/22152/comments | 6 | 2024-04-23T09:31:47Z | 2024-09-02T09:40:35Z | https://github.com/matomo-org/matomo/issues/22152 | 2,258,398,418 | 22,152 |
[
"matomo-org",
"matomo"
] | ### What happened?
Hello,
I integrated this for a search form that offers article suggestions.
but I noticed that the data is counted twice.
Here is the integration of the code in the head:
```
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" s... | [Bug] double metric _paq.push(['trackSiteSearch', false, false]) | https://api.github.com/repos/matomo-org/matomo/issues/22150/comments | 2 | 2024-04-22T16:39:59Z | 2024-04-23T07:32:41Z | https://github.com/matomo-org/matomo/issues/22150 | 2,257,000,666 | 22,150 |
[
"matomo-org",
"matomo"
] | the offline tracking works perfectly ( https://matomo.org/faq/how-to/how-do-i-set-up-matomo-offline-tracking/ )
but is there a way to differenciate online and offline navigation ?
thanks
| how to track network status ? | https://api.github.com/repos/matomo-org/matomo/issues/22143/comments | 1 | 2024-04-22T12:51:56Z | 2024-04-22T16:17:34Z | https://github.com/matomo-org/matomo/issues/22143 | 2,256,460,727 | 22,143 |
[
"matomo-org",
"matomo"
] | ### What happened?
We have a self-hosted instance of Matomo 5.0.3 running on our servers and are running into an issue when filtering Matomo statistics by user country.
**We created a segment that should exclude data for visitors in Luxembourg:**
<img width="955" alt="Bildschirmfoto 2024-04-22 um 12 09 08" src="h... | [Bug] Segments: Filtering by country results in inconsistent data | https://api.github.com/repos/matomo-org/matomo/issues/22142/comments | 4 | 2024-04-22T10:43:47Z | 2024-04-26T22:02:46Z | https://github.com/matomo-org/matomo/issues/22142 | 2,256,204,651 | 22,142 |
[
"matomo-org",
"matomo"
] | ### What happened?
If we activate `MarketingCampaignsReporting` plugin and call the `MarketingCampaignsReporting::getCampaignParameters()` method from another plugin on `CustomJsTracker.manipulateJsTracker` event we get `\DI\NotFoundException` as the `getCampaignParameters` tries to get `StaticContainer::get('advanced... | [Bug] Plugin on activated does not load `configs.php` and results in \DI\NotFoundException | https://api.github.com/repos/matomo-org/matomo/issues/22141/comments | 0 | 2024-04-22T02:31:28Z | 2024-04-22T09:02:08Z | https://github.com/matomo-org/matomo/issues/22141 | 2,255,452,677 | 22,141 |
[
"matomo-org",
"matomo"
] | Some users cannot track orders with Matomo due to the requirement to send a unique order ID with each transaction. Even when the order ID is randomised it is unique and could be potentially linked to a specific visitor.
Providing the option (perhaps in the UI) to not use an order ID could allow such users to track v... | Optional Order ID | https://api.github.com/repos/matomo-org/matomo/issues/22137/comments | 0 | 2024-04-18T04:48:41Z | 2024-07-12T20:01:10Z | https://github.com/matomo-org/matomo/issues/22137 | 2,249,737,700 | 22,137 |
[
"matomo-org",
"matomo"
] | It would be great if matomo could offer a way to control the icons displayed in the event view per event category, such that the occurrence of a specific event category type can be quickly identified. To make this possible for the general event view in Dashboard > Dashboard and Visitor > Visitor Log would be really nea... | Add possibility to customize icon of events per event category | https://api.github.com/repos/matomo-org/matomo/issues/22135/comments | 0 | 2024-04-17T17:52:52Z | 2024-07-12T20:05:41Z | https://github.com/matomo-org/matomo/issues/22135 | 2,248,888,736 | 22,135 |
[
"matomo-org",
"matomo"
] | ### What happened?
When editing a goal by clicking on its title, we are getting redirected to the administration page.
https://github.com/matomo-org/matomo/assets/28002238/d147f49c-0d8f-48e0-99c8-7c94dea6606c
### What should happen?
We should be redirected to the User Interface not the Admin one.
### How can... | [Bug] Redirect issue when editing a goal | https://api.github.com/repos/matomo-org/matomo/issues/22134/comments | 0 | 2024-04-17T17:36:31Z | 2024-09-29T10:00:34Z | https://github.com/matomo-org/matomo/issues/22134 | 2,248,839,720 | 22,134 |
[
"matomo-org",
"matomo"
] | **Steps to reproduce (all in UI):**
- Create a goal
- Create a scheduled report using this goal
- Create a new goal
- Delete the old goal
- Open scheduled report
- Select new goal
- Try to save scheduled report
**Overserved:**
Saving fails with an exception.
**Expected**
Successful save
**This ... | [Bug] Updating scheduled email report fails if goal has been deleted | https://api.github.com/repos/matomo-org/matomo/issues/22133/comments | 1 | 2024-04-17T08:54:42Z | 2025-05-13T18:52:15Z | https://github.com/matomo-org/matomo/issues/22133 | 2,247,749,374 | 22,133 |
[
"matomo-org",
"matomo"
] | ### What happened?
Below is an observation regarding the Matomo statistics for our Confluence pages.
Upon reviewing the data, we have noticed that some pages are displaying a significantly high average load time in Matomo. However, when accessing these pages manually, it appears that the actual load time does not a... | [Bug] Discrepancy in Matomo Statistics for Confluence Pages | https://api.github.com/repos/matomo-org/matomo/issues/22130/comments | 1 | 2024-04-16T05:27:13Z | 2024-04-16T08:31:23Z | https://github.com/matomo-org/matomo/issues/22130 | 2,245,120,982 | 22,130 |
[
"matomo-org",
"matomo"
] | Hi team,
When the HeartBeatTimer feature is on, I guess, the expected behaviour should be to have a real time visit log which get updated at every push, it is currently not the case:

| Real time visit log updated when using HeartBeatTimer | https://api.github.com/repos/matomo-org/matomo/issues/22127/comments | 1 | 2024-04-15T14:24:48Z | 2024-04-15T20:52:41Z | https://github.com/matomo-org/matomo/issues/22127 | 2,243,825,737 | 22,127 |
[
"matomo-org",
"matomo"
] | Hi team,
It is currently not possible to categorize segments.
The idea would be that end users could label/categorize segments in order to arrange them accordingly and/or give more insights to other users. | Give the possibility to categorize/label segments | https://api.github.com/repos/matomo-org/matomo/issues/22126/comments | 1 | 2024-04-15T14:19:05Z | 2024-12-13T12:26:25Z | https://github.com/matomo-org/matomo/issues/22126 | 2,243,812,826 | 22,126 |
[
"matomo-org",
"matomo"
] | Hi team,
When we want to add statistics/metrics to a graph:

It disappears if the mouse is getting out, it would be interesting to make it sticky by clicking on the statistics icon. | Let the metrics/statistics window open | https://api.github.com/repos/matomo-org/matomo/issues/22125/comments | 0 | 2024-04-15T14:12:19Z | 2024-08-04T21:25:07Z | https://github.com/matomo-org/matomo/issues/22125 | 2,243,797,706 | 22,125 |
[
"matomo-org",
"matomo"
] | Hi team,
It is currently not possible to filter the visit log page.
The typical use case would be to filter the visit log page in order to get the visits which happen during a certain range of hours, for example from 7 AM to 9 AM.
It could be interesting to have a search filter at the bottom exactly like the other... | Search/filter feature on the visit log page | https://api.github.com/repos/matomo-org/matomo/issues/22124/comments | 2 | 2024-04-15T14:10:02Z | 2025-02-17T10:00:23Z | https://github.com/matomo-org/matomo/issues/22124 | 2,243,792,531 | 22,124 |
[
"matomo-org",
"matomo"
] | Hi team,
By default, within Matomo, it is not possible to label our goals.
For example, when creating a goal, we cannot label them like "conversion goal", "marketing goal", "product goal", "content goal".
It could be interesting to have such feature in order to rank them accordingly. | Goal type: give the possibility for end users to categorize their goals | https://api.github.com/repos/matomo-org/matomo/issues/22123/comments | 0 | 2024-04-15T14:07:46Z | 2024-04-15T20:35:36Z | https://github.com/matomo-org/matomo/issues/22123 | 2,243,787,254 | 22,123 |
[
"matomo-org",
"matomo"
] | Hi Team,
By default, when goals are defined within Matomo, they are available for everyone.
One client suggested me today that it could be nice to make them available only for the users/groups we want.
For example the marekting department shouldn't be able to see the goals of the IT department. | Goal restrictions: make them available for some users only | https://api.github.com/repos/matomo-org/matomo/issues/22122/comments | 1 | 2024-04-15T14:05:12Z | 2024-08-12T19:25:38Z | https://github.com/matomo-org/matomo/issues/22122 | 2,243,781,089 | 22,122 |
[
"matomo-org",
"matomo"
] | Hi team,
Currently, in order to zoom on the map, we need to click on it.

Suggested solution:
It would be great if, with the middle button of a mouse we could zoom in and out with the... | Add the possibility to zoom on the map without clicking | https://api.github.com/repos/matomo-org/matomo/issues/22121/comments | 1 | 2024-04-15T13:52:07Z | 2024-08-12T22:29:59Z | https://github.com/matomo-org/matomo/issues/22121 | 2,243,750,888 | 22,121 |
[
"matomo-org",
"matomo"
] | Hi team,
Though there is the possibility to export a report in many different format and an email feature just for it:

there is currently no possibility to export the report in PDF (exa... | Export a report as a pdf | https://api.github.com/repos/matomo-org/matomo/issues/22119/comments | 2 | 2024-04-15T13:44:43Z | 2025-03-11T19:48:30Z | https://github.com/matomo-org/matomo/issues/22119 | 2,243,733,579 | 22,119 |
[
"matomo-org",
"matomo"
] | Hi team,
When one hover his mouse on a point on a graph, the black window shows all the metrics without any distinction between each. It would be interesting to put in bold the one which has been selected:
:

Suggested solution:
- to set time in minutes rather than in seconds and/or to give the possibility for the end... | Display time in minutes rather than in seconds within the graph | https://api.github.com/repos/matomo-org/matomo/issues/22117/comments | 1 | 2024-04-15T13:33:02Z | 2024-08-12T19:10:34Z | https://github.com/matomo-org/matomo/issues/22117 | 2,243,702,857 | 22,117 |
[
"matomo-org",
"matomo"
] | Hi team,
It would be awesome if on a graph (visits overview for example), we could select an area with our mouse, once selected that would automatically set the graph on the custom date range we selected with the area. | Ability to Zoom on certain dates on a graph | https://api.github.com/repos/matomo-org/matomo/issues/22116/comments | 1 | 2024-04-15T13:30:00Z | 2024-08-21T22:14:25Z | https://github.com/matomo-org/matomo/issues/22116 | 2,243,694,173 | 22,116 |
[
"matomo-org",
"matomo"
] | ### What happened?
We have setup matomo using docker. The container is running fine until at some point we get the message: "caught SIGWINCH, shutting down gracefully"
This message is coming from apache.
SIGWINCH is usually the signal sent by Terminal when the window resizes.
### What should happen?
Ideally, The... | [Bug] Container Stops after some time with message "caught SIGWINCH, shutting down gracefully" | https://api.github.com/repos/matomo-org/matomo/issues/22112/comments | 1 | 2024-04-15T07:34:15Z | 2024-04-15T08:29:27Z | https://github.com/matomo-org/matomo/issues/22112 | 2,242,930,043 | 22,112 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
I'd like to have an option to "pause" data collection and aggregation for a website.
Many of my customers have closed website for which they'd like not to lose their data BUT they are at the same time restrained by the forfait limit (number o... | [Enhancement] "Pause" website data collection / aggregation to save ressources | https://api.github.com/repos/matomo-org/matomo/issues/22108/comments | 2 | 2024-04-12T08:13:41Z | 2024-07-23T19:57:22Z | https://github.com/matomo-org/matomo/issues/22108 | 2,239,363,583 | 22,108 |
[
"matomo-org",
"matomo"
] | ### What happened?
The data retrieved from Matomo using requests library is outside the start_date and end_date provided.
For example:
if -
start date is 2024-04-11 00:00:00
end date is datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
Then the data received if even beforethe start date. This is ... | [Bug] Data received from Matomo is outside the range of dates provided | https://api.github.com/repos/matomo-org/matomo/issues/22107/comments | 4 | 2024-04-12T08:11:14Z | 2024-04-15T09:48:01Z | https://github.com/matomo-org/matomo/issues/22107 | 2,239,359,835 | 22,107 |
[
"matomo-org",
"matomo"
] | ### What happened?
https://forum.matomo.org/t/warning-core-filechecks-php-153/55817
Matomo update from Matomo 5.0.2 to Matomo 5.0.3.
After updating to Matomo 5.03 following message is shown in “Alle Webseiten”:
```
WARNING: /core/Filechecks.php(153): Deprecated - trim(): Passing null to parameter #1 ($string) of t... | [Bug] Matomo 5.0.2 : /core/Filechecks.php(153): Deprecated - trim(): Passing null to parameter #1 ($string) of type string is deprecated | https://api.github.com/repos/matomo-org/matomo/issues/22101/comments | 4 | 2024-04-11T08:47:12Z | 2024-07-17T11:18:44Z | https://github.com/matomo-org/matomo/issues/22101 | 2,237,222,384 | 22,101 |
[
"matomo-org",
"matomo"
] | ### What happened?
When clicking the tracking URL it should expand to show the entire failed tracking call...

However, the element that should display the full URL stays hidden and the ... | [Bug] Tracking Failures page: Unable to view full tracking URL | https://api.github.com/repos/matomo-org/matomo/issues/22100/comments | 0 | 2024-04-11T04:30:36Z | 2024-07-11T18:31:51Z | https://github.com/matomo-org/matomo/issues/22100 | 2,236,889,075 | 22,100 |
[
"matomo-org",
"matomo"
] | ### What happened?
Test automation
### What should happen?
This should create type bug
### How can this be reproduced?
Create bug issue on Github
### Matomo version
5
### PHP version
_No response_
### Server operating system
_No response_
### What browsers are you seeing the problem on?
_No response_
### ... | [Bug] To be deleted | https://api.github.com/repos/matomo-org/matomo/issues/22096/comments | 0 | 2024-04-10T23:14:35Z | 2024-04-10T23:17:42Z | https://github.com/matomo-org/matomo/issues/22096 | 2,236,577,222 | 22,096 |
[
"matomo-org",
"matomo"
] | ### What happened?
Matomo can't link our dashboard.
Unable to resolve host "matomo.*******.com": No address associated with hostname
failed to connect to matomo.********.com/***.***.**.** (port 443) from /***.**.**.* (port 54634) after 5000ms
### What should happen?
The connection should be fine after integration... | [Bug] Transmission failed unexpectedly. | https://api.github.com/repos/matomo-org/matomo/issues/22094/comments | 1 | 2024-04-10T13:33:06Z | 2024-04-10T13:40:10Z | https://github.com/matomo-org/matomo/issues/22094 | 2,235,614,173 | 22,094 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
We are a group of about 60 webshop owners that have one matomo server together to handle statistics. the cost for the server and my work as "superuser" is covered by the users depending on how many websites they have connected.
<!-- Importan... | Limit number of websites for a user | https://api.github.com/repos/matomo-org/matomo/issues/22084/comments | 2 | 2024-04-08T10:07:37Z | 2024-04-12T12:11:54Z | https://github.com/matomo-org/matomo/issues/22084 | 2,230,791,106 | 22,084 |
[
"matomo-org",
"matomo"
] | ### What happened?
The 'Manage Goals' option in the left-side navigation bar requires a double click to function properly when accessed from the 'Update Goal' form page. The first click doesn't works as expected, keeping the user on the 'Update Goal' form's page, instead of navigating to the 'Manage Goals' page.
... | [Bug] Sticky Navigation: 'Update Goal' Page Requires Double-Click to Access 'Manage Goals' section | https://api.github.com/repos/matomo-org/matomo/issues/22081/comments | 1 | 2024-04-08T03:53:07Z | 2024-07-24T18:30:38Z | https://github.com/matomo-org/matomo/issues/22081 | 2,230,197,401 | 22,081 |
[
"matomo-org",
"matomo"
] | Currently the Resolution plugin records the device resolution (screen css pixel size) on the first page impression of a new visit, and then after this any subsequent values are ignored.
There are however situations where the first tracking event doesn't know the resolution. For example where there is a server-side t... | Option to record device resolution onExistingVisit | https://api.github.com/repos/matomo-org/matomo/issues/22079/comments | 2 | 2024-04-06T16:42:07Z | 2024-04-08T15:11:30Z | https://github.com/matomo-org/matomo/issues/22079 | 2,229,321,441 | 22,079 |
[
"matomo-org",
"matomo"
] | ### What happened?
When sending the Accept-Language HTTP header field via the "lang" parameter of the HTTP API, the country part is dropped unless it is first converted to lower case.
For example, if the value sent is `en-GB,en;q=0.5` or just `en-GB` then the data stored in log_visit / location_browser_lang is on... | [Bug] Sending "lang" via HTTP API ignores country when upper case | https://api.github.com/repos/matomo-org/matomo/issues/22077/comments | 1 | 2024-04-05T08:31:42Z | 2024-04-09T22:44:14Z | https://github.com/matomo-org/matomo/issues/22077 | 2,227,391,809 | 22,077 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
As a user analysing data further down a page, I can't see which exact selection I've applied (and hence what data I am looking at). To do this, I have to scroll back to the top of the page to see which selections I have applied.
<!-- Importan... | Make top selection header (site/date/segment selectors) sticky | https://api.github.com/repos/matomo-org/matomo/issues/22074/comments | 0 | 2024-04-04T22:52:23Z | 2024-08-04T21:42:42Z | https://github.com/matomo-org/matomo/issues/22074 | 2,226,652,715 | 22,074 |
[
"matomo-org",
"matomo"
] | <!-- I have created Custom Report with URL filter and placed it to one of Matomo dashboard which we are using ofen.
From the Custom Report table, is it possible to access to Transitions report by clicking icon?
<img width="285" alt="GitHup" src="https://github.com/matomo-org/matomo/assets/165994819/24ae8041-2b07-4b7... | Transitions report looking at Custom Report | https://api.github.com/repos/matomo-org/matomo/issues/22072/comments | 0 | 2024-04-04T11:58:09Z | 2024-04-04T12:00:58Z | https://github.com/matomo-org/matomo/issues/22072 | 2,225,294,007 | 22,072 |
[
"matomo-org",
"matomo"
] | ### What happened?
If users are created from a plugin (e.g. OIDC), the system sends user creation notifications to the anonymous user (anonymous@example.org).
### What should happen?
Do not send Emails to the anonymous user.
### How can this be reproduced?
Use a plugin, that internally creates users, e.g... | [Bug] Do not send Notification Email to anonymous user | https://api.github.com/repos/matomo-org/matomo/issues/22068/comments | 0 | 2024-04-02T14:20:23Z | 2024-04-09T12:36:00Z | https://github.com/matomo-org/matomo/issues/22068 | 2,220,656,423 | 22,068 |
[
"matomo-org",
"matomo"
] | Hi Team,
I've observed that some users are having difficulty finding the option to export or work with files for Excel (TSV format). This has led to challenges in utilizing the CSV format, which may not meet all users' needs. To improve user experience and make the TSV format more accessible, could we consider repos... | UX - Export feature - Enhancing Visibility of TSV Format Option for Excel | https://api.github.com/repos/matomo-org/matomo/issues/22067/comments | 1 | 2024-04-02T10:21:15Z | 2024-07-18T21:32:46Z | https://github.com/matomo-org/matomo/issues/22067 | 2,220,123,599 | 22,067 |
[
"matomo-org",
"matomo"
] | Hi Team,
I'd like to propose an enhancement to improve the user experience regarding goal configuration within our platform. As it stands, editing a goal's configuration requires navigating through the 'Manage Goals' section and then selecting the specific goal to edit. This process could be streamlined for efficien... | UX - Direct Edit Link for Goals on Goal Report Page | https://api.github.com/repos/matomo-org/matomo/issues/22066/comments | 2 | 2024-04-02T10:07:07Z | 2024-07-18T21:35:45Z | https://github.com/matomo-org/matomo/issues/22066 | 2,220,094,467 | 22,066 |
[
"matomo-org",
"matomo"
] | Using the log importer, it should be straightforward to read the HTTP status, as the special Nginx log format also captures the status. One should be able to filter by this in Matomo.
'{"ip": "$remote_addr",'
'"host": "$host",'
'"path": "$request_uri",'
**'"status": "$status",'**
## Summary
With this data, it... | Log Importer Status | https://api.github.com/repos/matomo-org/matomo/issues/22064/comments | 1 | 2024-04-01T16:28:02Z | 2024-04-02T12:42:09Z | https://github.com/matomo-org/matomo/issues/22064 | 2,218,615,575 | 22,064 |
[
"matomo-org",
"matomo"
] | ### What happened?
Trying to connect to an SMTP server that does not support authentication fails regardless of the settings.
### What should happen?
It should be possible to connect to an SMTP server, which has no authentication set up, when no username / password is configured.
### How can this be reproduced?
To... | [Bug] Does not support SMTP without authentication | https://api.github.com/repos/matomo-org/matomo/issues/22063/comments | 2 | 2024-04-01T14:08:39Z | 2024-04-08T08:15:14Z | https://github.com/matomo-org/matomo/issues/22063 | 2,218,357,739 | 22,063 |
[
"matomo-org",
"matomo"
] | hello,I encountered some issues while using Matomo deployed through Docker。
The problem is as follows:
{
"result": "error",
"message": "Allowed memory size of 268435456 bytes exhausted (tried to allocate 266240 bytes)"
}
I am trying to expand the memory size of PHP through Docker,But even if the configu... | Matomo 4.14.1 Request data prompt:Allowed memory size of 268435456 bytes exhausted (tried to allocate 266240 bytes) | https://api.github.com/repos/matomo-org/matomo/issues/22062/comments | 1 | 2024-04-01T01:17:52Z | 2024-04-02T13:41:24Z | https://github.com/matomo-org/matomo/issues/22062 | 2,217,307,256 | 22,062 |
[
"matomo-org",
"matomo"
] | Hi team,
It would be interesting to be able to export audiences within Matomo in order to import them within Google Ads for remarketing purposes.
It is typically what other web analytics offer such as:
- https://experienceleague.adobe.com/en/docs/audience-manager/user-guide/implementation-integration-guides/integr... | Creating audience within Matomo in order to export them into Google Ads for remarketing | https://api.github.com/repos/matomo-org/matomo/issues/22061/comments | 6 | 2024-03-29T07:43:12Z | 2025-04-22T19:45:12Z | https://github.com/matomo-org/matomo/issues/22061 | 2,214,848,892 | 22,061 |
[
"matomo-org",
"matomo"
] | Can't find a way to secure the POST request to the Tracking HTTP API using token_auth.
Not sure if this is normal as calls to the Tracking HTTP API are unsecure and anyone can craft the http://{matomo.server}/matomo.php?action_name... request and flood my server with fake events from any Rest client such as Postman.... | Secured Tracking API ?! | https://api.github.com/repos/matomo-org/matomo/issues/22056/comments | 3 | 2024-03-27T19:22:09Z | 2024-05-05T17:03:25Z | https://github.com/matomo-org/matomo/issues/22056 | 2,211,727,714 | 22,056 |
[
"matomo-org",
"matomo"
] | ## Summary
I am trying to install matomo using the official docker image, using a hosted mysql database with a custom port (ie. not 3306), and I am unable to connect to it, mainly because there is no way to provide the port to connect to...
I saw this PR https://github.com/matomo-org/matomo/pull/13676 which inclu... | Allow providing a custom database port when setting up Matomo (through installation form and env variable) | https://api.github.com/repos/matomo-org/matomo/issues/22051/comments | 2 | 2024-03-26T18:08:47Z | 2024-05-27T13:56:50Z | https://github.com/matomo-org/matomo/issues/22051 | 2,208,970,444 | 22,051 |
[
"matomo-org",
"matomo"
] | Hi team,
OneTrust is a major consent management solution in the USA. Currently our documentation is not listing them.
It would be great to extend it with https://www.onetrust.com/platform/consent-and-preferences/.
Our official documentation about CMP is listed here: https://matomo.org/guide/tracking-data/consent-m... | Writing a documentation explaining how to use Matomo/Matomo Tag Manager with OneTrust | https://api.github.com/repos/matomo-org/matomo/issues/22050/comments | 1 | 2024-03-26T15:56:53Z | 2024-08-16T03:28:13Z | https://github.com/matomo-org/matomo/issues/22050 | 2,208,651,846 | 22,050 |
[
"matomo-org",
"matomo"
] | In the current design of the Administration Settings section, users encounter separate "Save" buttons for each setting. This layout can lead to confusion and inefficiency, as it's unclear whether each button saves its respective section or the entire page. Users may be unsure if they need to click all three buttons to ... | UX - Streamline Administration Settings with Unified Save Button to Enhance Clarity and Efficiency | https://api.github.com/repos/matomo-org/matomo/issues/22049/comments | 2 | 2024-03-26T08:25:26Z | 2024-08-14T01:34:46Z | https://github.com/matomo-org/matomo/issues/22049 | 2,207,561,096 | 22,049 |
[
"matomo-org",
"matomo"
] | Currently, when clicking on the Matomo logo, it will redirect to the default website defined within Matomo.
It normally should stay the same in order to avoid confusion for the end user.
https://github.com/matomo-org/matomo/assets/28002238/15f8ce55-8b1f-4754-875f-af1d63a07b2b
| Do not redirect the user to the default website when clicking on the Matomo logo | https://api.github.com/repos/matomo-org/matomo/issues/22046/comments | 6 | 2024-03-25T14:08:14Z | 2024-08-20T22:51:00Z | https://github.com/matomo-org/matomo/issues/22046 | 2,205,852,057 | 22,046 |
[
"matomo-org",
"matomo"
] | ### What happened?
When you create a new segment, it is taking the configuration of the previous segment created.
https://github.com/matomo-org/matomo/assets/28002238/45063995-1790-4397-b3c3-2e5d6705b299
### What should happen?
When you create a new segment, it shouldn't take the configuration of the previous... | [Bug] Segment creation is taking the previous segment configuration | https://api.github.com/repos/matomo-org/matomo/issues/22045/comments | 1 | 2024-03-25T13:55:55Z | 2024-03-28T14:38:45Z | https://github.com/matomo-org/matomo/issues/22045 | 2,205,826,036 | 22,045 |
[
"matomo-org",
"matomo"
] | Currently the EnableLinkTracking encapsulates the download tracking and the outlink tracking.
Though convenient, it has a drawback when you want to deploy a custom dimension on just one of those two tracking types.
Ideally, we should have one line of tracking per type of action, something like:
- enableDownladTracki... | Dividing the EnableLinkTracking feature in two Download tracking and Outlink Tracking | https://api.github.com/repos/matomo-org/matomo/issues/22043/comments | 1 | 2024-03-25T13:17:40Z | 2024-08-27T00:17:49Z | https://github.com/matomo-org/matomo/issues/22043 | 2,205,748,124 | 22,043 |
[
"matomo-org",
"matomo"
] | Some people become confused by the interface when clicking "compare to" followed by "custom". (I had two emails and also myself confused, so, a total of three people).
In the screenshot, first select a date range, then click compare to, then click "custom" then...
1. ...this date fails if clicked
2. ...this date ... | When comparing date range to date range, handle inputting of the second date range better. | https://api.github.com/repos/matomo-org/matomo/issues/22042/comments | 4 | 2024-03-22T20:04:47Z | 2024-06-11T21:38:13Z | https://github.com/matomo-org/matomo/issues/22042 | 2,203,225,913 | 22,042 |
[
"matomo-org",
"matomo"
] | ### What happened?
When previewing a Custom Report, the option to 'show total rows' doesn't seem to work.
This works fine for custom reports that are already created, the problem is only when previewing a custom report before saving.
.
A Weekly Active Users over Monthly Active Users metric should also be included (WAU/MAU).
This metric is common and i... | Add a Stickiness Metric to Reports: Daily Active Users divided by Monthly Active Users (DAU/MAU) | https://api.github.com/repos/matomo-org/matomo/issues/22036/comments | 0 | 2024-03-21T20:43:35Z | 2024-08-14T03:20:48Z | https://github.com/matomo-org/matomo/issues/22036 | 2,201,148,188 | 22,036 |
[
"matomo-org",
"matomo"
] | ### What happened?
The user who reported this has 252 segments. The segments from A to K can be displayed in this dropdown (these are their first 90 segments).
### What should happen?
All of the segments should be available in the dropdown.
### How can this be reproduced?
Make a Matomo instance with 100 segments.
... | [Bug] Segment dropdown cannot list more than a maximum of 90 Segments in the dropdown menu | https://api.github.com/repos/matomo-org/matomo/issues/22034/comments | 2 | 2024-03-20T23:14:00Z | 2024-08-20T22:39:25Z | https://github.com/matomo-org/matomo/issues/22034 | 2,198,761,293 | 22,034 |
[
"matomo-org",
"matomo"
] | Implementing a feature that enables users to email filtered reports directly would greatly enhance our reporting capabilities. A prime example of this need arises when dealing with outlinks reports. Users should have the ability to generate a report focusing on a specific outlink. This functionality becomes particularl... | Email of Reports with Custom Filters | https://api.github.com/repos/matomo-org/matomo/issues/22032/comments | 0 | 2024-03-20T18:35:13Z | 2024-07-18T21:45:13Z | https://github.com/matomo-org/matomo/issues/22032 | 2,198,279,127 | 22,032 |
[
"matomo-org",
"matomo"
] | ### What happened?
We have had to redeploy our self hosted matomo instance because the 5.0.0 rc3 branch seemed unreliable. So we have redeployed to the latest matomo version within docker and restored the database.
When trying to install our previously purchased Heatmap and Session Recording Plugin, the platform i... | [Bug] Get Column not found: 1054 Unknown column 'capture_manually' in 'field list'" error when trying to install purchased plugin | https://api.github.com/repos/matomo-org/matomo/issues/22031/comments | 2 | 2024-03-20T10:55:52Z | 2024-11-15T05:34:33Z | https://github.com/matomo-org/matomo/issues/22031 | 2,197,237,869 | 22,031 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
URL extracted custom dimensions are based on data that already exist within Matomo.
It is sad to collect the same data twice, plus it is not retroactive.
When creating a URL-extracted custom dimension, it would be easier and more intuitive f... | [Enhancement] URL-extracted custom dimension should be retroactive, unlike other custom dimensions | https://api.github.com/repos/matomo-org/matomo/issues/22029/comments | 1 | 2024-03-19T13:46:34Z | 2024-03-19T21:01:02Z | https://github.com/matomo-org/matomo/issues/22029 | 2,195,024,566 | 22,029 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.