Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve or manipulate data related to crash analytics, specifically supporting the operation 'Get Crashes By First Party'. It allows users to query crash data from first-party sources for a given site and period, which is useful for analyzing and monitoring application crashes originating from the user's own code or assets. This can help in identifying and resolving issues affecting user experience.

Use Case Examples

  1. A user wants to fetch crash reports caused by their own website's scripts or resources to prioritize bug fixes.
  2. A developer needs to monitor crash trends from first-party sources over a specific time period to improve application stability.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the crash data request, such as date range, site ID, limit, and other filters relevant to the Matomo API crash analytics module.

Output

JSON

  • json - The JSON response from the Matomo API containing crash data grouped by first-party sources, including details such as crash counts, categories, and other relevant metrics.

Dependencies

  • Matomo API with valid domain and authentication token credentials

Troubleshooting

  • Ensure that the Matomo API domain and authentication token are correctly configured in the node credentials; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid according to the Matomo API documentation for crash analytics.
  • If the API response is empty or returns '204 No Content', check that the specified site ID and date range actually contain crash data.
  • Network or permission issues may cause API call failures; ensure the API token has sufficient permissions to access crash analytics data.

Links

Discussion