matomo-org/matomo

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

开放

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

 (12 条评论) (0 个反应) (0 位负责人)PHP (2,894 个派生)batch import
EnhancementHelp wanted

仓库指标

星标
 (21,803 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南