Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations across multiple Matomo resources. Specifically for the Overlay resource with the Get Translations operation, it fetches translation strings for a specific site from the Matomo Overlay module. This is useful for internationalizing and localizing analytics data and UI elements in Matomo.

Use Case Examples

  1. Fetch translation strings for a given site to display analytics in the user's preferred language.
  2. Retrieve overlay translations to customize the user interface of Matomo analytics reports.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the API request details, such as language code or site ID.

Output

JSON

  • json - The JSON response from the Matomo API containing translation strings for the Overlay module.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid for the Overlay.getTranslations API method.
  • Check network connectivity and Matomo server availability if requests fail.
  • If the API returns an error, inspect the error message for details on invalid parameters or permissions.

Links

Discussion