Releases: matomo-org/plugin-GoogleAnalyticsImporter
Releases · matomo-org/plugin-GoogleAnalyticsImporter
1.2.0
Features:
- Resume button to make it clearer that on an errored import the import doesn't have to be cancelled and restarted.
- Add feature to change import end date dynamically so users don't have to restart if they enter the wrong end date (or don't enter one).
- Support new VisitFrequency metrics in core if available.
Bug fixes:
- Tweaks to messages for clarity.
- Goals record importer was not applying new/returning segments.
- GA does not trim page titles, so ignore on error and hope users report issues.
1.1.2
1.1.1
1.1.0
Features:
- Add new diagnostics to check for required functions and executables.
- Add troubleshooting option to enable debug logging so users can provide useful info in a bug report.
- Allow importing GA dimensions not natively supported in Matomo by creating new custom dimensions.
- Support importing mobile app properties (including screen views metrics as pageviews and screen reports as page title reports).
Bug fixes:
- Remove extra params when redirecting from processAuthCode action.
- Change include paths to better support wordpress installs.
- Do not try to import ecommerce items report if property does not support ecommerce.
- Ordering in GA API requests was not applied.
- Entry/exit page titles should not import unique visitors since we can't get that information reliably.
- URLs that end in the action default name cause a conflict w/ directory paths. This is not an issue anymore.
- Better process strange referrer URLs from GA.
- Allow specifying timezone manually in case GA timezone is not a valid PHP timezone.
1.0.6
1.0.5
1.0.4
1.0.3
Changes:
- Allow account ID to be specified explicitly since it can differ from the number in the UA-... property ID.
- Print debug message when account ID is deduced from property ID in CLI command.
- Use exponentially increasing wait time between rate limited requests when querying GA API.