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" ]
See https://developer.chrome.com/docs/privacy-sandbox/topics/ This is a Google Chrome feature only. There is a new API that lets you fetch information about which topics a visitor is interested in, such as below <img width="662" alt="image" src="https://github.com/matomo-org/matomo/assets/273120/8cb6a665-2d69-4e...
Utilise the new topics API to track assigned topics to learn more about the audience
https://api.github.com/repos/matomo-org/matomo/issues/21172/comments
0
2023-08-24T02:19:23Z
2023-08-24T07:15:24Z
https://github.com/matomo-org/matomo/issues/21172
1,864,271,142
21,172
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
Rename Twitter to X across the platform
https://api.github.com/repos/matomo-org/matomo/issues/21171/comments
2
2023-08-24T00:15:11Z
2023-08-24T07:44:55Z
https://github.com/matomo-org/matomo/issues/21171
1,864,175,236
21,171
[ "matomo-org", "matomo" ]
**Expected**: pk_ref will never be set with "" property. **Actual**: pk_ref is sometimes set with: ["", "", 1234567890, "https://www.example.com/"]. **Why this is a problem**: Security software throws a false positive, seeing this as a SQL injection attempt. Here is the original email from our user: > ...
Prevent setting pk_ref cookie with an empty string; it is perceived as sql injection attempt
https://api.github.com/repos/matomo-org/matomo/issues/21170/comments
14
2023-08-23T18:12:07Z
2024-04-09T12:44:39Z
https://github.com/matomo-org/matomo/issues/21170
1,863,796,374
21,170
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> When action are performed inside matomo, a "SecurityNotification" is trigged by `CoreAdminHome ` plugin. ## Summary Inside global.ini.php there is no option to disable security notification sending. Hooking with a plugin it's impossible...
Configure Security Notification
https://api.github.com/repos/matomo-org/matomo/issues/21168/comments
3
2023-08-23T14:33:04Z
2023-09-06T12:50:31Z
https://github.com/matomo-org/matomo/issues/21168
1,863,462,939
21,168
[ "matomo-org", "matomo" ]
Hi Team, There's an issue when a page visits goal has been setup with regex: For E.g: Correct Regex is: https:\/\/example\.example\.co\.uk\/checkout\/ABCD[0-9]+\/$ However, when saving it in goals, it removes "+" from the regex and saves it as: **https:\/\/example\.example\.co\.uk\/checkout\/ABCD[0-9] \/$** ...
Issue with Regex in Goals
https://api.github.com/repos/matomo-org/matomo/issues/21164/comments
8
2023-08-22T03:54:55Z
2023-08-28T12:03:24Z
https://github.com/matomo-org/matomo/issues/21164
1,860,498,659
21,164
[ "matomo-org", "matomo" ]
Our tracker request class currently holds a fixed list of tracking parameters that is supported. https://github.com/matomo-org/matomo/blob/80b20d8dd69079524738f403ddc37daf2fca26fb/core/Tracker/Request.php#L364-L434 The `getParameter` methods currently doesn't return any value for parameters that are not on this list....
Refactor handling of supported tracker parameters
https://api.github.com/repos/matomo-org/matomo/issues/21163/comments
0
2023-08-21T11:49:47Z
2023-08-28T14:04:06Z
https://github.com/matomo-org/matomo/issues/21163
1,859,206,250
21,163
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> Irrespective of report period selected "Weekly" or "Monthly", it is always selected as "day". <!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ --> <!-- Important: If this bug is regarding a p...
Report period is always selected as "day"
https://api.github.com/repos/matomo-org/matomo/issues/21162/comments
3
2023-08-21T11:06:32Z
2023-08-21T13:16:36Z
https://github.com/matomo-org/matomo/issues/21162
1,859,137,497
21,162
[ "matomo-org", "matomo" ]
Problem: 1. Excluding my IP address is difficult because I have a dynamic IP address 2. Matomo dashboard can detect the IP address of the User who is signed in to the dashboard. 3. Many (most?) users are on dynamic IP addresses Solution: In the exclusions settings ( ⚙️ >> websites >> settings >> excluded IPs), M...
In Exclusions settings, add Exclude My IP checkbox as an option
https://api.github.com/repos/matomo-org/matomo/issues/21161/comments
3
2023-08-18T14:09:25Z
2023-09-01T11:21:56Z
https://github.com/matomo-org/matomo/issues/21161
1,856,790,501
21,161
[ "matomo-org", "matomo" ]
Currently we have these custom dimension types: - Visit scoped - Action scope This feature request is for the addition of Visitor-scoped custom dimensions. These dimensions would persist across visits by the same visitor as they would be an attribute of the visitor. ### Use case A visitor comes to a site for a...
Visitor scoped custom dimensions
https://api.github.com/repos/matomo-org/matomo/issues/21156/comments
6
2023-08-18T05:19:48Z
2024-03-19T00:57:02Z
https://github.com/matomo-org/matomo/issues/21156
1,856,071,608
21,156
[ "matomo-org", "matomo" ]
## Context We followed the hybrid approach to track 100% of the ecommerce conversion. We can see in our e-commerce platform that all the sales are sent to Matomo successfully. But we are missing sales in Matomo's ecommerce reports. We are not sure if the cookies are causing the problem, but when we look at the s...
Problem with hybrid approach to track 100% of the ecommerce conversion
https://api.github.com/repos/matomo-org/matomo/issues/21153/comments
2
2023-08-17T15:15:29Z
2023-08-17T16:04:53Z
https://github.com/matomo-org/matomo/issues/21153
1,855,211,267
21,153
[ "matomo-org", "matomo" ]
The _Goals by Pages_ reports appear to have no conversion data for historical periods prior to 12 months back. This is seen in Cloud and on-premise. For example at https://demo.matomo.cloud, selecting July 2022 in the calendar and then viewing **Goals -> Overview -> Goals by Pages -> Page titles** shows no conversi...
Goals by Pages reports show no conversions prior to 12 months back
https://api.github.com/repos/matomo-org/matomo/issues/21150/comments
3
2023-08-17T04:42:02Z
2023-08-18T08:00:11Z
https://github.com/matomo-org/matomo/issues/21150
1,854,237,444
21,150
[ "matomo-org", "matomo" ]
When choosing an extended date range and reviewing the transitions report, the pageview count varies when viewing between consecutive days. It's important to note that the current viewing date is not included in the selected date range. <!-- Important: Please contact the Matomo community forum for questions: https:/...
Inconsistent Pageviews in Transitions Report for Same Date Range
https://api.github.com/repos/matomo-org/matomo/issues/21149/comments
7
2023-08-17T02:10:19Z
2025-06-12T23:15:07Z
https://github.com/matomo-org/matomo/issues/21149
1,854,126,089
21,149
[ "matomo-org", "matomo" ]
Customer notice that our Search bar under Behaviour > Pages can be improved by making it visible and moving it on the top part instead at the bottom, The search bar will only appear if you drag your mouse at bottom and click the magnifying icon. Sample screenshot. ![image](https://github.com/matomo-org/matomo/asset...
Search bar visibility when searching Pages
https://api.github.com/repos/matomo-org/matomo/issues/21147/comments
2
2023-08-16T02:36:34Z
2023-12-11T18:45:29Z
https://github.com/matomo-org/matomo/issues/21147
1,852,410,685
21,147
[ "matomo-org", "matomo" ]
When looking at the Transitions report in Behaviour -> Pages, the search engine providers are listed as 'Unknown'... ![image](https://github.com/matomo-org/matomo/assets/20234985/5fffb19f-0fb9-45b8-94a8-8454e5ce0a98) I can reproduce this in Cloud and on-premise. The actual search engine referrer appear in the se...
Transitions shows search engines providers as 'Unknown'
https://api.github.com/repos/matomo-org/matomo/issues/21143/comments
12
2023-08-14T05:12:49Z
2024-04-08T08:37:42Z
https://github.com/matomo-org/matomo/issues/21143
1,849,013,908
21,143
[ "matomo-org", "matomo" ]
Hi team, When creating a new theme, the value @theme-color-base-series which is supposed to represent the color of the graph does not work. Instead it should be @graph-colors-data-series0 (which is listed nowhere). Hope that helps,
When creating a theme the value @theme-color-base-series is not supported
https://api.github.com/repos/matomo-org/matomo/issues/21142/comments
3
2023-08-11T13:29:49Z
2023-08-16T09:39:06Z
https://github.com/matomo-org/matomo/issues/21142
1,846,831,331
21,142
[ "matomo-org", "matomo" ]
From https://forum.matomo.org/t/deprecated-warning-messages-matomo-4-15-1-php-8-3-0/52760 - [ ] WARNING: /core/Plugin.php(163): Deprecated - Calling get_class() without arguments is deprecated - Matomo 4.15.1 - (Module: CoreHome, Action: index, In CLI mode: false) - [ ] WARNING: /core/Plugin.php(163): Deprecated - ...
[PHP 8.3 compatibility] WARNING: Deprecated - Calling get_class() without arguments
https://api.github.com/repos/matomo-org/matomo/issues/21141/comments
2
2023-08-11T13:09:59Z
2023-08-17T14:58:33Z
https://github.com/matomo-org/matomo/issues/21141
1,846,801,861
21,141
[ "matomo-org", "matomo" ]
Dear Matomo support team, We cannot make the Page Overlay function work. It always seems to be endless loading, but nothings happens at all. We already read and evaluated the troubleshooting hints, tried different browsers and even installed it on a subdomain without any cookie blocking, but nothing ever changes. ...
Matomo 4.14.2: Page Overlay does not work, seems to be endless loading
https://api.github.com/repos/matomo-org/matomo/issues/21140/comments
3
2023-08-11T08:30:30Z
2023-10-09T22:27:54Z
https://github.com/matomo-org/matomo/issues/21140
1,846,421,381
21,140
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
real-time map not display
https://api.github.com/repos/matomo-org/matomo/issues/21138/comments
1
2023-08-09T09:24:12Z
2023-09-13T06:42:07Z
https://github.com/matomo-org/matomo/issues/21138
1,842,834,300
21,138
[ "matomo-org", "matomo" ]
When the visitor profile is disabled, we're already disabling the visitorId segment. However, the userId segment is still enabled thus still allowing to identify individual users. We would need to implement a similar logic as https://github.com/matomo-org/matomo/blob/5.0.0-b4/plugins/CoreHome/Columns/VisitorId.ph...
User ID segment is available when visitor profile is disabled
https://api.github.com/repos/matomo-org/matomo/issues/21137/comments
0
2023-08-09T07:27:10Z
2023-09-04T21:16:19Z
https://github.com/matomo-org/matomo/issues/21137
1,842,652,744
21,137
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
HTTP Error 500 when running import_logs.py
https://api.github.com/repos/matomo-org/matomo/issues/21135/comments
1
2023-08-08T15:32:29Z
2024-01-03T05:03:05Z
https://github.com/matomo-org/matomo/issues/21135
1,841,546,032
21,135
[ "matomo-org", "matomo" ]
In my "become a Matomo expert", it lists I should "create a website" and yet this is something I already did. ![Screenshot 2023-08-08 at 15 56 48](https://github.com/matomo-org/matomo/assets/141650307/1c67b9bf-dfa1-4105-9f3d-d9773bfe2276) ![Screenshot 2023-08-08 at 15 57 06](https://github.com/matomo-org/matomo/asse...
I can't become a "Matomo expert" because it fails to detect my added website
https://api.github.com/repos/matomo-org/matomo/issues/21134/comments
4
2023-08-08T14:00:58Z
2023-08-18T10:08:34Z
https://github.com/matomo-org/matomo/issues/21134
1,841,383,708
21,134
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/symfony/console/Symfony/Component/Console/Helper/DialogHelper.php on line 52 PHP Deprecated: Using ${var} in strings is deprecated, use {$var}...
PHP: Using ${var} deprecated.
https://api.github.com/repos/matomo-org/matomo/issues/21133/comments
4
2023-08-08T13:16:12Z
2023-11-29T15:01:27Z
https://github.com/matomo-org/matomo/issues/21133
1,841,299,819
21,133
[ "matomo-org", "matomo" ]
Had an interesting feature request from a customer "When a custom report is made, I can not choose in one take to distribute the report into 3 out of 7 websites, for whom it's relevant for. Could be great if the "apply to" feature could handle a selection of entities". Currently a custom report can be applied to an ...
Custom reports apply to certain SiteIDs
https://api.github.com/repos/matomo-org/matomo/issues/21130/comments
1
2023-08-07T22:26:58Z
2024-10-22T02:25:53Z
https://github.com/matomo-org/matomo/issues/21130
1,840,288,353
21,130
[ "matomo-org", "matomo" ]
![uglyfont](https://github.com/matomo-org/matomo/assets/178248/25b8a0f3-8aa6-41da-84a3-af5ed91e012a) As shown in the above image, the font used for graphs in emailed PDF reports is very ugly. I've done nothing to adjust fonts, and the Tahoma truetype font file is in the expected place. I see no PHP errors in the l...
Emailed PDF report graphs have very ugly font
https://api.github.com/repos/matomo-org/matomo/issues/21129/comments
1
2023-08-07T21:44:53Z
2023-08-08T08:55:56Z
https://github.com/matomo-org/matomo/issues/21129
1,840,249,154
21,129
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
Setting LC_CTYPE to an empty string kills PHP on MacOS using Laravel Valet
https://api.github.com/repos/matomo-org/matomo/issues/21126/comments
5
2023-08-07T12:40:06Z
2024-11-21T15:43:40Z
https://github.com/matomo-org/matomo/issues/21126
1,839,371,745
21,126
[ "matomo-org", "matomo" ]
We received below error on latest Matomo 4.X > Error: {"message":"Call to undefined method Piwik\\DataTable\\Map::getMetadata()","file":"plugins\/API\/ProcessedReport.php","line":521,"request_id":"a5e76","backtrace":" on plugins\/API\/ProcessedReport.php(521)\n#0 plugins\/API\/ProcessedReport.php(489): Piwik\\Plugin...
Call to undefined method Map::getMetadata() in ProcessedReport.php
https://api.github.com/repos/matomo-org/matomo/issues/21125/comments
2
2023-08-07T05:41:38Z
2023-08-11T08:07:36Z
https://github.com/matomo-org/matomo/issues/21125
1,838,720,472
21,125
[ "matomo-org", "matomo" ]
Tried last night to upgrade from 4.15.0 to 4.15.1, and discovered that the official Matomo Docker image for 4.15.1 amd64/linux doesn't seem to exist. Looking at https://hub.docker.com/r/amd64/matomo/ I see "amd64/matomo build status" is "unstable". I don't know enough about Docker to help with debugging the build.
4.15.1 Docker build amd64 broken
https://api.github.com/repos/matomo-org/matomo/issues/21124/comments
7
2023-08-04T17:00:54Z
2023-08-08T20:13:29Z
https://github.com/matomo-org/matomo/issues/21124
1,837,081,887
21,124
[ "matomo-org", "matomo" ]
When interacting with Matomo UI using keyboard only, and placing focus on the Segments button to open the segments selector, it doesn't open when using the Enter or Space keys and when open, doesn't close on Esc. It can only be opened/closed using the S shortcut. Ensure that the Segment selector can be opened and cl...
Improve segment selector keyboard-only controls
https://api.github.com/repos/matomo-org/matomo/issues/21123/comments
0
2023-08-04T13:07:04Z
2023-08-04T13:07:49Z
https://github.com/matomo-org/matomo/issues/21123
1,836,715,657
21,123
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
Problem with archiving function
https://api.github.com/repos/matomo-org/matomo/issues/21121/comments
1
2023-08-04T07:26:24Z
2023-08-04T08:07:56Z
https://github.com/matomo-org/matomo/issues/21121
1,836,216,167
21,121
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
Clockwork API for sending SMS is now deprecated
https://api.github.com/repos/matomo-org/matomo/issues/21120/comments
1
2023-08-04T05:52:55Z
2025-04-10T07:41:41Z
https://github.com/matomo-org/matomo/issues/21120
1,836,110,801
21,120
[ "matomo-org", "matomo" ]
<!-- 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 <!-- Please provide a detailed summary of the feature --> "X o'clock" is very informal and not very clear, since it's not a ...
X o'clock UTC >> XX:00 UTC
https://api.github.com/repos/matomo-org/matomo/issues/21118/comments
1
2023-08-04T01:52:14Z
2023-08-04T10:19:24Z
https://github.com/matomo-org/matomo/issues/21118
1,835,944,699
21,118
[ "matomo-org", "matomo" ]
When an evolution chart is viewed after selecting the chart option "Display a table with Goal metrics", the chart displays a URL without including subdirectories. The chart also appears to display results for these non-existent URLs (no data)... ![image](https://github.com/matomo-org/matomo/assets/20234985/63bdf8ca-f0...
Page evolution chart URLs incorrect when choosing "Display a table with Goal metrics"
https://api.github.com/repos/matomo-org/matomo/issues/21117/comments
2
2023-08-03T23:55:30Z
2023-08-08T11:09:03Z
https://github.com/matomo-org/matomo/issues/21117
1,835,867,368
21,117
[ "matomo-org", "matomo" ]
At the moment, the search functionality can be accessed using the `f` keyboard shortcut and the user can start searching by typing into the search field. After that, arrow keys can be used to iterate over the results and pressing enter on a result follows its link. The focus is still visibly in the search field so this...
Search and search results keyboard usage improvement
https://api.github.com/repos/matomo-org/matomo/issues/21116/comments
0
2023-08-03T18:27:54Z
2023-08-03T18:31:56Z
https://github.com/matomo-org/matomo/issues/21116
1,835,533,046
21,116
[ "matomo-org", "matomo" ]
At the moment, the Dashboard dropdown (allowing you to browse available widgets, preview them and add them to the dashboard) and all its options inside can't be controlled only using a keyboard, it doesn't respond to any key presses, a mouse is required. Ensure that when the Dashboard control element gets focus and ...
Ensure Dashboard dropdown is keyboard accessible
https://api.github.com/repos/matomo-org/matomo/issues/21115/comments
0
2023-08-03T18:15:46Z
2023-08-03T18:32:04Z
https://github.com/matomo-org/matomo/issues/21115
1,835,517,469
21,115
[ "matomo-org", "matomo" ]
Expected: After I successfully enter my password confirmation I expect a success message Actual: The modal reverts to the prior screen, with no message at all. To reproduce ![image](https://github.com/matomo-org/matomo/assets/22874146/4c94920a-4e52-4ab2-91b4-28cf3c538cdb) 1. Go to ⚙️ >> System >> Users 2...
UX: For "Resend Invite" (for User), after showing "please enter your password to confirm", give Success message
https://api.github.com/repos/matomo-org/matomo/issues/21114/comments
1
2023-08-03T16:18:42Z
2024-08-17T00:00:23Z
https://github.com/matomo-org/matomo/issues/21114
1,835,362,875
21,114
[ "matomo-org", "matomo" ]
![image](https://github.com/matomo-org/matomo/assets/15083393/02a796ec-76ce-48e1-972e-a658cde68933) How do I resolve this error / warning?
Warning: Deprecated - Creation of Dynamic Property
https://api.github.com/repos/matomo-org/matomo/issues/21112/comments
3
2023-08-03T10:36:07Z
2023-08-03T19:31:45Z
https://github.com/matomo-org/matomo/issues/21112
1,834,793,794
21,112
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
Matomo encodes "Outlinks" (external links) wrongly
https://api.github.com/repos/matomo-org/matomo/issues/21111/comments
4
2023-08-03T09:58:54Z
2024-09-13T10:56:00Z
https://github.com/matomo-org/matomo/issues/21111
1,834,725,286
21,111
[ "matomo-org", "matomo" ]
Our user suggests this: "Missing analysis is for example product order combinations, so which products are often ordered together."
New metric: Products Ordered Together in Ecommerce
https://api.github.com/repos/matomo-org/matomo/issues/21108/comments
0
2023-08-02T17:35:03Z
2023-08-03T07:00:22Z
https://github.com/matomo-org/matomo/issues/21108
1,833,627,034
21,108
[ "matomo-org", "matomo" ]
When we asked "Which feature is Matomo lacking?", a Matomo user said: "It is not possible to have a conversion rate in a custom report that only shows the ecommerce conversions and excludes all other goal conversions."
In conversions, separate out Ecommerce Conversions away from All Conversions
https://api.github.com/repos/matomo-org/matomo/issues/21107/comments
1
2023-08-02T17:24:00Z
2024-08-22T19:36:33Z
https://github.com/matomo-org/matomo/issues/21107
1,833,613,090
21,107
[ "matomo-org", "matomo" ]
Using Matomo On-Premise instance I'm currently getting this issue in my Wordpress site: Access to XMLHttpRequest at '[MATOMO DOMAIN]' from origin '[WORDPRESS DOMAIN]' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. I'm using the WP-Matomo Integr...
CORS issue on Wordpress site
https://api.github.com/repos/matomo-org/matomo/issues/21106/comments
3
2023-08-02T15:48:57Z
2023-08-03T13:51:45Z
https://github.com/matomo-org/matomo/issues/21106
1,833,447,147
21,106
[ "matomo-org", "matomo" ]
_This feature request is from a user who is asking for Matomo to organize domains and subdomains. (Like maybe a hierarchical tree?)_ "**Question**: What is the one thing you’d like to see improved in Matomo and why? **Answer**: Managing sub-domains in a single measurable element. To measure sub-domains, I have...
Configure subdomains through the main domain, to make subdomains more organized, manageable
https://api.github.com/repos/matomo-org/matomo/issues/21100/comments
6
2023-08-01T14:39:40Z
2024-04-08T08:45:02Z
https://github.com/matomo-org/matomo/issues/21100
1,831,434,390
21,100
[ "matomo-org", "matomo" ]
## Summary With #21098 we have removed running our javascript tests of PhantomJS due to too many random failures. Currently the tests are only running on node using puppeteer. As testing our tracker is quite essential, we should consider adding some more test runners, that cover additional browser engines like w...
Consider introducing additional JS Test runners
https://api.github.com/repos/matomo-org/matomo/issues/21099/comments
0
2023-08-01T14:28:59Z
2023-08-01T14:28:59Z
https://github.com/matomo-org/matomo/issues/21099
1,831,414,756
21,099
[ "matomo-org", "matomo" ]
Hello! The matamo campaing tracker does not recognize the url with the campaign and kwd values I added to to the urls. e.g. url/?mtm_campaign=newshop&mtm_kwd=mailtastic The visits to the url/?mtm_campaign=newshop&mtm_kwd=mailtastic are tracked when I go to behaviour/pages and select the url, but the campaign is not...
Campaing Tracker doesn't recognize campaign urls
https://api.github.com/repos/matomo-org/matomo/issues/21096/comments
1
2023-08-01T12:03:43Z
2023-08-01T16:05:35Z
https://github.com/matomo-org/matomo/issues/21096
1,831,121,188
21,096
[ "matomo-org", "matomo" ]
I get error `Matomo encountered an error: Call to a member function getIdSubDataTable() on bool (which lead to: Zend_Session is currently marked as read-only.` When attempting to Download or Email Reports
Matomo encountered an error: Call to a member function getIdSubDataTable() on bool (which lead to: Zend_Session is currently marked as read-only.
https://api.github.com/repos/matomo-org/matomo/issues/21095/comments
2
2023-08-01T07:20:41Z
2023-09-20T06:54:39Z
https://github.com/matomo-org/matomo/issues/21095
1,830,626,622
21,095
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> Hello, The Matomo tracking beacon/pixel doesn't record "mtm_campaign" and "mtm_keyword", it also does not record the others (piwik_campaign... piwik_keyword... etc...). It only records URL and ACTION_NAME parameters. Even though the official ...
Matomo tracking beacon not recording mtm_campaign, mtm_keyword (and others)
https://api.github.com/repos/matomo-org/matomo/issues/21091/comments
1
2023-07-31T09:49:18Z
2023-08-07T16:18:59Z
https://github.com/matomo-org/matomo/issues/21091
1,828,818,131
21,091
[ "matomo-org", "matomo" ]
See below details to reproduce > Error: {"message":"Piwik\\Plugins\\CoreVisualizations\\Visualizations\\Sparkline::getComparisonSeries(): Argument #1 ($dataTable) must be of type Piwik\\DataTable\\DataTableInterface, bool given, called in plugins\/CoreVisualizations\/Visualizations\/Sparkline.php on line 63","file":...
Fatal error: Sparkline::getComparisonSeries(): Argument #1 ($dataTable) must be of type Piwik\\DataTable\\DataTableInterface, bool given
https://api.github.com/repos/matomo-org/matomo/issues/21087/comments
1
2023-07-30T05:40:38Z
2023-08-01T15:57:08Z
https://github.com/matomo-org/matomo/issues/21087
1,827,812,135
21,087
[ "matomo-org", "matomo" ]
**Expected**: High bounce rate is displayed as a red dot, low bounce rate is displayed as a green dot **Actual**: Opposite; vice-versa. ![image](https://github.com/matomo-org/matomo/assets/22874146/6143a5a2-f9a6-456d-955b-c3fd6846f151)
Visitors > Overview: Visits Overview should reverse the Green + Red color for bounce rate (lower is better)
https://api.github.com/repos/matomo-org/matomo/issues/21086/comments
7
2023-07-28T20:34:58Z
2023-08-03T16:38:09Z
https://github.com/matomo-org/matomo/issues/21086
1,827,056,687
21,086
[ "matomo-org", "matomo" ]
## Summary Our Live widget is currently using the jQueryUI widget feature and needs to be migrated to a vue.js component. See https://github.com/matomo-org/matomo/blob/7bc5502b279eb15bc27fa285e69756be7603b17a/plugins/Live/javascripts/live.js refs #16033
Migrate Live Widget from jQueryUI to vue.js
https://api.github.com/repos/matomo-org/matomo/issues/21084/comments
0
2023-07-28T13:11:35Z
2025-02-03T13:55:09Z
https://github.com/matomo-org/matomo/issues/21084
1,826,399,813
21,084
[ "matomo-org", "matomo" ]
## Summary Dashboard widgets are currently handled by a jquery UI widget. This needs to be migrated to use a vue.js component instead. See https://github.com/matomo-org/matomo/blob/a730f9f306923de9908864eb933d2f968cd0fe56/plugins/Dashboard/javascripts/dashboardWidget.js refs #16033
Migrate dashboardWidget from jquery UI to vue.js
https://api.github.com/repos/matomo-org/matomo/issues/21083/comments
0
2023-07-28T13:08:18Z
2023-08-28T13:47:06Z
https://github.com/matomo-org/matomo/issues/21083
1,826,395,215
21,083
[ "matomo-org", "matomo" ]
## Summary On our way to remove jQuery UI from Matomo, we need to replace all usages of the datepicker. It might be possible to simply replace it with the MaterializeCSS datepicker, which we actually already have included. refs #16033
Replace jQueryUI datepicker
https://api.github.com/repos/matomo-org/matomo/issues/21082/comments
0
2023-07-28T13:00:13Z
2024-10-28T19:55:05Z
https://github.com/matomo-org/matomo/issues/21082
1,826,384,127
21,082
[ "matomo-org", "matomo" ]
Related to https://github.com/matomo-org/matomo/issues/20691 and https://github.com/matomo-org/matomo/pull/21077, it got noticed we have two very similar components with similar styling that could potentially be folded into one reusable component (with extra config options if needed). This ticket is to understand th...
Review use of `Alert` and `Notification` components and standardise to use one
https://api.github.com/repos/matomo-org/matomo/issues/21079/comments
2
2023-07-28T08:56:39Z
2023-08-16T00:37:05Z
https://github.com/matomo-org/matomo/issues/21079
1,826,009,803
21,079
[ "matomo-org", "matomo" ]
See below for details > Error: {"message":"count(): Argument #1 ($value) must be of type Countable|array, string given","file":"\/core\/Tracker\/TrackerCodeGenerator.php","line":117,"request_id":"8dd7d","backtrace":" on \/core\/Tracker\/TrackerCodeGenerator.php(117)\n#0 \/core\/Tracker\/TrackerCodeGenerator.php(117...
Fatal error: count(): Argument #1 ($value) must be of type Countable|array, string given in TrackerCodeGenerator.php
https://api.github.com/repos/matomo-org/matomo/issues/21076/comments
1
2023-07-28T03:59:56Z
2023-08-01T15:12:58Z
https://github.com/matomo-org/matomo/issues/21076
1,825,660,810
21,076
[ "matomo-org", "matomo" ]
We got the following request from a Matomo user: > we currently have a retention period of 15 months set for old aggregated data, with the options to keep basic metrics and monthly and yearly reports. However, we would also like to keep the data for specific custom reports. It would be useful to be able to exclude ...
Allow specific plugins to be excluded from automatic report deletion
https://api.github.com/repos/matomo-org/matomo/issues/21074/comments
0
2023-07-27T21:28:46Z
2024-08-17T00:08:00Z
https://github.com/matomo-org/matomo/issues/21074
1,825,254,159
21,074
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
Row evolution layer does not open if datatable is filtered by a search
https://api.github.com/repos/matomo-org/matomo/issues/21070/comments
7
2023-07-27T10:21:25Z
2024-09-11T00:22:39Z
https://github.com/matomo-org/matomo/issues/21070
1,824,071,997
21,070
[ "matomo-org", "matomo" ]
A "Compare to" option in email reports could provide important period-over-period information to help users easily identify trends. This could function similarly to the "Compare to" feature of the UI calendar to provide tables or evolution charts with previous period or year-over-year comparisons... ![image](https...
"Compare to" option for Email Reports
https://api.github.com/repos/matomo-org/matomo/issues/21069/comments
2
2023-07-27T04:46:38Z
2024-08-17T02:04:31Z
https://github.com/matomo-org/matomo/issues/21069
1,823,604,729
21,069
[ "matomo-org", "matomo" ]
The label for the Unique Visitor KPI widget is missing when the calandar is set to a Week or Month period. Day period: ![Screenshot from 2023-07-27 10-12-08](https://github.com/matomo-org/matomo/assets/20234985/53294e50-9567-420d-894b-34ae8f80d078) Week period: ![Screenshot from 2023-07-27 10-10-16](https://githu...
"Unique Visitor" label for KPI widget only visible for Day periods
https://api.github.com/repos/matomo-org/matomo/issues/21068/comments
4
2023-07-26T22:16:16Z
2023-07-27T20:16:07Z
https://github.com/matomo-org/matomo/issues/21068
1,823,270,853
21,068
[ "matomo-org", "matomo" ]
Matomo 4.15.0 Hello, A own `robots.txt` gonna lost on every update. The file are overwritten with new default file. - On the last 2 updates.
Own robots.txt gonna lost on every update
https://api.github.com/repos/matomo-org/matomo/issues/21067/comments
3
2023-07-26T17:46:14Z
2024-10-24T07:30:57Z
https://github.com/matomo-org/matomo/issues/21067
1,822,883,855
21,067
[ "matomo-org", "matomo" ]
**UI enhancement feature request** It's only possible to drag and drop widgets in Dashboard. It would be useful to be able to arrange reports in Visitors, Behaviour, Acquisition, etc., the same way widgets are rearranged. See pic below: ![image](https://github.com/matomo-org/matomo/assets/49957970/41b28775-b770-4da...
Dashboard like drag and-drop functionality on all reports
https://api.github.com/repos/matomo-org/matomo/issues/21066/comments
1
2023-07-26T09:02:49Z
2023-07-26T14:09:50Z
https://github.com/matomo-org/matomo/issues/21066
1,821,915,329
21,066
[ "matomo-org", "matomo" ]
See details below. I don't have more information. > Error: {"message":"Piwik\\Plugin\\Report::getProcessedMetricsForTable(): Argument #1 ($dataTable) must be of type Piwik\\DataTable, Piwik\\DataTable\\Map given, called in plugins\/CoreVisualizations\/Visualizations\/Sparklines.php on line 163","file":"core\/Plugin\...
Fatal error: Report::getProcessedMetricsForTable(): Argument #1 ($dataTable) must be of type Piwik\DataTable, Piwik\DataTable\Map given
https://api.github.com/repos/matomo-org/matomo/issues/21065/comments
2
2023-07-26T08:59:51Z
2024-01-03T05:03:11Z
https://github.com/matomo-org/matomo/issues/21065
1,821,909,461
21,065
[ "matomo-org", "matomo" ]
The 'Enable cross domain linking' option in Administration -> Measurabels -> Tracking code is not clickable regardless of having multiple URLs defined for the site... ![image](https://github.com/matomo-org/matomo/assets/20234985/a2ec3d09-af2d-4fca-97b8-20dc9b84a56f) ![image](https://github.com/matomo-org/matomo/a...
Some advanced options in tracking code generator do no longer work
https://api.github.com/repos/matomo-org/matomo/issues/21063/comments
1
2023-07-26T04:56:36Z
2023-07-27T12:30:49Z
https://github.com/matomo-org/matomo/issues/21063
1,821,579,831
21,063
[ "matomo-org", "matomo" ]
Country names in Segment filters are currently case-sensitive. The condition "Country is Canada" works, but "canada" and "CANADA" do not. For example, this does not segment visitors from Canada... ![image](https://github.com/matomo-org/matomo/assets/20234985/92c8147c-0ce1-476c-af97-6e4ef3b46b49) Some conditio...
The "Country" Segment condition should be case-insensitive
https://api.github.com/repos/matomo-org/matomo/issues/21062/comments
1
2023-07-25T22:29:45Z
2023-07-26T09:03:36Z
https://github.com/matomo-org/matomo/issues/21062
1,821,260,958
21,062
[ "matomo-org", "matomo" ]
## Context I'm automatically and periodically importing logs into Matomo. Since a few days now, a problem occurred during the log-import. The server hosting Matomo always sent a "HTTP Error 500" after a certain number of lines got imported. I've now tried to import them manually with the same behaviour as above an...
Tracking Error "Data too long for column 'config_device_model'"
https://api.github.com/repos/matomo-org/matomo/issues/21061/comments
5
2023-07-25T13:02:07Z
2023-08-01T15:07:18Z
https://github.com/matomo-org/matomo/issues/21061
1,820,295,647
21,061
[ "matomo-org", "matomo" ]
## Summary Currently, the "Locations" map for the United States shows the forty-eight contiguous states. While the data can be found with some digging, this leaves out Alaska and Hawaii. It would improve the map if those states appeared as insets on the US part of the map. (Arguably, this qualifies as a bug, but ...
United States Location Map Should Include Alaska and Hawaii
https://api.github.com/repos/matomo-org/matomo/issues/21060/comments
1
2023-07-25T11:03:05Z
2023-07-25T11:40:49Z
https://github.com/matomo-org/matomo/issues/21060
1,820,085,056
21,060
[ "matomo-org", "matomo" ]
## Context Users can add segment definitions that contain "+" characters (like contoso.com/Some,+url). Those characters are encoded and saved in the database then decoded here: https://github.com/matomo-org/matomo/blob/5.x-dev/core/Segment/SegmentExpression.php#L104 On the following couple of lines, the match will ...
Segment definitions cannot contain "+" character, but there is no warning to user
https://api.github.com/repos/matomo-org/matomo/issues/21058/comments
3
2023-07-25T00:07:30Z
2023-07-27T06:47:53Z
https://github.com/matomo-org/matomo/issues/21058
1,819,318,051
21,058
[ "matomo-org", "matomo" ]
See below screenshot on latest 4.X beta where it shows no data and metric names contain a `%20`. <img width="1697" alt="image" src="https://github.com/matomo-org/matomo/assets/273120/24cc3cd7-a003-4a9b-939e-ffb237d1adfd"> The metrics to plot looks like this: <img width="408" alt="image" src="https://github.com...
Evolution graph in acquisitions overview not showing data
https://api.github.com/repos/matomo-org/matomo/issues/21051/comments
5
2023-07-22T04:41:54Z
2023-09-04T18:02:08Z
https://github.com/matomo-org/matomo/issues/21051
1,816,608,402
21,051
[ "matomo-org", "matomo" ]
A user suggests this feature. They saw it on Google Analytics first and it leverages Google's phone number forwarding. Our user says: > > "I see it as a key feature because otherwise its impossible to tell if new leads that call the business are coming from the Marketing campaigns or not." > > "When somebody ...
Allow Campaign tagging of a phone number. Make clicking a phone number a channel
https://api.github.com/repos/matomo-org/matomo/issues/21049/comments
2
2023-07-21T20:47:10Z
2023-08-17T16:40:07Z
https://github.com/matomo-org/matomo/issues/21049
1,816,366,270
21,049
[ "matomo-org", "matomo" ]
## Context The text of the transition window overflows the box ![grafik](https://github.com/matomo-org/matomo/assets/1645099/117c2485-e0ec-4206-a040-a154e1891219) ## Steps to Reproduce (for Bugs) Came from "page title" dashboard widget and clicked the transition icon ![grafik](https://github.com/matomo-org...
Transition window: text overflow
https://api.github.com/repos/matomo-org/matomo/issues/21048/comments
1
2023-07-21T14:06:35Z
2023-07-24T20:22:07Z
https://github.com/matomo-org/matomo/issues/21048
1,815,873,550
21,048
[ "matomo-org", "matomo" ]
I would a daily mail with “Pages” report of previous week. For example: - 10 june i would “Pages” report in date range 3-10 june - 11 june i would “Pages” report in date range 4-11 june - 12 june i would “Pages” report in date range 5-12 june - and so… So i set “Email schedule” as “Daily” and ...
Email report error in setting specific period and scheduling
https://api.github.com/repos/matomo-org/matomo/issues/21044/comments
9
2023-07-20T10:01:51Z
2023-12-14T03:26:30Z
https://github.com/matomo-org/matomo/issues/21044
1,813,617,808
21,044
[ "matomo-org", "matomo" ]
See below stack trace. In the `report` table the `period_param` column has the value `'/wp-conten'` which maybe wasn't validated when the report was created. As a result, the scheduled tasks fail whenever it tries/retries to send the report. > ERROR [2023-07-17 00:32:03] 24056 Uncaught exception in API: Exc...
Fatal error: Scheduler: Error The period '/wp-conten' is not supported.
https://api.github.com/repos/matomo-org/matomo/issues/21040/comments
1
2023-07-20T05:42:50Z
2023-08-01T15:08:24Z
https://github.com/matomo-org/matomo/issues/21040
1,813,201,024
21,040
[ "matomo-org", "matomo" ]
## Expected Behavior <!-- When describing a bug, please tell us what should happen --> <!-- When suggesting a change/improvement, please tell us how it should work --> The URL should have no unnecessary characters, so that we can copy & paste without problems. ## Current Behavior <!-- For bugs please tell us wha...
There are unnecessary extra spaces in the generated campaign builder URL
https://api.github.com/repos/matomo-org/matomo/issues/21039/comments
2
2023-07-20T04:51:02Z
2023-07-21T09:39:24Z
https://github.com/matomo-org/matomo/issues/21039
1,813,154,596
21,039
[ "matomo-org", "matomo" ]
## Context How has this issue affected you? Reports are wrong / missing https://forum.matomo.org/t/archiving-ignores-filters-url-patterns/52218/1 https://forum.matomo.org/t/missing-data-in-behaviours-and-page-titles/52188/1 ## Expected Behavior The search in the 'Page' page should return all results The 'Title'...
Filtered / missing datas in reports
https://api.github.com/repos/matomo-org/matomo/issues/21035/comments
13
2023-07-19T13:30:59Z
2023-08-04T01:40:15Z
https://github.com/matomo-org/matomo/issues/21035
1,811,958,395
21,035
[ "matomo-org", "matomo" ]
I am using the Custom Report Plugin. The filters in the segments have been changed since Matomo 3.12. This plugin is actively recommended here to segment pages. Now I keep having the problem that I want to replicate a page report 1:1 like under Pages. But I am missing some fields like: - Time spent on page - Exit...
Add new metrics to Custom Report (Premium Plugin)
https://api.github.com/repos/matomo-org/matomo/issues/21032/comments
2
2023-07-19T07:35:41Z
2023-07-28T14:21:46Z
https://github.com/matomo-org/matomo/issues/21032
1,811,347,605
21,032
[ "matomo-org", "matomo" ]
When creating a segment using a custom dimension, it is not possible to make it for "all websites". When attempting to save with "all websites" selected, the error "The specified segment is invalid: Segment 'dimension1' is not a supported segment." is returned. This dimension *does* exist for all websites. However...
Segments on custom dimensions for all websites cannot be created
https://api.github.com/repos/matomo-org/matomo/issues/21031/comments
2
2023-07-19T01:38:03Z
2024-01-03T07:03:18Z
https://github.com/matomo-org/matomo/issues/21031
1,810,982,954
21,031
[ "matomo-org", "matomo" ]
Here is the snapshot of the error message for a test site: ![image](https://github.com/matomo-org/matomo/assets/15083393/0047586e-5dbd-4e83-a1ce-3a4c788f198e) How do I resolve this? Matomo Version: 4.15.0
Getting this error message when we go ahead with custom segment creation
https://api.github.com/repos/matomo-org/matomo/issues/21027/comments
1
2023-07-17T13:20:17Z
2023-07-17T13:27:23Z
https://github.com/matomo-org/matomo/issues/21027
1,807,773,654
21,027
[ "matomo-org", "matomo" ]
## Context When creating a new user it will prompt for your password, when you fill this in with the build in macOS password manager it will change the username of the new user to the current username. I made a screen recording to better illustrate the issue. As you can see underneath the op up the username gets up...
Add new user: password manager might change new users username
https://api.github.com/repos/matomo-org/matomo/issues/21023/comments
2
2023-07-17T07:13:01Z
2023-08-01T15:09:31Z
https://github.com/matomo-org/matomo/issues/21023
1,807,138,919
21,023
[ "matomo-org", "matomo" ]
## Context I’m querying Matomo using Postman, for example, like: ```txt {{base_url}}/index.php?method=VisitsSummary.getVisits&idSite=21&period=range&date=2023-07-07,2023-07-07&module=API&format=JSON&token_auth={{matomo_token}} ``` This request is not working. I get a timeout after a while. However, if I d...
VisitsSummary.getVisits not working for specific days
https://api.github.com/repos/matomo-org/matomo/issues/21021/comments
11
2023-07-14T13:25:45Z
2025-05-22T10:48:10Z
https://github.com/matomo-org/matomo/issues/21021
1,804,884,267
21,021
[ "matomo-org", "matomo" ]
Hi DevTeam! I have gathered some questions and thoughts about the Matomo Attribution Model. I have tried to explain it as best as I can, but I’m not sure if I’m correct. So please correct me if I’m wrong. First we have the questions from a client, then I have added my thoughts and findings below the Results headl...
Matomo Attribution Model Issue
https://api.github.com/repos/matomo-org/matomo/issues/21020/comments
17
2023-07-14T11:57:15Z
2024-07-03T13:52:54Z
https://github.com/matomo-org/matomo/issues/21020
1,804,754,664
21,020
[ "matomo-org", "matomo" ]
<!-- Please report only issues related to the documentation on https://matomo.org here --> <!-- Documentation issues within our developer documentation on http://developer.matomo.org --> <!-- should be reported at https://github.com/matomo-org/developer-documentation/issues/new --> <!-- Please provide a short summ...
FAQ of Email open tracking is not correct since Matomo 4.14 update
https://api.github.com/repos/matomo-org/matomo/issues/21006/comments
3
2023-07-12T15:33:41Z
2023-08-01T14:49:53Z
https://github.com/matomo-org/matomo/issues/21006
1,801,245,065
21,006
[ "matomo-org", "matomo" ]
## Context Main menu is on the left side of the page, you can navigate Matomo routes, they are divided intro macro-categories using your mouse collapses macro categories and submenus expose routes. ## Expected Behavior Beside "Skip to content" link should be a "Skip to menu" link too. Then, when you select by k...
Main menu accessibility, lacks of WCAG 2.1 success criteria 2.4.3 focus order
https://api.github.com/repos/matomo-org/matomo/issues/21005/comments
0
2023-07-12T10:16:31Z
2023-07-12T13:24:44Z
https://github.com/matomo-org/matomo/issues/21005
1,800,650,826
21,005
[ "matomo-org", "matomo" ]
The Conversion Rates within Ecommerce reports do not factor multiple conversions within the same visit. Therefore the equation **orders / visits** yields inaccurate rates when a single visit contains multiple orders. This can be reproduced by tracking more than one order in the same visit... ![image](https://github...
Ecommerce Conversion Rates are inaccurate with multiple purchases in one visit
https://api.github.com/repos/matomo-org/matomo/issues/21004/comments
5
2023-07-12T01:23:03Z
2024-07-08T17:57:59Z
https://github.com/matomo-org/matomo/issues/21004
1,800,001,642
21,004
[ "matomo-org", "matomo" ]
Add a console command to install a plugin: `console plugin:install ...` ## Summary The console can uninstall, activate and deactivate, but strangely, cannot install plugins. The command `console plugin:install` would facilitate automated installs, and replace our current clumsy wget-unzip method. The command sh...
Add console plugin:install
https://api.github.com/repos/matomo-org/matomo/issues/21003/comments
3
2023-07-11T16:30:20Z
2024-11-18T03:46:17Z
https://github.com/matomo-org/matomo/issues/21003
1,799,317,706
21,003
[ "matomo-org", "matomo" ]
This issue incorporated the Live API module, making it unavailable if the Visit Log is deactivated: https://github.com/matomo-org/matomo/issues/16259 Some users still need access to the Live API even if they don't want the visit Log in their UI. Suggest adding an additional option to deactivate the Live API modul...
Allow Live API module regardless of Visit Log deactivation
https://api.github.com/repos/matomo-org/matomo/issues/21000/comments
9
2023-07-11T03:18:14Z
2024-10-23T22:50:04Z
https://github.com/matomo-org/matomo/issues/21000
1,797,998,482
21,000
[ "matomo-org", "matomo" ]
## Context This issue maybe related to #20996. When you land into the Dashboard, you have a "skip" menu which brings you to the widgets. Keyboard navigation through the dashboard's widgets is inconsistent and you get lost. Actually, dashboard widgets are only browsable with a mouse. [Understanding of success cri...
Dashboard's widgets are not accessible with keyboard. Missing success criterion WCAG 2.1 - 2.1.1 + 2.4.7
https://api.github.com/repos/matomo-org/matomo/issues/20997/comments
0
2023-07-10T14:21:28Z
2023-07-11T01:37:17Z
https://github.com/matomo-org/matomo/issues/20997
1,796,891,644
20,997
[ "matomo-org", "matomo" ]
## Context When you're visiting [a report page represented by a data-table with actions](https://demo.matomo.cloud/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?idSite=1&period=day&date=yesterday&category=General_Actions&subcategory=General_Pages), keyboard navigation is uneffective. ...
Report datatables can't be browsed by keyboard. Missing WCAG 2.1 - 2.1.1 criterion.
https://api.github.com/repos/matomo-org/matomo/issues/20996/comments
0
2023-07-10T13:07:01Z
2023-07-10T13:13:29Z
https://github.com/matomo-org/matomo/issues/20996
1,796,740,910
20,996
[ "matomo-org", "matomo" ]
This API - module=API&method=UserId.getUsers&idSite=1&period=year&date=last1&format=JSON isn't giving the full data which is showing in the Matomo dashboard, For Example:- There are 5 clients, And if we use segmentation to filter out on the basis of domain name, We see there are 40 users which are active for YTD (Year ...
Module UserId.getUsers is not showing full data when used in API.
https://api.github.com/repos/matomo-org/matomo/issues/20993/comments
6
2023-07-10T07:25:43Z
2023-10-09T15:39:27Z
https://github.com/matomo-org/matomo/issues/20993
1,796,155,962
20,993
[ "matomo-org", "matomo" ]
## Context When the Matomo font is changed by developer the cachebuster URL parameter in the icons stylesheet should also be updated to ensure that any browser cache of the old font is invalidated, however this step is often overlooked. ## Expected Behavior There should be a github action which will check if the f...
Add a github action to check that the font cachebuster was updated
https://api.github.com/repos/matomo-org/matomo/issues/20991/comments
0
2023-07-10T02:40:35Z
2023-08-01T14:40:37Z
https://github.com/matomo-org/matomo/issues/20991
1,795,811,164
20,991
[ "matomo-org", "matomo" ]
Currently there is now way to persist a archive and for data like GA3 the data can be invalidated and the entire data is lost and it would require downloading the data via API again, but the GA3 API will stop working post December 31st 2023 <!-- Important: Please contact the Matomo community forum for questions: htt...
Include a new archiving state DONE_OK_PRESERVED to persist the archive data
https://api.github.com/repos/matomo-org/matomo/issues/20987/comments
1
2023-07-09T12:34:37Z
2023-07-09T13:46:52Z
https://github.com/matomo-org/matomo/issues/20987
1,795,382,629
20,987
[ "matomo-org", "matomo" ]
Feature request: It will be nice to have an option for quarterly reports.
Feature request: Quarterly reports
https://api.github.com/repos/matomo-org/matomo/issues/20981/comments
2
2023-07-07T05:10:43Z
2023-07-28T14:21:33Z
https://github.com/matomo-org/matomo/issues/20981
1,792,790,415
20,981
[ "matomo-org", "matomo" ]
You can use campaigns to monitor how effective links you send out through things like your email list or twitter. Campaigns allow you to add an extra bit of information to any link you make to your site that will let Piwik recognize visitors who have followed that link. For example, you launch a big marketing campai...
Documentation written by idw in #1164 (should be updated when all tickets from #1042 are done)
https://api.github.com/repos/matomo-org/matomo/issues/20976/comments
0
2023-07-06T12:05:20Z
2023-07-07T09:21:56Z
https://github.com/matomo-org/matomo/issues/20976
1,791,427,593
20,976
[ "matomo-org", "matomo" ]
<!-- 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/ --> <!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@matomo.org instead of crea...
Visit count in matomo is not capturing the data when we try with edge,safari,chrome .However it is capturing when we try logging from the firefox. Kindly check and update
https://api.github.com/repos/matomo-org/matomo/issues/20974/comments
1
2023-07-06T06:17:59Z
2023-07-10T11:46:08Z
https://github.com/matomo-org/matomo/issues/20974
1,790,890,269
20,974
[ "matomo-org", "matomo" ]
At the moment, we can only share Segments to all sites or to one. Is there an option to share the segments to more than one site but not all? This would help to reduce the amount of segments. Raising a feature request for the same.
Option to have Segment for more than 1 site but not all sites.
https://api.github.com/repos/matomo-org/matomo/issues/20972/comments
8
2023-07-06T03:12:51Z
2023-12-14T22:54:41Z
https://github.com/matomo-org/matomo/issues/20972
1,790,716,908
20,972
[ "matomo-org", "matomo" ]
A user has suggested we add a useful footnote in our comments: > In Settings page ?page=matomo-systemreport maybe you could link max_allowed_packet pointing tohttps://dev.mysql.com/doc/refman/8.0/en/packet-too-large.html where one can find how to fix it.
In the Diagnostics plugin (core) add a helpful link to Packet Too Large for max_allowed_packet
https://api.github.com/repos/matomo-org/matomo/issues/20970/comments
1
2023-07-05T21:42:57Z
2023-07-10T08:08:37Z
https://github.com/matomo-org/matomo/issues/20970
1,790,392,180
20,970
[ "matomo-org", "matomo" ]
Create a switch statement of some kind so the emails can be tied to the site id. Users of example1.com and example2.com would have a better of experience if they received email that came from those two domains. Currently we can only send emails from our single global domain matomostats.example.com. From the ori...
Custom email-addresses for sending email reports
https://api.github.com/repos/matomo-org/matomo/issues/20968/comments
9
2023-07-05T14:20:05Z
2023-07-09T21:17:51Z
https://github.com/matomo-org/matomo/issues/20968
1,789,673,007
20,968
[ "matomo-org", "matomo" ]
## Summary The use of Closure Compiler (CC) has some benefits over YUI Compressor (YUI). ### Sligtly smaller file size - piwik.js minified: CC `51.8 KB` vs. YUI `66.3 KB` - piwik.js minified and gzipped: CC `18.9 KB` vs. YUI `21.5 KB` ### Sligtly better performance of generated JS-code CC optimises the g...
Compress matomo.js via Closure Compiler instead of YUI Compressor
https://api.github.com/repos/matomo-org/matomo/issues/20964/comments
0
2023-07-05T10:23:34Z
2024-11-25T21:07:54Z
https://github.com/matomo-org/matomo/issues/20964
1,789,249,410
20,964
[ "matomo-org", "matomo" ]
A too long city name can currently overlap the browser name, which makes both unreadable. ![image](https://github.com/matomo-org/matomo/assets/1579355/36ab7163-f496-48b3-a799-1163f3d37040) We should either shorten the city name to a certain amount of chars and appending `...` or wrap the content into multiple lin...
Too long city names might overlap in visitor profile
https://api.github.com/repos/matomo-org/matomo/issues/20963/comments
7
2023-07-05T07:52:35Z
2023-08-25T07:03:10Z
https://github.com/matomo-org/matomo/issues/20963
1,788,991,861
20,963
[ "matomo-org", "matomo" ]
Page performance green icon is not showing up when using Google Chrome on Android. ![image](https://github.com/matomo-org/matomo/assets/132400623/0594c454-38c8-42ac-a1b7-53fc05ac9519) ## Your Environment * Matomo Version: Matomo version: 4.14.2 * PHP Version: 7.2.34 * Browser: Google Chrome * Operating Sys...
Make page performance report accessible from visits log / visitor profile
https://api.github.com/repos/matomo-org/matomo/issues/20962/comments
3
2023-07-05T03:40:51Z
2023-07-12T07:10:34Z
https://github.com/matomo-org/matomo/issues/20962
1,788,705,358
20,962
[ "matomo-org", "matomo" ]
The update screen performs a file integrity check. If that fails a message is displayed at the bottom of the screen. This message contains a `Details` link, which should open the detailed results in an overlay. This overlay looks not correctly designed. Maybe there are some styles not included in the update CSS: ...
File integrity overlay looks ugly on update screen
https://api.github.com/repos/matomo-org/matomo/issues/20961/comments
0
2023-07-04T08:10:24Z
2023-07-12T07:26:42Z
https://github.com/matomo-org/matomo/issues/20961
1,787,401,336
20,961
[ "matomo-org", "matomo" ]
## Context When a database update is required Matomo displays an update screen. By default the screen uses the browser language. There is also a language drop down, which should allow to change the language of the screen. ![image](https://github.com/matomo-org/matomo/assets/1579355/7436b9e4-a578-43c1-91bd-5ea33e...
Language selection in Updater no longer works
https://api.github.com/repos/matomo-org/matomo/issues/20960/comments
0
2023-07-04T08:06:39Z
2023-07-24T06:34:50Z
https://github.com/matomo-org/matomo/issues/20960
1,787,395,212
20,960
[ "matomo-org", "matomo" ]
From: https://forum.matomo.org/t/probleme-de-recherche-de-mise-a-jour/51570/11 - [ ] `/core/CliMulti/Process.php(259): Deprecated - trim(): Passing null to parameter #1 ($string) of type string is deprecated - Matomo 4.14.2 - Piwik\ErrorHandler::errorHandler(),#1/core/CliMulti/Process.php(259),#2/core/CliMulti/Proces...
[PHP 8.1 compatibility] Deprecated - trim(): Passing null to parameter #1 ($string) of type string
https://api.github.com/repos/matomo-org/matomo/issues/20959/comments
2
2023-07-03T12:21:59Z
2023-10-30T14:12:51Z
https://github.com/matomo-org/matomo/issues/20959
1,786,070,515
20,959
[ "matomo-org", "matomo" ]
## Context I downloaded the Matomo Analytics Plug-in on a wordpress website hosted on Hostinger. But when I open the links in the Matomo menu (summary, settings, ...), they don't show up like they should. There are no lay out, just text and permalinks. Only when I click on Reporting and Tag Manager it opens a new wi...
Wordpress Plug-in doesn't display Matomo pages correctly
https://api.github.com/repos/matomo-org/matomo/issues/20958/comments
4
2023-07-03T12:20:52Z
2023-07-04T01:47:47Z
https://github.com/matomo-org/matomo/issues/20958
1,786,068,713
20,958