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 operation to get a recorded session. It allows users to query detailed session recording data from Matomo, which is useful for analyzing user interactions on websites through session playback and heatmaps. Practical applications include retrieving session recordings for user behavior analysis, troubleshooting user experience issues, and optimizing website design based on real user interactions.

Use Case Examples

  1. Retrieve a specific recorded session by its ID to analyze user behavior on a particular page.
  2. Fetch recorded sessions for a site to monitor user interactions and identify usability issues.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the details of the recorded session request, such as session ID, site ID, date, device type, and other Matomo API query options.

Output

JSON

  • json - The JSON response from the Matomo API containing the recorded session data or related information.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API specifications to avoid request failures.
  • Check network connectivity and Matomo server availability if API requests fail or time out.
  • If the API returns unexpected data or errors, confirm that the requested recorded session ID exists and that the user has permission to access it.

Links

Discussion