Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Action' resource and 'Get Downloads' operation, it fetches a list of downloaded files along with their associated metrics from a Matomo instance. This is useful for analyzing download activity on a website, such as tracking which files are most frequently downloaded and understanding user engagement with downloadable content.

Use Case Examples

  1. A marketing analyst wants to retrieve download metrics for files on their website to understand user interest in different resources.
  2. A website administrator needs to monitor download activity to ensure popular files are up-to-date and accessible.
  3. A data analyst integrates Matomo download data into a dashboard to visualize download trends over time.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request, such as date range, site ID, limit, and other Matomo-specific filters relevant to the downloads data.

Output

JSON

  • json - Array of objects representing downloaded files and their metrics as returned by the Matomo API

Dependencies

  • Matomo API endpoint URL and an authentication token (API token)

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials; missing or incorrect values will cause authentication errors.
  • Verify that the selected resource and operation are supported by the Matomo instance and that the API user has sufficient permissions.
  • Check the query parameters for correctness and compatibility with the Matomo API to avoid invalid request errors.
  • If the API response is empty or unexpected, confirm that the site ID and date range parameters are set correctly to include relevant data.

Links

Discussion