Skip to content

Releases: matomo-org/plugin-GoogleAnalyticsImporter

4.1.0

01 Feb 04:03
21582a0
Compare
Choose a tag to compare

New Features:

  • Allow logging to a single file via DI config setting 'GoogleAnalyticsImporter.logToSingleFile'.

Changes:

  • Remove extraneous google services from vendor via composer.

4.0.4

15 Dec 04:36
eb7f980
Compare
Choose a tag to compare

Changes:

  • Do not use nohup on windows and allow users to disable nohup via DI config ('GoogleAnalyticsImporter.useNohup').

4.0.3

15 Nov 19:26
460c53d
Compare
Choose a tag to compare
Update plugin.json

4.0.2

02 Nov 19:59
Compare
Choose a tag to compare
bump version and update travis badge

1.5.6

16 Oct 02:19
8e1a32a
Compare
Choose a tag to compare

Bug Fixes:

  • Fix issue showing broken URLs when importing page URLs with hash values in them. Affected users will have to re-import affected days.

1.5.5

06 Oct 02:49
de370a8
Compare
Choose a tag to compare

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

01 Sep 08:22
Compare
Choose a tag to compare

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

31 Aug 03:21
835d9fa
Compare
Choose a tag to compare

Compatibility with Matomo 4

1.5.3

14 Aug 09:21
7c335e2
Compare
Choose a tag to compare

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

06 Aug 14:07
Compare
Choose a tag to compare

Changes:

  • Fixing typo in previous rate limit change.