-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with the recent change "import recent dates first" #272
Comments
Hi @MarcoPNS . Thank you for taking the time to create this issue and provide more information. I'm sorry to hear about the problems you've been experiencing. @AltamashShaikh do you have any insights or suggestions? |
@AltamashShaikh An issue very similar to this was reported in the forum for the 4.3.3 version where this should be fixed: https://forum.matomo.org/t/google-analytics-import-process-gets-killed-after-1-day/47546 What they're seeing there is that the import starts on the most recent date and goes backwards as expected, but after the quota is reached for that day it doesn't continue the next day. |
@Starker3 will check this and update you here |
@AltamashShaikh |
@PrimeranoC can you apply #281 and check if it solves the issue for you ? It just helped someone, refer - #274 (comment) |
@AltamashShaikh |
@PrimeranoC For cloud you don't have to update anything, the fix will be applied for all the users but before we release a new version we have to be sure that it doesn't regress further and hence checking with user who reported this, whether applying current patch will fix the issue or not. |
Hi @AltamashShaikh , I understand how busy everyone is... Do you have a relative update on how long it will be until the GA Import Issue will be resolved for cloud users? I have some client timelines that I would like to meet, and I just want to understand the magnitude of the issue :) thank you |
Hey @dhensch The new version of the plugin should be live by early next week. |
@AltamashShaikh I really appreciate your prompt response, it means a lot. Good Luck! |
@PrimeranoC @dhensch The new version of the plugin was released on cloud today |
Hi @AltamashShaikh |
I already pointed out in the PR #245 that there is a problem with bigger GA Properties and the recent change "import recent dates first". The import switch to soon to a finished state that I can't import any bigger GA Property.
There are already some logs from me in the PR. Unfortunately there is not much to see in the logs. My guess is (since the "Last imported day" is also not updated correctly) that there are checks in the code that continue to assume the previous direction and therefore switch to finished at an error / quota limit because the last day (which is the first day that got imported) has already been imported.
I have now reversed the function in my code so that the oldest day is imported first. After that everything works again.
The text was updated successfully, but these errors were encountered: