Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple Matomo resources. Specifically for the 'Roll Up Reporting' resource with the 'Update Roll Up' operation, it updates an existing roll up configuration for a site. The node constructs the appropriate API request URL and method based on the selected resource and operation, sends the request with optional query parameters and request body, and returns the API response. This node is useful for automating and managing Matomo analytics configurations and data reporting workflows.

Use Case Examples

  1. Updating a roll up configuration for a website to aggregate analytics data across multiple sites.
  2. Automating the management of roll up reporting settings in Matomo for better data consolidation.

Properties

Name Meaning
Query Parameters Optional query parameters to customize the API request for the roll up update operation.
Request Body JSON object containing the data to update the roll up configuration.

Output

JSON

  • json - The JSON response from the Matomo API representing the result of the update roll up operation.

Dependencies

  • Matomo API authentication token and domain URL

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured and valid.
  • Verify that the query parameters and request body JSON are correctly formatted and contain valid data for the update roll up operation.
  • Check network connectivity and Matomo server availability to avoid request failures.
  • If the API returns an error, review the error message for details on missing or invalid parameters.

Links

Discussion