Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations. Specifically, for the 'Crash' resource and 'Get All Crash Messages' operation, it fetches all crash messages for a given site and period. This is useful for monitoring and analyzing crash reports in web or app analytics, helping developers and analysts identify and address issues causing crashes.

Use Case Examples

  1. Retrieve all crash messages for a specific website to analyze crash patterns and improve stability.
  2. Fetch crash messages filtered by date or other parameters to monitor recent issues.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request, such as site ID, date range, limit, and other filters relevant to crash messages.

Output

JSON

  • json - Array of crash messages data returned from the Matomo API, containing details about each crash message.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API for the crash messages endpoint.
  • Check network connectivity to the Matomo server to avoid request failures.
  • If the API returns an empty response or '204 No Content', verify that the site ID and date range parameters are correct and that crash messages exist for those criteria.

Links

Discussion