Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to crash analytics, specifically including the ability to get ignored crashes. It is useful for users who want to retrieve and manage crash data from their Matomo analytics platform, such as fetching lists of ignored crashes, crash messages, crash groups, and other crash-related metrics. For example, a user can use this node to monitor ignored crashes in their application to decide if any should be re-evaluated or to generate reports on crash trends.

Use Case Examples

  1. Retrieve a list of ignored crashes for a specific site and period to monitor which crashes have been marked as ignored.
  2. Fetch detailed crash messages and summaries to analyze crash patterns and improve application stability.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to filter or specify the data returned by the API, such as site ID, date range, limit, and other filters relevant to the crash data.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested crash data or other module data.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the selected resource and operation are supported by your Matomo instance and that the API endpoint is accessible.
  • Check the query parameters for correctness and completeness to avoid unexpected API errors or empty responses.
  • If the API returns an error, review the error message and stack trace provided by the node for debugging.

Links

Discussion