Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve or manipulate data related to the 'Crash' resource, specifically supporting the 'Get Disappeared Crashes' operation among many others. It allows users to query for crashes that have disappeared for a given site and period, which is useful for monitoring and analyzing crash trends over time. This node is beneficial for developers and analysts who want to track crash analytics, identify resolved issues, and maintain application stability by integrating Matomo crash data into their workflows.

Use Case Examples

  1. Retrieve a list of disappeared crashes for a specific website to monitor resolved issues.
  2. Fetch crash analytics data filtered by various parameters such as date, site ID, or crash category to analyze crash trends.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request for disappeared crashes, such as site ID, date range, limit, and other filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of disappeared crashes and related crash analytics data.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the 'Get Disappeared Crashes' operation to prevent API request failures.
  • Check network connectivity and Matomo server availability if the node fails to connect or times out.
  • If the API response is empty or returns a 204 status, confirm that the specified filters and date ranges actually have data available.

Links

Discussion