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 including the 'Test Url Matches Steps' operation. It allows users to test if a given URL matches the defined steps in a funnel, which is useful for analyzing user navigation and conversion paths within a website funnel. This can help in optimizing funnels by verifying URL patterns against funnel steps.

Use Case Examples

  1. Testing if a specific URL matches the steps defined in a sales funnel to understand user drop-off points.
  2. Validating funnel step definitions by checking URL matches before deploying funnel tracking.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to customize the API request, such as funnel name, steps, and other filters relevant to the funnel analysis.
Request Body A JSON object representing the request body for POST operations, used to send detailed data such as funnel steps or URL to test.

Output

JSON

  • response - The JSON response from the Matomo API indicating whether the URL matches the funnel steps and related data.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured in the node credentials; missing these will cause errors.
  • Verify that the 'resource' is set to 'Funnel' and the 'operation' is set to 'Test Url Matches Steps' to use this functionality.
  • Check that the query parameters and request body are correctly formatted as per Matomo API requirements to avoid request failures.
  • If the API returns unexpected results, confirm that the funnel steps and URL patterns are correctly defined in Matomo.

Links

Discussion