Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve or manipulate data related to crash analytics. Specifically, the 'Get Crash Data' operation fetches crash data for a specified site and period, allowing users to analyze crash occurrences and details. This node is useful for monitoring application stability and diagnosing issues by accessing detailed crash reports from Matomo.

Use Case Examples

  1. Fetch crash data for a website over the last month to analyze stability issues.
  2. Retrieve crash groups and messages to identify common crash causes.
  3. Get crash visit context to understand user sessions leading to crashes.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the crash data request, such as site ID, date range, crash IDs to exclude, and other filters relevant to crash analytics.

Output

JSON

  • json - The JSON response from the Matomo API containing crash data based on the specified query parameters.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly provided; missing these will cause an error.
  • Verify that the query parameters are valid and supported by the Matomo Crash Analytics API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API response is empty or unexpected, confirm that the site ID and date range parameters are correct and that crash data exists for those parameters.

Links

Discussion