Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Transition' resource, specifically supporting the 'Get Translations' operation among others. It allows users to query translation strings for the transitions module in Matomo, which can be useful for internationalizing and localizing analytics data. The node is beneficial for users who want to automate fetching translation data from Matomo for reporting or integration purposes.

Use Case Examples

  1. Fetching translation strings for the transitions module in Matomo to display analytics data in different languages.
  2. Automating the retrieval of translation data to update a multilingual dashboard or report.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by language code or other translation-related options.

Output

JSON

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

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 to avoid authentication errors.
  • Verify that the 'resource' is set to 'Transition' and the 'operation' is set to 'Get Translations' to match the intended API call.
  • Check the query parameters for correctness and supported values to prevent API request failures.
  • If the API response is empty or returns a 204 status, verify that the requested translations exist for the specified language or parameters.

Links

Discussion