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 the 'Get Session Recordings' operation. It allows users to retrieve session recording data for a specified site, using a wide range of query parameters to filter and customize the data returned. This node is useful for analyzing user sessions and behavior on websites, helping in user experience optimization and troubleshooting.

Use Case Examples

  1. Retrieve all session recordings for a specific site to analyze user interactions.
  2. Filter session recordings by device type or date range to focus on particular user segments.
  3. Use session recording data to identify usability issues or track user engagement.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the session recordings data retrieved from Matomo API. Includes filters like device type, date, limit, segment, and many others to tailor the API request.

Output

JSON

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

Dependencies

  • Matomo API authentication token and domain URL

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the query parameters used are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity and Matomo server availability if API requests fail.
  • Handle cases where the API returns no content (204 status) gracefully in the workflow.

Links

Discussion