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 Crashes For Source' operation, it fetches crash data related to a specific source for a given site and period. This is useful for monitoring and analyzing crash reports from different sources to improve application stability and user experience.

Use Case Examples

  1. Fetch crash reports for a specific source to identify problematic areas in an application.
  2. Retrieve crash data filtered by source to analyze third-party integrations causing issues.

Properties

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

Output

JSON

  • response - The JSON response from the Matomo API containing crash data for the specified source.

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 resource.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details on invalid parameters or permissions.

Links

Discussion