Closed staskus closed 7 months ago
@staskus I found the issue for this - web is inconsistent with itself when reporting Years numbers.
On the web clicking the tab Traffic
is the equivalent of our StatsPeriodStore api calls and uses endpoint /stats/visits/
And it matches the app currently for PeriodStats Years tab
However on the web clicking tab Insights
makes a call to the /stats/insights/
endpoint which is also what we do in app and it matches
I would summarise as follows:
Possible solutions are:
cc @irfano @ravishanker for heads up re: Android
@sla8c, thanks for the research. It gives much more insight! 👍
we are in sync with web so we should prob see with them on what should be the intended behaviour and action that if the web team can't action / doesn't have a strong opinion then I think we should the "View more" button at the bottom of the This Year card so the user can't navigate there and it would reduce confusion. However this should probably go through design review?
I agree. I'll try to get in touch with web folks about these questions.
I am changing the priority due to the discovery that our numbers do match the Web but only the parts that are using the same API endpoint.
No clear resolution plan for now.
This is not a client-side issue https://github.com/wordpress-mobile/WordPress-Android/issues/17213#issuecomment-2024936531
Yearly statistics of views, visitors, likes, and comments match Adnroid but don't match the Web.
Expected behavior
All the platforms have the same numbers.
Steps to reproduce the behavior
statsRevamp
feature flag enabled