Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve core web metrics related to website visits and user interactions. It is designed to fetch various analytics data such as visits, unique visitors, bounce counts, and other key performance indicators from Matomo's Visits Summary module. This node is useful for digital marketers, web analysts, and developers who want to automate the extraction of web analytics data for reporting, monitoring, or further processing within workflows.

Use Case Examples

  1. Fetch total visits and unique visitors for a website over a specified period.
  2. Retrieve bounce count and average visit duration metrics to analyze user engagement.
  3. Get detailed user visit data filtered by device type or geographic location.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by date, site ID, segment, device type, and other Matomo-specific options.

Output

JSON

  • 0 - The JSON response from the Matomo API containing the requested core web metrics data.

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; missing these will cause authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to prevent connection timeouts or errors.
  • If the API returns an empty response or '204 No Content', confirm that the requested data exists for the specified parameters.

Links

Discussion