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 Currency List' operation among many others. It allows users to query Matomo for data such as currency lists, site details, and other analytics-related information by specifying the resource and operation along with optional query parameters. This node is useful for automating data retrieval from Matomo for analytics, reporting, and site management purposes.

Use Case Examples

  1. Retrieve the list of currencies available in Matomo for use in financial reports or currency settings.
  2. Fetch site details or settings from Matomo to synchronize with other systems.
  3. Query various analytics data such as visits, actions, or user information by selecting appropriate resources and operations.

Properties

Name Meaning
Query Parameters Optional parameters to filter or specify details for the API request, such as site ID, date range, or other filters relevant to the selected operation.

Output

JSON

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

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the selected resource and operation are supported by your Matomo instance and that the API endpoint is accessible.
  • Check the query parameters for correctness and completeness as invalid or missing parameters may cause the API call to fail.
  • Common error messages include missing domain or auth token, unknown resource or operation, and HTTP request failures. Resolving these involves verifying credentials, API method names, and network connectivity.

Links

Discussion