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 the 'Get New Crashes' operation under the 'Crash' resource. It allows users to query new crash data for a given site and period, supporting a wide range of query parameters to filter and customize the data retrieval. This node is useful for monitoring and analyzing new crash events in web applications or websites tracked by Matomo, helping developers and analysts to quickly identify and respond to new issues.

Use Case Examples

  1. Retrieve a list of new crashes for a specific website within a defined time period to monitor recent stability issues.
  2. Filter new crash data by specific criteria such as crash category, source, or page URL to focus on relevant crash reports.
  3. Use the node to automate crash reporting workflows by integrating Matomo crash data into broader monitoring or alerting systems.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the API request for new crashes, such as site ID, date range, limit, and various crash-specific filters.

Output

JSON

  • ``
    • json - The JSON response from the Matomo API containing the list of new crashes and their details.

Dependencies

  • Requires 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 the node to throw an error.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API specifications to avoid request failures.
  • Check network connectivity and Matomo server availability if API requests fail or time out.
  • Review error messages returned by the Matomo API for specific issues such as permission errors or invalid parameters.

Links

Discussion