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' operation. It allows users to retrieve detailed data for a specific funnel associated with a site, enabling analysis of user conversion paths and funnel performance. This is useful for marketers and analysts who want to understand how users progress through defined funnels on their websites, identify drop-off points, and optimize conversion rates.

Use Case Examples

  1. Retrieve detailed funnel data for a specific site to analyze user behavior through the funnel steps.
  2. Fetch funnel metrics to evaluate the effectiveness of marketing campaigns and user engagement.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as funnel ID, site ID, date range, and other filters relevant to the funnel data retrieval.

Output

JSON

  • json - The JSON response from the Matomo API containing detailed funnel data for the specified site and funnel.

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 an error.
  • Verify that the funnel ID and site ID provided in the query parameters are valid and exist in the Matomo instance.
  • Check network connectivity and Matomo server availability if API requests fail.
  • If the API response is empty or returns '204 No Content', verify that the funnel exists and contains data for the specified parameters.

Links

Discussion