Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the 'Funnel' resource, specifically the 'Get Funnel Exits' operation among others. It allows users to retrieve data about funnel exits, which are points where users leave a funnel step in a website or application analytics context. This is useful for analyzing user behavior and optimizing conversion funnels. The node supports a wide range of query parameters to customize the API request, enabling detailed and specific data retrieval.

Use Case Examples

  1. Retrieve funnel exit data for a specific funnel and time period to analyze where users drop off in the conversion process.
  2. Fetch all activated funnels for a site to monitor their performance.
  3. Get detailed data for a specific funnel step to understand user behavior at that stage.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request for funnel data, such as funnel ID, step position, date, period, and other filters.

Output

JSON

  • json - The JSON response from the Matomo API containing funnel exit data or other requested funnel information

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL 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 funnel operation to prevent API request failures.
  • Check network connectivity and Matomo server availability if the node fails to receive a response.
  • Review error messages returned by the Matomo API for specific issues such as permission errors or invalid parameters and adjust the node configuration accordingly.

Links

Discussion