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 the 'Get Available Heatmap Types' operation. It allows users to retrieve the types of heatmaps available for session recordings, which can be useful for analyzing user interactions on websites through heatmaps such as click, move, and scroll heatmaps. This node is beneficial for digital marketers, UX designers, and analysts who want to gain insights into user behavior on their websites by leveraging Matomo's heatmap and session recording capabilities.

Use Case Examples

  1. Retrieve available heatmap types to understand what heatmap data can be collected for session recordings.
  2. Use the node to fetch heatmap types before creating or managing heatmaps in Matomo.
  3. Integrate with Matomo to automate the retrieval of heatmap types for reporting or dashboard purposes.

Properties

Name Meaning
Query Parameters Optional query parameters to filter or modify the API request for available heatmap types. These parameters can include various filters and options supported by the Matomo API for this endpoint.

Output

JSON

  • `` - Array of available heatmap types returned by the Matomo API

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing credentials will cause an error.
  • Verify that the selected resource is 'Heatmap Session Recording' and the operation is 'Get Available Heatmap Types' to avoid unsupported operation errors.
  • Check network connectivity and Matomo API availability if HTTP requests fail.
  • If the API response is empty or unexpected, verify the query parameters and Matomo API version compatibility.

Links

Discussion