Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve or manipulate data related to crash analytics, specifically supporting the 'Get Last Top Crashes' operation among many others. It is useful for users who want to fetch recent top crash data from their Matomo analytics for monitoring and analysis purposes. For example, it can be used to get the most frequent crashes in the last 30 minutes with a specified limit, helping developers or analysts to quickly identify and address critical issues.

Use Case Examples

  1. Fetch the top 10 crashes from the last 30 minutes to monitor application stability.
  2. Retrieve recent crash data filtered by specific parameters such as site ID or category to analyze crash trends.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request, such as limit, lastMinutes, idSite, etc.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested crash data, such as top crashes in the last 30 minutes.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to prevent API request failures.
  • Check the API method name mapping in the node configuration matches the Matomo API documentation for the chosen resource and operation.
  • If the API response is empty or returns a 204 status, confirm that the requested data exists for the specified parameters and time range.

Links

Discussion