Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to AB Testing, specifically including the 'Get Metric Details' operation. It allows users to retrieve detailed metric information for A/B testing experiments, which is useful for analyzing the performance and effectiveness of different variations in experiments. This node is beneficial for marketers, analysts, and developers who want to automate the retrieval of A/B testing metrics from Matomo for reporting or further processing.

Use Case Examples

  1. Retrieve detailed metrics for a specific A/B test experiment to analyze conversion rates.
  2. Fetch metric details to compare the performance of different variations in an A/B test.
  3. Automate the extraction of A/B testing data for integration with other analytics or reporting tools.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filtering by experiment ID, metric IDs, date ranges, and other relevant filters for the metric details.

Output

JSON

  • json - The JSON response from the Matomo API containing detailed metric information for the specified A/B test.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.
  • If the API returns an error, review the error message for details on invalid parameters or permissions issues.

Links

Discussion