Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the Heatmap Session Recording resource, specifically including the ability to resume a paused session recording. It is useful for users who want to programmatically manage and analyze session recordings and heatmaps in Matomo, such as resuming session recordings to continue tracking user interactions on a website.

Use Case Examples

  1. Resuming a paused session recording to continue capturing user interactions for analysis.
  2. Managing heatmap and session recording data by resuming recordings as part of a workflow automation.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to customize the API request, such as filters and settings relevant to the Heatmap Session Recording resource.
Request Body A JSON object representing the request body to send with POST or PUT operations, allowing detailed configuration or data submission to the Matomo API.

Output

JSON

  • json - The JSON response from the Matomo API call, containing data or confirmation related to the requested operation, such as resuming a session recording.

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 an error.
  • Verify that the selected resource and operation are supported by the Matomo API and correctly specified in the node parameters.
  • Check the format and content of query parameters and request body JSON to avoid malformed requests.
  • If the API returns an error, review the error message and stack trace provided by the node for debugging.

Links

  • Matomo API Reference - Official documentation for the Matomo API, detailing available resources and operations.

Discussion