Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Action' resource, specifically supporting the 'Get Download' operation among others. It allows users to retrieve metrics for a specific downloaded file by making HTTP requests to the Matomo API with customizable query parameters. This node is useful for analytics and reporting scenarios where detailed download metrics are needed from Matomo, such as tracking file downloads on a website.

Use Case Examples

  1. A marketing analyst wants to track the number of times a specific file was downloaded from their website during a given period.
  2. A website administrator needs to fetch detailed download metrics for a particular file to analyze user engagement and optimize content delivery.

Properties

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

Output

JSON

  • responseData - The JSON response from the Matomo API containing metrics for the specified downloaded file.

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 the node to throw an error.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API documentation to avoid request failures.
  • Check network connectivity and Matomo server availability if HTTP requests fail.

Links

Discussion