matomo-org/matomo

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

Open

#20,950 创建于 2023年6月29日

在 GitHub 查看
 (12 评论) (0 反应) (0 负责人)PHP (21,513 star) (2,847 fork)batch import
EnhancementHelp wanted

描述

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

贡献者指南