Details
-
Task
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
-
Add-Ons 59, Add-Ons 60
-
2
Description
From Thuy :heart: in ANALYTICS-300
Hi jlegendre,
From version 1.2, we will apply start date and end date in filter configuration for Matomo data supplier.
There are some rules for date parameter in here:
![]()
- If don't input anything for date in yaml => default value is last7.
- If startDate and endDate in the filter are empty => date parameter will get the value from matomoSupplier yaml
- If startDate and endDate in the filter are not empty => date value is range between startDate and endDate
Example: startDate: 2021-03-01 and endDate: 2021-03-04 => date: 2021-03-01,2021-03-04
- If startDate is not empty and endDate is empty in the filter => date value is startDate and startDate
Example: startDate: 2021-03-01 and endDate: => date: 2021-03-01,2021-03-01
- If startDate is empty and endDate is not empty in the filter => date value is endDate and endDate
Example: startDate: and endDate: 2021-03-04 => date: 2021-03-04,2021-03-04
Please feel free to contact me if you have any question.
Thank you :bow:
Checklists
Acceptance criteria