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 including the 'Get Funnel Step Subtable' operation. It allows users to retrieve detailed data for a specific funnel step within a funnel for a given site and period. This is useful for analyzing user behavior through funnel steps, identifying drop-offs, and optimizing conversion paths.

Use Case Examples

  1. Retrieve detailed subtable data for a specific step in a funnel to analyze user drop-off points.
  2. Fetch funnel step metrics to understand user progression through a sales or conversion funnel.

Properties

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

Output

JSON

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

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 'idFunnel' and 'stepPosition' query parameters are correctly set to retrieve the desired funnel step subtable data.
  • Check the API method name constructed in the URL matches the Matomo API documentation for funnel step subtables.
  • Handle cases where the API returns no content (204 status) gracefully in the workflow.

Links

Discussion