Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to AB Testing, specifically the 'Get All Experiments' operation in this context. It allows users to retrieve a list of all A/B test experiments for a specified site, using query parameters to filter or customize the request. This is useful for marketers and analysts who want to monitor and analyze all experiments running on their websites to optimize user experience and conversion rates.

Use Case Examples

  1. Retrieve all A/B test experiments for a specific website to analyze their performance.
  2. Fetch a list of all experiments with specific filters such as status or date range to generate reports.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request for fetching experiments, such as site ID, status, limit, offset, and other experiment-related filters.

Output

JSON

  • 0 - Array of experiment objects returned by the Matomo API, each representing an A/B test experiment with its details.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid according to the Matomo API documentation to prevent request failures.
  • Check network connectivity and Matomo server availability if API requests fail or time out.

Links

Discussion