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 New Crashes' operation under the 'Crash' resource. It fetches new crash data from the last 30 minutes with a specified limit, allowing users to monitor recent crash events in their Matomo analytics setup. This is useful for developers and analysts who want to track and respond to new crash incidents promptly.

Use Case Examples

  1. Fetch the last new crashes from the past 30 minutes to monitor recent application stability issues.
  2. Retrieve a limited number of new crash records to analyze crash trends and prioritize fixes.

Properties

Name Meaning
Query Parameters Parameters to filter and customize the API request for fetching crash data, such as limits, filters, and other options.

Output

JSON

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

Dependencies

  • Matomo API credentials including domain and authentication token

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the 'resource' is set to 'Crash' and the 'operation' is set to 'Get Last New Crashes' to match the intended API call.
  • Check the query parameters for correctness and supported values to avoid API request errors.
  • If the API response is empty or returns '204 No Content', verify the time window and limit parameters to ensure data availability.

Links

Discussion