Skip to content

Releases: matomo-org/plugin-GoogleAnalyticsImporter

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.

1.5.1

05 Aug 12:06
42066a0
Compare
Choose a tag to compare

Changes:

  • Do not throw if the rate limit is reached just log a message.
  • Added safety measure in case of broken internal import status.
  • Default value missing for $maxEndDateDesc (fixes warning).
  • Add link to the user guide to GA API config forms.

1.5.0

03 Aug 12:35
6e1e0a1
Compare
Choose a tag to compare

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.