Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to crash analytics, specifically for the 'Get Crash Messages' operation under the 'Crash' resource. It allows users to retrieve crash messages for a given site and period, supporting a wide range of query parameters to filter and customize the data fetched from Matomo. This node is useful for monitoring and analyzing crash data to improve application stability and user experience.

Use Case Examples

  1. Retrieve all crash messages for a specific website within a date range to analyze common crash issues.
  2. Filter crash messages by specific crash IDs or categories to focus on critical errors.
  3. Fetch recent crash messages to monitor the latest stability problems in real-time.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the crash messages data retrieved from Matomo API. Includes filters like site ID, date range, crash IDs, and other crash-related attributes.

Output

JSON

  • json - The JSON response from the Matomo API containing crash messages data

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL 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 Matomo API to prevent request failures.
  • Check network connectivity and Matomo server availability if the API requests fail or time out.
  • If the API returns an error, review the error message for details and adjust the request parameters accordingly.

Links

Discussion