Hello everyone,
I'm sorry if I open a single issue but I think that we need to clarify a bit 'of issues, and I think it is right to do it in one place. If is too confusing I can creat different issue.
For some Issue I think I've found answer here or trying on my web site, correct me If I'm wrong.
1. Stats not updated on cron:
Answer: Even If you run a cron you have no update if the time set in "Minimum time between Google Analytics data fetching" (/admin/config/system/google_analytics_counter) has not yet expired; You have to wait that time!
---
2. Overwrite total pageview values in table node_counter provided by the core module Statistics (/admin/config/system/google_analytics_counter) NOT WORKING
Answer: I've checked the database and node_counter and google_analytics_counter share the same value but if I go to /admin/reports/pages (report of the last 3 days) show other values, differente value than I see on google analytics page;
---
3a. If I use drupal statistics in a view to sort nodes by pageview I got different order than real one; I saw the most 10 (example) viewed page, but not in the right order!
3b. If I use google analytics pageview counter filter to sort nodes by pageview I saw node with very few pageview and in random order! (I've noders with 25xxx pageview, and I view node with x pageview!)
Maybe is related to issue 2.
---
4. Use google analytics counter in views to sort by pageview in the last xxx days
Is it possible by default? I've read about some patches, are altrady integrated in the latest DEV release?!