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 the 'Has Any Activated Funnel For Site' operation. It checks if there are any activated funnels for a specified site, which is useful for monitoring funnel activation status in web analytics. This can help users quickly determine if any funnels are currently active on their site, aiding in conversion tracking and optimization efforts.

Use Case Examples

  1. Check if any funnels are activated for a specific website to monitor conversion tracking setup.
  2. Use in automated workflows to trigger actions based on funnel activation status.

Properties

Name Meaning
Query Parameters Parameters to customize the API request, such as filtering by site ID or other funnel-related criteria.

Output

JSON

  • response - The JSON response from the Matomo API indicating whether any funnels are activated for the specified site.

Dependencies

  • Requires Matomo API credentials including domain and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the 'idSite' or relevant site identifier is correctly provided in query parameters to get accurate results.
  • Check network connectivity and Matomo API availability if requests fail.
  • If the API returns unexpected data, confirm that the requested operation and resource are supported by the Matomo instance version.

Links

Discussion