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 supporting the 'Set Goal Funnel' operation. It allows users to configure and set up goal funnels by sending appropriate API requests to Matomo, enabling tracking and analysis of goal funnels within Matomo analytics. This is useful for users who want to automate funnel goal management in Matomo, such as setting up new goal funnels with specific steps for their websites.

Use Case Examples

  1. Setting up a new goal funnel in Matomo by specifying funnel steps and activation status.
  2. Automating the configuration of goal funnels for conversion tracking in Matomo analytics.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as funnel name, steps, activation status, and other relevant settings for the funnel.
Request Body JSON object containing the detailed configuration for the goal funnel to be set, including steps and other funnel-specific data.

Output

JSON

  • json - The JSON response from the Matomo API call, containing the result of the Set Goal Funnel operation or any relevant data returned by the API.

Dependencies

  • Matomo API with authentication token and domain URL

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured and provided, as missing credentials will cause errors.
  • Verify that the 'resource' parameter is set to 'Funnel' and the 'operation' parameter is set to 'Set Goal Funnel' to match the intended API call.
  • Check the format and content of the 'Request Body' JSON to ensure it matches the expected structure required by the Matomo API for setting goal funnels.
  • If the API returns an error, review the error message and stack trace provided by the node for debugging.

Discussion