Hi everyone!
I am using google analytics import plugin. In my Google Analytics Account, I have data from 2016 to 2022 and I want to import it all in Matomo On-primes. But I am getting data only for the year 2022. I don’t know why this is happening to me? Please have a look at the screenshot.
Hi @Altamash_Shaikh,
Thank you so much for responding. I have updated Google Analytics Import plugin to 4.3.4 and have run the import job again. Let see if it works.
Hi @kal and @Altamash_Shaikh ,
I updated Matomo to the latest version i.e. 4.12.0 and the latest version of Google Analytics Import plugin i.e. 4.3.4 and PHP version 7.4 still facing the same problem.
I have given the start date 2016-10-10 but import job start importing data from 2022-07-13
@Naser_Aslam
The log report says
Importing the following date ranges in order: 2016-10-10,2022-10-11
Importing reports for date range 2016-10-10 - 2022-07-13 from GA view 122514142.
Importing data for GA View 122514142 for date 2022-07-13…
I think the previous dates were already imported, so it has started from the date where it was rate limited.
Hi Thanks for the response. I have checked data by using date range calendar, but there is no data for the year 2016 or 2017 upto 2021. There is just data for the year 2022.
@Naser_Aslam That’s strange!
Can you check if it shows up all the dates in mysql using below query ? SELECT * FROM matomo_archive_numeric_2022_10 WHERE name='GoogleAnalyticsImporter_isImportedFromGa'
Note you might have to change the table name as per your setup