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 Default Currency' operation among many others. It allows users to query Matomo for site-related data such as default currency, site settings, site URLs, and more. This node is useful for automating the retrieval and management of website analytics and configuration data from Matomo, enabling workflows that require site metadata or configuration details.

Use Case Examples

  1. Retrieve the default currency used across all sites managed in Matomo to standardize financial reporting.
  2. Fetch site settings and URLs for a specific site to audit or update configurations programmatically.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to filter or specify the API request details, such as site ID, date, period, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing requested data such as default currency or other site-related information.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to prevent API request failures.
  • Check network connectivity and Matomo server availability if requests time out or fail to connect.
  • Review the Matomo API documentation for the specific resource and operation to understand required parameters and expected responses.

Links

Discussion