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 'Resume Heatmap' operation. It allows users to resume a paused heatmap for a site by sending appropriate API requests to Matomo. This node is useful for managing heatmap session recordings, enabling users to control and analyze user interactions on their websites through Matomo's analytics platform.

Use Case Examples

  1. Resuming a paused heatmap session recording for a specific site to continue tracking user interactions.
  2. Managing heatmap session recordings by resuming heatmaps after a pause to gather more data.

Properties

Name Meaning
Query Parameters Collection of query parameters to customize the API request, such as filtering or specifying details for the heatmap session recording.
Request Body JSON object representing the request body for POST, PUT, PATCH operations to send data to the Matomo API.

Output

JSON

  • response - The JSON response from the Matomo API call, containing data or status information related to the requested operation.

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 to avoid authentication errors.
  • Verify that the selected resource and operation are supported by the Matomo API and that the query parameters are valid to prevent API request failures.
  • Check the request body JSON format for POST, PUT, or PATCH operations to avoid malformed request errors.
  • Common error messages include authentication failures, invalid method names, or missing required parameters. Review the error message and stack trace for guidance on fixing the issue.

Discussion