Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations on different resources such as funnels, goals, actions, and more. Specifically, for the Funnel resource and Delete Goal Funnel operation, it deletes a goal-specific funnel for a site. This node is useful for automating analytics management tasks in Matomo, such as managing funnels, goals, and other analytics data programmatically.

Use Case Examples

  1. Deleting a specific goal funnel from a Matomo site to clean up or update funnel configurations.
  2. Automating the removal of outdated or incorrect goal funnels as part of a data maintenance workflow.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as filtering or specifying IDs relevant to the funnel deletion.

Output

JSON

  • Status Code - Indicates the HTTP status code or response status from the Matomo API after attempting to delete the goal funnel.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause the node to throw an error.
  • Verify that the 'idFunnel' or relevant funnel identifier is correctly provided in the query parameters to target the correct funnel for deletion.
  • Check the API permissions of the provided token to ensure it has rights to delete funnels.
  • If the API returns a 204 No Content status, it means the deletion was successful but no content is returned.

Links

Discussion