Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve crash analytics data based on the specified resource and operation. Specifically, for the 'Crash' resource and 'Get Crashes By Source' operation, it fetches crash data grouped by source for a given site and period. This is useful for analyzing crash sources in web or app analytics to identify and address stability issues.

Use Case Examples

  1. Fetch crash data grouped by source for a specific website to understand which sources contribute most to crashes.
  2. Retrieve crash analytics for a given time period to monitor application stability and improve user experience.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing crash data grouped by source, including details such as crash counts, categories, and other relevant metrics.

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 an error.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API returns an error, review the error message for details and adjust the request accordingly.

Links

Discussion