Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Funnel' resource, specifically the 'Get Funnel Entries' operation among others. It allows users to query detailed funnel data such as entries for specific funnel steps, exits, flow, and metrics for a given site and period. This is useful for analyzing user behavior through funnels, optimizing conversion paths, and understanding drop-off points in web analytics.

Use Case Examples

  1. Retrieve entries for a specific funnel step to analyze user progression through a sales funnel.
  2. Fetch all activated funnels for a site to monitor active conversion paths.
  3. Get detailed funnel flow data to visualize user movement through funnel steps.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing funnel entries data or other funnel-related information depending on the operation.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API for the funnel operations.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details on invalid parameters or permissions issues.

Links

Discussion