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 'Delete Non Goal Funnel' operation. It allows users to delete a non-goal funnel for a specified site by sending an appropriate API request to Matomo. This node is useful for managing funnel data in Matomo analytics, such as cleaning up or removing funnels that are not associated with specific goals.

Use Case Examples

  1. Deleting a non-goal funnel to clean up unused funnels in Matomo analytics.
  2. Automating funnel management by deleting specific non-goal funnels based on criteria.

Properties

Name Meaning
Query Parameters Collection of query parameters to customize the API request, including various filters and options relevant to the funnel deletion operation.

Output

JSON

  • Status Code - HTTP status code or response status indicating the result of the delete operation
  • json - Parsed JSON response from the Matomo API if available
  • text - Raw text response from the Matomo API if JSON parsing fails

Dependencies

  • Matomo API credentials (domain and auth token) are required for authentication.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the 'idFunnel' or relevant funnel identifier is provided in the query parameters to specify which non-goal funnel to delete.
  • Check the API endpoint URL and method; incorrect operation or resource names will result in an unknown resource error.
  • Handle HTTP errors or API response errors by reviewing the error message and stack trace provided in the node error output.

Links

Discussion