Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve crash analytics data filtered by page URL. It is useful for analyzing crash occurrences on specific pages of a website, helping developers and analysts identify problematic URLs and improve site stability. For example, it can fetch crash reports grouped by page URL for a given site and period, aiding in targeted debugging and monitoring.

Use Case Examples

  1. Fetch crash reports grouped by page URL for a specific website to identify which pages have the most crashes.
  2. Retrieve detailed crash data for a given page URL to analyze the nature and frequency of crashes on that page.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to filter and customize the API request, such as pageUrl, limit, period, date, and other Matomo API parameters.

Output

JSON

  • json - The JSON response from the Matomo API containing crash data grouped by page URL based on the query parameters provided.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing these will cause an error.
  • Verify that the query parameters are valid and supported by the Matomo Crash Analytics API to avoid unexpected results or errors.
  • Check network connectivity and Matomo server availability if API requests fail or time out.

Links

Discussion