Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to website analytics and management. Specifically, for the 'Goal' resource and 'Get Days To Conversion' operation, it retrieves the number of days it takes for users to convert based on a specified goal. This is useful for analyzing user behavior and conversion timelines on websites. Practical applications include tracking how long it takes visitors to complete a purchase or sign-up after their first visit.

Use Case Examples

  1. A marketing analyst uses this node to fetch the average days to conversion for a specific goal to optimize campaign timing.
  2. A website owner tracks the conversion delay to improve user experience and reduce drop-off rates.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify the API request, such as site ID, date range, segment filters, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the days to conversion data for the specified goal and parameters.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the 'idGoal' and other required query parameters are correctly set to get valid days to conversion data.
  • Check the network connectivity and Matomo server availability if the API request fails or times out.
  • If the API returns an error, review the error message for details on missing or invalid parameters and adjust the input accordingly.

Links

Discussion