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 Active Experiments' operation in this context. It allows users to retrieve a list of active A/B test experiments for a specified site, enabling analysis and management of ongoing experiments. This is useful for marketers and analysts who want to monitor active experiments and their performance metrics within Matomo.

Use Case Examples

  1. Retrieve all active A/B test experiments for a website to analyze ongoing test performance.
  2. Fetch active experiments filtered by specific query parameters such as site ID or status to focus on relevant data.

Properties

Name Meaning
Query Parameters Optional parameters to filter or modify the API request for active experiments, such as site ID, status, or other experiment attributes.

Output

JSON

  • ``
    • idExperiment - The unique identifier of the active experiment.
    • name - The name of the active experiment.
    • status - The current status of the experiment (e.g., active).
    • startDate - The start date of the experiment.
    • endDate - The end date of the experiment, if applicable.
    • variations - Details about the variations included in the experiment.
    • successMetrics - Metrics used to measure the success of the experiment.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly provided in the credentials; missing these will cause errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check network connectivity and Matomo server availability if API requests fail or time out.
  • If the API returns unexpected data or errors, confirm that the Matomo instance supports the AB Testing module and the requested operation.

Links

Discussion