You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed data inconsistency in Post Analytics > Overview tab (#24558)
ref
https://linear.app/ghost/issue/PROD-2243/inconsistency-in-the-post-analytics-overview-data-compared-to-post
On the Post Analytics > Overview tab, the top level metric shown for
unique visitors and the sum of the actual data in the chart can show
different values. The metric and the chart are using separate requests
to the same API endpoint with different `date_from` parameters,
resulting in slightly different numbers, i.e. it's possible to see "1
unique visitor" but with 0 for every data point on the chart:
<img width="2306" height="1388" alt="image"
src="https://github.com/user-attachments/assets/110ede5c-8ea6-4600-bdb1-f1d7950fd59e"
/>
This fixes that by removing the duplicate API call, so the data for the
metric and the chart use the same exact underlying data.
0 commit comments