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 recorded heatmap metadata. 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 metadata about recorded heatmaps, which can help in analyzing user interactions on websites through heatmaps and session recordings.

Use Case Examples

  1. Retrieve metadata for recorded heatmaps to analyze user interaction patterns on a website.
  2. Fetch recorded heatmap data filtered by device type or date range to understand user behavior on different devices.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or modify the API request for recorded heatmap metadata, such as device type, date, site ID, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the recorded heatmap metadata and related data

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 query parameters are correctly formatted and valid according to Matomo API documentation to prevent request errors.
  • Check network connectivity and Matomo server availability if the API requests fail or time out.
  • If the API returns an error message, review the error details to adjust the request parameters or permissions accordingly.

Links

Discussion