Releases: matomo-org/plugin-GoogleAnalyticsImporter
Releases · matomo-org/plugin-GoogleAnalyticsImporter
4.0.3
4.0.2
1.5.6
1.5.5
Changes:
- Report error without failing command when client is misconfigured in import-reports.
- Fail w/o thrown exception if lock is already acquired.
Bug Fixes:
- Fix issue where days could not be re-archived for imported sites due to lack of timestamp information present in dates.
1.5.4
Changes:
- Abort on all errors and report specifically when it is due to a insufficient privileges exception.
- Ignore unknown metric exceptions.
- Better debug exception messages when errors occur during controller actions.
Bug Fixes:
- Handle GA API active custom dimension value of empty string properly.
- Handle invalid max end date configuration.
- Check for custom dimension slots before importing & allow ignoring extra custom dimensions
4.0.1
1.5.3
Changes:
- Fix referrers table subtable in imported reports so link is correct (only affects newly imported reports).
- Show last GA error if there was one when cannot reach GA API fails repeatedly.
- Use exponential backoff for when GA API backend fails.
- Fix forum link in error message.
1.5.2
1.5.1
1.5.0
Changes:
- Allow lock ttl to be configured and use reexpire lock which waits to expire.
- Allow forced max end date to be specified through config.
- Set a fixed end date for Matomo for WordPress.
Bug Fixes:
- Undo forced input sanitization for client config.
- Fix reimport not respecting last_day_imported.
- Reduce amount of memory used.