Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations across multiple Matomo resources such as AB Testing, Actions, Activity Log, Advertising Conversion Export, Annotations, API, and many others. It is designed to facilitate fetching analytics data, managing configurations, and interacting with Matomo's extensive API endpoints. For example, users can retrieve report pages metadata, manage experiments, get user flow data, or update custom reports.

Use Case Examples

  1. Fetching report pages metadata for a specific site to analyze available reports.
  2. Adding a new A/B testing experiment to optimize website performance.
  3. Retrieving user flow data to understand visitor navigation patterns.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the API request details, such as site ID, date, period, segment, and many other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data or operation result.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause an error.
  • Verify that the selected resource and operation are supported and correctly spelled to avoid unknown resource errors.
  • Check the query parameters for correctness and completeness as invalid parameters may cause API errors.
  • If the API response is empty or unexpected, verify the Matomo server status and API endpoint availability.

Links

Discussion