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 'Is Language Available' operation. It checks if a specified language is available in Matomo. This node is useful for workflows that need to verify language support before proceeding with localization or internationalization tasks.

Use Case Examples

  1. Check if the language 'en' (English) is available in Matomo before sending localized reports.
  2. Verify language availability to dynamically adjust user interface language settings in an automation workflow.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as language code and other filters.

Output

JSON

  • response - The JSON response from the Matomo API indicating if the specified language is available.

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 'language' query parameter is correctly set to a valid language code (e.g., 'en', 'fr').
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details and ensure the requested operation and resource are supported by the Matomo API version in use.

Links

Discussion