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 ability to delete a recorded pageview. It is useful for users who want to manage heatmap and session recording data programmatically, such as deleting specific recorded pageviews from a Matomo site. The node supports a wide range of query parameters to customize the API request.

Use Case Examples

  1. Deleting a recorded pageview for a specific site by providing the necessary query parameters such as site ID and recorded pageview ID.
  2. Managing heatmap session recordings by adding, updating, or deleting heatmaps and session recordings.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as site ID, recorded pageview ID, and other filters or settings.

Output

JSON

  • response - Response data from the Matomo API call

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials.
  • Verify that the query parameters provided are valid and supported by the Matomo API for the Delete Recorded Pageview operation.
  • Check network connectivity and API endpoint accessibility to avoid request failures.
  • If the API returns an error, review the error message for details and adjust the request accordingly.

Links

Discussion