Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations. Specifically, for the Funnel resource and the Get Funnel Flow operation, it retrieves funnel flow data for a specified funnel and goal within a site and period. This is useful for analyzing user progression through funnel steps, identifying drop-offs, and optimizing conversion paths.

Use Case Examples

  1. Retrieve funnel flow data to analyze user behavior through a sales funnel.
  2. Fetch detailed funnel flow for a specific goal to understand conversion rates and user drop-off points.

Properties

Name Meaning
Query Parameters Parameters to customize the API request for funnel flow data, such as funnel ID, goal ID, site ID, period, and date. These parameters allow filtering and specifying the exact funnel flow data to retrieve.

Output

JSON

  • json - The JSON response from the Matomo API containing funnel flow data, including user progression through funnel steps, entries, exits, and related metrics.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the funnel ID and other query parameters are valid and correspond to existing funnels in Matomo.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API response is empty or unexpected, confirm that the requested funnel and goal exist and have data for the specified period.

Links

Discussion