plugin-GoogleAnalyticsImporter
plugin-GoogleAnalyticsImporter copied to clipboard
Google Analytics to Matomo importer
### Description: We previously added the ability for UA imports to work with a proxy. This is to make GA4 imports work with a proxy as well. Fixes Issue: #521...
Code to support the Matomo proxy setting was recently added via PR #202. This change applies to `GoogleAnalyticsImporter.googleClient`, which is used by `Authorization.php::getConfiguredClient()` for GA3. However, GA4 does not use...
### Description: Added test for phpcs ### Review * [ ] [Functional review done](https://developer.matomo.org/guides/pull-request-reviews#functional-review-done) * [ ] [Potential edge cases thought about](https://developer.matomo.org/guides/pull-request-reviews#potential-edge-cases-thought-about) (behavior of the code with strange input, with...
Hi, I'm just loading data of some Universal Analytics properties, including e-commerce details. Now I'm on my way to do the same with the GA4 properties. However in contract to...
I cannot get the importer working, looking at logs this is what I keep getting for every site I try to import (same error, different site number) ERROR [2023-09-12 23:58:03]...
Currently each GA data import will create a new website in Matomo. Instead it would be great to let users choose, while preparing to import GA data, whether: * to...
Recently Google added a new scope for CustomDimension`item`, this scope is not supported in Matomo yet as we have only 2 types of scope `action` and `visit`, we an map...
With the upcoming sunset date for GA fast approaching, we've had quite a few users who've reached out to us asking if there is a faster way to import their...
Currently the GA data is lost if we invalidate a archive since we don't have any raw data for GA and we directly add the aggregated data in the archive...
On some systems it's not possible to use shell_exec()/exec() to start the import. We can provide an alternative by providing a way to initialize imports via API methods. This would...