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 the 'Get Crash Visit Context' operation under the 'Crash' resource. It allows users to retrieve detailed visit context information for a specific crash, which can be useful for analyzing the circumstances and environment in which a crash occurred. This is beneficial for developers and analysts who want to understand user sessions leading to crashes, helping in debugging and improving application stability.

Use Case Examples

  1. Retrieve visit context details for a specific crash ID to analyze user behavior before the crash.
  2. Fetch crash visit context data filtered by site ID and date range to monitor crash patterns over time.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the details of the crash visit context request, such as site ID, crash ID, date, and other relevant filters.

Output

JSON

  • json - The JSON response from the Matomo API containing crash visit context details

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters provided are valid and supported by the Matomo API to prevent request failures.
  • Check network connectivity and Matomo server availability if API requests fail or time out.
  • If the API returns an error, review the error message for details and adjust the request parameters accordingly.

Links

Discussion