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 Unidentified Crash Messages' operation, it fetches crash messages that are unidentified for a given site and period. This is useful for monitoring and analyzing crash data that has not been categorized, helping developers and analysts to identify and address unknown issues in their applications or websites.

Use Case Examples

  1. Fetch unidentified crash messages for a specific website to monitor unknown crash issues.
  2. Retrieve crash analytics data to improve application stability by identifying uncategorized crashes.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the unidentified crash messages data.

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 an error.
  • Verify that the query parameters are valid and supported by the Matomo API for the crash module.
  • 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 period parameters correspond to existing data.

Links

Discussion