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 Crash Groups' operation under the 'Crash' resource. It allows users to query crash group data for a given site, supporting a wide range of query parameters to filter and customize the data retrieval. This node is useful for analyzing crash groups in web analytics, helping to identify and manage crash-related issues on websites.

Use Case Examples

  1. Retrieve a list of crash groups for a specific website to analyze common crash patterns.
  2. Filter crash groups by specific criteria such as date range, category, or status to focus on relevant crash data.
  3. Use the node to monitor crash groups over time to detect new or recurring issues.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the crash groups data retrieval, such as site ID, date range, limit, offset, and various crash-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing crash groups 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.
  • Verify that the query parameters are valid and supported by the Matomo API for the 'Get Crash Groups' operation.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details and adjust the request accordingly.

Links

Discussion