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 including the 'Unmerge Crash Group' operation. It allows users to interact with Matomo's crash analytics module to manage crash groups, retrieve crash data, and perform actions such as unmerging previously merged crash groups. This node is useful for users who want to automate and manage crash analytics data within their workflows, such as unmerging crash groups to analyze individual crash instances separately.

Use Case Examples

  1. Unmerge a previously merged crash group to analyze individual crash logs separately.
  2. Retrieve crash groups and selectively unmerge specific groups based on analysis.
  3. Automate crash group management in Matomo to maintain accurate crash data segmentation.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to filter or specify the API request details for the crash analytics operation.

Output

JSON

  • json - The JSON response from the Matomo API containing the result of the unmerge crash group operation or other crash analytics data.

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 'idLogCrash' or relevant crash group identifiers are correctly provided in the query parameters to avoid empty or incorrect responses.
  • Check the API method and parameters for correctness to prevent API errors.
  • If the API returns a 204 No Content status, it means no data was returned for the request; verify the query parameters and data availability.

Links

Discussion