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 All Crashes' operation among many others. It is useful for users who want to fetch detailed crash reports, crash messages, crash groups, and other crash-related metrics from their Matomo analytics instance. For example, it can be used to monitor application stability by retrieving all crash logs for a given site and period, helping developers and analysts to identify and address issues.

Use Case Examples

  1. Fetch all crash logs for a specific website to analyze application errors.
  2. Retrieve crash messages to understand the nature of crashes occurring on a site.
  3. Get crash groups to categorize and prioritize crash fixes.

Properties

Name Meaning
Query Parameters A collection of optional filters and parameters to customize the API request for fetching crash data, such as filtering by crash IDs, categories, date ranges, and other crash-related attributes.

Output

JSON

  • json - The JSON response from the Matomo API containing crash data such as crash logs, messages, groups, or summaries depending on the selected operation and query parameters.

Dependencies

  • Matomo API credentials including domain URL and authentication token

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 for the selected operation to avoid API errors.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API response is empty or returns '204 No Content', verify that the filters and date ranges actually match existing crash data in Matomo.

Links

Discussion