Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations related to crash analytics, specifically supporting the 'Get Reappeared Crashes' operation under the 'Crash' resource. It allows users to query the Matomo API for crash data that has reappeared for a given site and period, which is useful for monitoring and analyzing recurring crash issues in web or app environments.

Use Case Examples

  1. A user wants to retrieve a list of crashes that have reappeared on their website over the last month to identify persistent issues.
  2. A developer uses this node to fetch reappeared crash data to correlate with recent code deployments and assess stability.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the list of reappeared crashes and their details.

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 'resource' is set to 'Crash' and the 'operation' is set to 'Get Reappeared Crashes' to match the intended API call.
  • Check the query parameters for correctness and completeness to avoid unexpected API errors.
  • If the API response is empty or unexpected, verify the Matomo server availability and API endpoint correctness.

Links

Discussion