Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve crash analytics data grouped by category for a specified site and period. It is useful for analyzing crash reports categorized by different criteria, helping users understand crash distribution and frequency in their applications or websites. For example, it can be used to fetch crash data grouped by category to identify the most common crash types affecting user experience.

Use Case Examples

  1. Fetch crashes grouped by category for a specific website to analyze crash trends.
  2. Retrieve crash categories within a given date range to monitor application stability.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the crash data retrieval, such as site ID, date range, category ID, limit, and other filters relevant to the crash analytics.

Output

JSON

  • crashes - Array of crash data grouped by category
  • category - Category name or identifier
  • count - Number of crashes in the category
  • additionalMetadata - Optional additional metadata about the crash category

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain 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 crash analytics resource.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • Handle API errors gracefully by reviewing error messages returned by the Matomo API and adjusting parameters accordingly.

Links

Discussion