Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations related to crash data, specifically for the 'Get Crashes For Category' operation under the 'Crash' resource. It allows users to query crash analytics data for a specific category within a given site and time period, supporting a wide range of query parameters to filter and customize the data retrieval.

Use Case Examples

  1. A user wants to retrieve crash reports for a specific category on their website to analyze the frequency and details of crashes occurring in that category.
  2. A developer needs to fetch crash data grouped by category to identify the most problematic areas of their application for targeted debugging.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the crash data retrieval, such as categoryId, date, period, limit, and other Matomo API-specific filters.

Output

JSON

  • crashes - Array of crash data objects for the specified category and filters.
  • metadata - Optional metadata about the crash data response, such as pagination or summary information.

Dependencies

  • Matomo API authentication token and domain URL

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the 'categoryId' query parameter is provided and valid to get meaningful crash data for the category.
  • Check network connectivity and Matomo API availability if requests fail or time out.
  • If the API returns an error, review the error message for details on invalid parameters or permissions issues.

Links

Discussion