Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Languages Manager' resource, specifically the 'Get Available Languages Info' operation. It allows users to retrieve detailed information about the available languages in Matomo, which can be useful for localization, internationalization, and managing language settings within Matomo analytics.

Use Case Examples

  1. A user wants to fetch detailed metadata about all languages supported by their Matomo instance to display language options in a custom dashboard.
  2. A user needs to verify which languages are available in Matomo before setting user language preferences programmatically.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or modify the API request for available languages info, such as language code or other filters.

Output

JSON

  • json - The JSON response from the Matomo API containing information about available languages.

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.
  • If the API response is empty or malformed, verify that the query parameters are correctly set and that the Matomo instance supports the requested operation.
  • Network issues or incorrect API endpoint URLs can cause request failures; check connectivity and endpoint correctness.

Links

Discussion