Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations. Specifically, for the 'AB Testing' resource and 'Get Metrics Overview' operation, it retrieves an overview of metrics related to A/B testing experiments. This is useful for analyzing the performance and results of A/B tests on websites, helping marketers and analysts understand user behavior and experiment outcomes.

Use Case Examples

  1. Retrieve metrics overview for an A/B test experiment to evaluate conversion rates and user engagement.
  2. Fetch detailed statistics on active A/B testing experiments to monitor ongoing campaigns.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by site ID, date, metric types, and other relevant options for the A/B testing metrics overview.

Output

JSON

  • json - The JSON response from the Matomo API containing the metrics overview data for A/B testing experiments.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing these will cause authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to avoid API errors.
  • Check network connectivity to the Matomo server to prevent request failures.

Links

Discussion