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 All Activated Funnels For Site' operation. It allows users to retrieve all activated funnels for a specified site, which is useful for analyzing user conversion paths and optimizing website funnels. This can help marketers and analysts understand how users progress through different steps on a website and identify drop-off points.

Use Case Examples

  1. Retrieve all activated funnels for a specific website to analyze user behavior and conversion rates.
  2. Use the node to fetch funnel data for multiple sites to compare performance across different domains.

Properties

Name Meaning
Query Parameters Optional parameters to filter or customize the API request, such as site ID, date range, and other funnel-related filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of activated funnels for the specified site.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause authentication errors.
  • Verify that the 'idSite' parameter is correctly set to the target website's ID to avoid empty or incorrect results.
  • Check the API method name constructed in the URL matches the operation; incorrect method names will result in API errors.

Links

Discussion