Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to crash analytics, specifically the 'Get Last Disappeared Crashes' operation under the 'Crash' resource. It fetches data about crashes that have disappeared in the last 30 minutes, with options to limit the number of results and apply additional query parameters. This node is useful for monitoring and analyzing crash trends in web or app analytics, helping users identify issues that have resolved recently.

Use Case Examples

  1. Fetch the last disappeared crashes for a specific site to monitor recent crash resolutions.
  2. Retrieve a limited number of last disappeared crashes to analyze crash trends over the past 30 minutes.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to filter and customize the API request, such as limit, lastMinutes, and other crash-related filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the last disappeared crashes data

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the 'Get Last Disappeared Crashes' operation to prevent API request failures.
  • 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 and adjust the request parameters accordingly.

Links

Discussion