Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the 'Roll Up Reporting' resource, specifically the 'Get Roll Ups' operation. It allows users to retrieve a list of all roll-up configurations for a specified site. This is useful for aggregating and summarizing analytics data across multiple sites or segments, enabling comprehensive reporting and analysis.

Use Case Examples

  1. Retrieve all roll-up configurations for a specific website to analyze aggregated metrics across multiple sites.
  2. Use roll-up reporting to consolidate data from several websites into a single report for executive summaries.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request for roll-up reporting, such as filtering by site ID, date range, or other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of roll-up configurations for the specified site.

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 an error.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API documentation to avoid request failures.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.

Links

Discussion