Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Crash' resource and 'Get Crash Types' operation, it fetches the types of crashes recorded for a given site. This node is useful for users who want to retrieve detailed crash analytics data from Matomo, such as crash types, messages, groups, and summaries, enabling better monitoring and analysis of application or website crashes.

Use Case Examples

  1. Retrieve all crash types for a specific website to analyze common crash categories.
  2. Fetch crash messages and summaries to diagnose issues causing application failures.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the data returned by the API, such as site ID, date range, limit, and other filters relevant to the crash analytics.

Output

JSON

  • json - The JSON response from the Matomo API containing crash types data

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials.
  • Verify that the selected resource and operation are supported and correctly spelled.
  • Check the query parameters for correctness and compatibility with the Matomo API method.
  • Handle HTTP errors or API response errors gracefully by reviewing error messages returned by the node.
  • If the API returns no content, verify the input parameters and the availability of data for the specified site and period.

Links

Discussion