Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve or manipulate data related to the Activity Log resource, specifically to get entries from the activity log. It is useful for scenarios where users want to fetch detailed activity logs of users in Matomo for analysis or monitoring purposes. For example, it can be used to track user activities, audit changes, or monitor system events recorded in Matomo's activity log.

Use Case Examples

  1. Fetch the latest activity log entries for a specific user or time period to monitor user actions.
  2. Retrieve activity log entries filtered by activity type or user login to audit specific events or users.

Properties

Name Meaning
Query Parameters Parameters to filter or specify the details of the activity log entries to retrieve, such as filtering by activity type, user login, limit, offset, and other Matomo API query options.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of activity log entries matching the query parameters.

Dependencies

  • Matomo API credentials (domain and authentication token) are required to authenticate requests to the Matomo API.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the query parameters are correctly formatted and valid according to the Matomo API documentation to avoid API errors.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.
  • If the API returns an empty response or '204 No Content', verify that the query parameters match existing activity log entries.

Links

Discussion