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 'Search Crash Messages For Merge' operation under the 'Crash' resource. It allows users to search crash messages for potential merging based on provided search terms and filters. This is useful for managing and consolidating crash reports in Matomo, helping to streamline crash data analysis and improve issue tracking.

Use Case Examples

  1. A user wants to find crash messages that are similar or related to merge them into a single crash group for better organization.
  2. A developer needs to filter crash messages by specific criteria to identify duplicates or related crashes before merging them.

Properties

Name Meaning
Query Parameters A collection of key-value pairs used to filter or specify details for the API request, such as search terms, limits, or other filters relevant to the crash messages.
Request Body A JSON object containing the request payload for POST operations, used to send detailed parameters or data for the API call.

Output

JSON

  • json - The JSON response from the Matomo API containing the search results for crash messages eligible for merging.

Dependencies

  • Requires 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 'Search Crash Messages For Merge' to use this functionality.
  • Check the format and content of the 'queryParameters' and 'requestBody' inputs to ensure they match the expected API parameters.
  • If the API response is empty or returns '204 No Content', verify the search criteria and filters to ensure they match existing crash messages.

Links

Discussion