Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to A/B testing, specifically the 'Get Available Success Metrics' operation under the 'AB Testing' resource. It allows users to retrieve the success metrics that can be used in A/B experiments, which helps in measuring the effectiveness of different variations in experiments. This is useful for marketers and analysts who want to evaluate the performance of their A/B tests using predefined success metrics.

Use Case Examples

  1. Retrieve available success metrics to decide which metrics to use for evaluating an A/B test experiment.
  2. Fetch success metrics to integrate with other analytics workflows for comprehensive experiment analysis.

Properties

Name Meaning
Query Parameters Optional parameters to filter or specify details for the API request, such as filtering by abandoned carts, access level, account ID, and many other possible parameters as defined in the extensive list.

Output

JSON

  • json - The JSON response from the Matomo API containing the available success metrics for A/B testing.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly provided; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid for the selected operation.
  • Check network connectivity and Matomo API availability if requests fail.
  • If the API returns an error, review the error message for details and adjust parameters accordingly.

Links

Discussion