matomo-org/matomo

Add "local time - Day of the Month" as a possible dimension in Custom Report

Aperta

#20.950 aperta il 29 giu 2023

 (12 commenti) (0 reazioni) (0 assegnatari)PHP (2890 fork)batch import
EnhancementHelp wanted

Metriche repository

Star
 (21.789 stelle)
Metriche merge PR
 (Merge medio 8g 11h) (106 PR mergiate in 30 g)

Descrizione

Summary

We previously encountered an issue that the same set of data would look different in Admin UI vs Custom Report

  1. In Admin UI, we can do a segment by website time, let's say a week worth of data, then the we would see 7 different data points (CORRECT)

  2. In Custom Reports, we can do a segment by website time, but since "Day of the Month" is only available in UTC time, we would get a week worth of data spread across 8 different data points (INCORRECT)

We've mitigated this issue temporarily by changing our website time to be UTC to avoid the whole 7-vs-8-data-point problem. However, since our client still assumes the data we're providing data in American time, we're technically providing incorrect data to them.

Therefore, I would like to request to have "local time - Day of the Month" as a possible dimension in Custom Report

Guida contributor