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 modules. Specifically, for the 'API' resource and 'Get Glossary Reports' operation, it fetches glossary reports available for a specified site. The node supports a wide range of query parameters to customize the API request, enabling detailed analytics and reporting. It is useful for users who want to automate data retrieval from Matomo for analytics, reporting, or integration purposes.

Use Case Examples

  1. Fetching glossary reports for a specific website to analyze available report types and metrics.
  2. Automating the retrieval of glossary reports to integrate Matomo analytics data into external dashboards or systems.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by site ID, date, period, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the glossary reports data.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause an error.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.

Links

Discussion