Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve crash analytics data, specifically supporting the operation to get crashes for a given page title. It allows users to specify various query parameters to filter and customize the crash data retrieved from Matomo. This node is useful for analyzing crash occurrences related to specific page titles on a website, helping in identifying and troubleshooting issues affecting user experience.

Use Case Examples

  1. Retrieve all crashes associated with a specific page title to analyze stability issues on that page.
  2. Filter crashes by date range and device type to understand crash patterns for mobile users on a particular page title.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the crash data request, such as pageTitle, date, limit, and other Matomo API query options.

Output

JSON

  • json - The JSON response from the Matomo API containing crash data filtered by the specified page title and query parameters.

Dependencies

  • Matomo API credentials including domain URL and authentication token

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API response is empty or unexpected, confirm that the specified page title exists and has associated crash data in Matomo.

Links

Discussion