Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the Heatmap Session Recording resource, specifically including the operation to get available device types. It allows users to query Matomo's analytics data by specifying the resource and operation, along with optional query parameters and request body data. This node is useful for retrieving detailed analytics and session recording data from Matomo, such as device types used in heatmaps and session recordings, enabling enhanced user behavior analysis and reporting.

Use Case Examples

  1. Retrieve the list of available device types for heatmap and session recordings to understand which devices users are interacting with.
  2. Fetch heatmap data filtered by device type to analyze user interactions on desktop, mobile, or tablet devices separately.

Properties

Name Meaning
Query Parameters Optional parameters to filter or modify the API request for the selected operation, such as deviceType to specify desktop, mobile, or tablet.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as available device types for heatmap and session recordings.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the selected resource and operation are supported by the Matomo API and that the query parameters are valid for the chosen operation.
  • Check network connectivity and Matomo server availability if HTTP request errors occur.
  • If the API response is empty or unexpected, confirm that the query parameters are correctly set and that the Matomo instance has data for the requested resource and operation.

Links

Discussion