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 'Get Available Statuses' operation. It allows users to query the Matomo analytics platform for data about heatmap and session recording statuses, among many other functionalities across different Matomo modules. This node is useful for automating data retrieval and management tasks in Matomo, such as fetching available statuses for heatmap session recordings, which can help in monitoring and analyzing user interactions on websites.

Use Case Examples

  1. Retrieve the list of available statuses for heatmap session recordings to understand the current state of heatmap data collection.
  2. Fetch heatmap session recording data filtered by specific query parameters to analyze user behavior on different device types or heatmap types.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the API request details for the operation. These parameters allow fine-tuning of the data retrieved from Matomo, such as filtering by device type, heatmap type, status, date, and many other options.

Output

JSON

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

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 the node to throw an error.
  • Verify that the selected resource and operation are supported and correctly spelled; unsupported combinations will result in an error.
  • Check the query parameters for correctness and compatibility with the Matomo API to avoid request failures.
  • If the API response is empty or unexpected, verify the Matomo server status and API endpoint availability.

Links

Discussion