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 Experiments With Reports' operation. It allows users to retrieve experiments along with their associated report data for a specified site. This is useful for analyzing A/B test results and metrics within Matomo, enabling data-driven decisions to optimize website performance and user experience.

Use Case Examples

  1. Retrieve a list of all A/B test experiments with their detailed reports for a specific website to analyze experiment performance.
  2. Fetch experiments filtered by specific criteria such as status or success metrics to monitor ongoing A/B tests.
  3. Use the node to integrate Matomo A/B testing data into automated workflows for reporting or further analysis.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request, such as experiment IDs, date ranges, status filters, and other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing experiment data and reports.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure 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 for the selected operation to prevent API request failures.
  • Check network connectivity and Matomo server availability if requests time out or fail to connect.
  • If the API returns an error, review the error message for details on missing or invalid parameters and adjust the input accordingly.

Links

Discussion