Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the 'Visits Summary' resource and 'Get Users' operation, it fetches user-related metrics for a specified site and period. This node is useful for retrieving detailed user data from Matomo, enabling analytics workflows such as user behavior analysis, reporting, and monitoring site visits.

Use Case Examples

  1. Retrieve a list of users for a specific website to analyze user engagement.
  2. Fetch user metrics for a given date range to generate reports on site traffic and user activity.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the API request, such as site ID, date range, segment filters, and other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing user data and metrics

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API to prevent request failures.
  • Check network connectivity and Matomo server availability if API requests fail or time out.
  • If the API returns an error, review the error message for details on missing or invalid parameters and adjust accordingly.

Links

Discussion