Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations. Specifically, for the Funnel resource and Get Metrics operation, it retrieves metrics related to a specific funnel and goal for a given site and period. This is useful for analyzing user conversion funnels, understanding drop-off points, and optimizing the conversion process in web analytics.

Use Case Examples

  1. Retrieve funnel metrics to analyze conversion rates and user behavior in a sales funnel.
  2. Fetch goal-specific funnel metrics to evaluate the performance of marketing campaigns.

Properties

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

Output

JSON

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

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 an error.
  • Verify that the funnel ID and other query parameters are valid and correspond to existing funnels in Matomo.
  • Check network connectivity and Matomo API availability if requests fail.
  • Handle cases where the API returns no content (204 status) gracefully.

Links

Discussion