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 Available Pattern Matches' operation among others. It allows users to query Matomo's analytics data by specifying the resource and operation, along with optional query parameters and request body data. The node constructs the appropriate API request URL based on the selected resource and operation, sends the HTTP request with authentication, and returns the API response data. This is useful for automating data retrieval from Matomo for analytics, reporting, and monitoring funnel patterns and other metrics.

Use Case Examples

  1. Retrieve available pattern matches for funnels to analyze user behavior patterns in a website funnel.
  2. Fetch detailed funnel data for a specific funnel to understand user drop-off points.
  3. Get all activated funnels for a site to monitor active user conversion paths.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as available pattern matches for funnels.

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 selected resource and operation are supported by the Matomo API and correctly spelled.
  • Check the query parameters for correctness and compatibility with the Matomo API method being called.
  • If the API response is empty or unexpected, verify the Matomo server status and API endpoint accessibility.

Links

Discussion