Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Crash' resource and 'Get Crash Summary' operation, it fetches a summary of a specific crash log from Matomo's crash analytics module. This node is useful for retrieving detailed crash data to analyze application or website stability issues. For example, it can be used to monitor crash occurrences, understand crash contexts, and prioritize fixes based on crash summaries.

Use Case Examples

  1. Retrieve a summary of a specific crash log by providing the crash log ID and other optional query parameters to filter or customize the data.
  2. Use the node to fetch crash summaries periodically to monitor application health and detect new or recurring issues.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the crash summary data retrieved from Matomo. These include various filters like crash IDs, date ranges, device types, and more.

Output

JSON

  • json - The JSON response from the Matomo API containing the crash summary 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.
  • Verify that the query parameters provided are valid and supported by the Matomo Crash Analytics API.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details and adjust the request accordingly.

Links

Discussion