Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to crash analytics, specifically supporting the 'Merge Crashes' operation under the 'Crash' resource. It allows users to merge multiple crash logs into a single group, which is useful for consolidating related crash reports for better analysis and management. This node is beneficial in scenarios where crash data from different sources or instances need to be unified to identify common issues and streamline debugging processes.

Use Case Examples

  1. Merging multiple crash logs into one group to simplify crash management.
  2. Consolidating crash reports from different versions of an application to analyze recurring issues.

Properties

Name Meaning
Query Parameters Parameters to filter or specify details for the API request, such as crash IDs, filters, or other options relevant to the crash analytics.
Request Body JSON payload containing the details required to perform the merge operation, such as the IDs of crashes to merge and any additional data needed by the API.

Output

JSON

  • json - The JSON response from the Matomo API after performing the merge crashes operation, typically containing the result or status of the merge.

Dependencies

  • Matomo API credentials (domain and authentication token) are required to authenticate requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the 'resource' is set to 'Crash' and the 'operation' is set to 'Merge Crashes' to match the intended API call.
  • Check the format and content of the 'Request Body' JSON to ensure it meets the API requirements for merging crashes.
  • If the API returns an error, review the error message and stack trace provided by the node for debugging.

Links

Discussion