Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Multi Site' resource, specifically the 'Get All With Groups' operation. It fetches key metrics for all websites in Matomo along with their group data. This is useful for users who want to retrieve comprehensive site analytics grouped by site categories or groups, enabling better organization and analysis of multiple websites' data.

Use Case Examples

  1. Retrieve all websites with their associated groups to analyze grouped site metrics.
  2. Fetch key metrics for all sites in a Matomo instance to monitor overall performance across different site groups.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request, such as site IDs, date ranges, or other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of all sites with their group data and key metrics.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly provided in the node credentials; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API specifications to avoid request failures.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.
  • If the API returns an error, review the error message for details and adjust the request parameters or permissions accordingly.

Links

Discussion