Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations. Specifically, for the 'Crash' resource and 'Get Crashes For Page URL' operation, it fetches crash analytics data related to a specific page URL for a given site and period. This is useful for monitoring and analyzing crash incidents on particular pages of a website, helping developers and analysts identify and address stability issues.

Use Case Examples

  1. Fetch crash reports for a specific page URL to identify frequent crash causes.
  2. Retrieve crash data filtered by date range and site to monitor application stability over time.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the API request, such as pageUrl, idSite, period, date, limit, and other crash-related filters.

Output

JSON

  • json - The JSON response from the Matomo API containing crash data for the specified page URL and filters.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API for the crash analytics endpoint.
  • Check network connectivity and Matomo server availability if requests fail.
  • Error messages from the Matomo API are wrapped and presented; review the message and stack trace for debugging.

Links

Discussion