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 Flow Table' operation. It allows users to retrieve detailed table views of funnel flow data for a specified site and period, which is useful for analyzing user behavior through funnels in web analytics. Practical applications include tracking conversion funnels, understanding user drop-off points, and optimizing marketing or sales funnels.

Use Case Examples

  1. Retrieve a detailed funnel flow table for a specific website to analyze user progression through a sales funnel.
  2. Fetch funnel flow data to identify steps where users exit the funnel, helping to improve user experience and conversion rates.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by funnel ID, date, site ID, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the funnel flow table data.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.

Links

Discussion