Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Sites Manager' resource, specifically the 'Get Sites Groups' operation among many others. It allows users to query and manage site groups within Matomo, enabling retrieval of site group lists and other site-related data. This node is useful for automating analytics workflows, managing site configurations, and extracting site group information programmatically from Matomo.

Use Case Examples

  1. Retrieve a list of all site groups in Matomo to analyze site categorization.
  2. Fetch site groups to automate reporting or integrate with other systems.
  3. Manage site groups by querying their details and using the data in workflows.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to filter or specify details for the API request, such as access level, group name, limit, offset, and other site-related filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested site groups data or other site-related information.

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 errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API method being called.
  • Check the API method name matches the operation selected; incorrect method names will result in API errors.
  • If the API response is empty or unexpected, confirm that the Matomo instance is accessible and the user has sufficient permissions.

Links

Discussion