Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve or manipulate data related to the Activity Log resource, specifically supporting the operation to get all available activity types in the activity log. It is useful for users who want to fetch a comprehensive list of activity types tracked in Matomo for analytics or monitoring purposes.

Use Case Examples

  1. A user wants to retrieve all activity types recorded in their Matomo instance to understand what kinds of user activities are being logged.
  2. A data analyst needs to fetch activity types to filter or categorize activity log entries in subsequent API calls.

Properties

Name Meaning
Query Parameters Optional parameters to filter or modify the API request for activity types, such as filtering by user login or activity type.

Output

JSON

  • json - The JSON response containing the list of all available activity types in the Matomo activity log.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly provided in the node credentials; missing these will cause an error.
  • If the API call fails, check the network connectivity to the Matomo instance and verify that the token has sufficient permissions to access the activity log data.
  • Invalid or unsupported query parameters may result in empty or error responses; verify parameter names and values against Matomo API documentation.

Links

Discussion