Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve crash analytics data grouped by page title. It is useful for analyzing crash occurrences on different pages of a website, helping developers and analysts identify problematic pages that cause crashes. For example, it can be used to fetch crash reports for a specific site and time period, filtered by various query parameters such as device type, date range, or crash category.

Use Case Examples

  1. Fetch crash data grouped by page title for a specific website to identify pages with the most crashes.
  2. Retrieve crash reports filtered by device type or date to analyze crash trends over time.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the crash data retrieval, such as pageTitle, deviceType, date, limit, and others.

Output

JSON

  • ``
    • json - Array of crash data objects grouped by page title, including crash counts and related metadata.

Dependencies

  • Matomo API

Troubleshooting

  • Ensure the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo instance to ensure API requests can be made successfully.
  • If the API returns no content, the node outputs a status code 204 indicating no data available for the given parameters.

Links

Discussion