Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to user flow analytics, specifically the 'Get Interaction Actions' operation under the 'Users Flow' resource. It allows users to query detailed user interaction data for a specific action within Matomo, enabling analysis of user behavior and flow through a website or application. This is useful for understanding how users interact with different elements and steps in a user journey, which can help optimize user experience and conversion rates.

Use Case Examples

  1. Retrieve interaction actions for a specific user flow to analyze user engagement on a website.
  2. Fetch detailed user interaction data to identify drop-off points in a conversion funnel.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the API request for interaction actions, such as date, limit, segment, device type, and more.

Output

JSON

  • json - The JSON response from the Matomo API containing the interaction actions data

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to prevent API request failures.
  • Check the Matomo API documentation for the correct method names and required parameters for the 'Get Interaction Actions' operation.
  • If the API response is empty or returns a 204 status, verify that the requested data exists for the specified parameters.

Links

Discussion