Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to website analytics and management. Specifically, for the 'Sites Manager' resource and 'Get Currency Symbols' operation, it retrieves the symbols for currencies available in Matomo. This node is useful for users who want to programmatically access Matomo data such as site information, currency symbols, and other analytics metrics. For example, it can be used to fetch currency symbols to display in reports or dashboards that integrate Matomo analytics.

Use Case Examples

  1. Fetching currency symbols for use in financial reports or dashboards.
  2. Retrieving site-related data to automate website analytics workflows.

Properties

Name Meaning
Query Parameters Optional query parameters to filter or specify the API request details, such as site ID or other filters.

Output

JSON

  • currencySymbols - The list or object containing currency symbols retrieved from Matomo.

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 errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API method being called.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details on invalid parameters or permissions issues.

Links

Discussion