Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve crash analytics data specifically for the 'Get Crashes By Third Party' operation under the 'Crash' resource. It allows users to specify various query parameters to filter and customize the crash data retrieved from third-party sources. This node is useful for analyzing crash reports related to third-party components or integrations in a website or application, helping in identifying and troubleshooting issues caused by external sources.

Use Case Examples

  1. Retrieve a list of crashes caused by third-party sources for a specific website and time period.
  2. Filter third-party crash data by specific criteria such as device type, date range, or crash category to analyze external impact on site stability.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the crash data retrieved from third-party sources. Includes a wide range of filters such as date, device type, crash IDs, limit, offset, and many others to tailor the API request.

Output

JSON

  • json - The JSON response from the Matomo API containing crash data filtered by third party sources

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 query parameters used are valid and supported by the Matomo API for the 'Get Crashes By Third Party' operation to prevent request failures.
  • Check network connectivity and Matomo server availability if API requests fail or time out.
  • If the API response is empty or returns '204 No Content', verify that the query parameters match existing crash data for the specified site and period.

Links

Discussion