Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations based on the selected resource and operation. Specifically, for the Media resource with the 'Get Grouped Video Resources' operation, it fetches video resource data grouped by URL for a specified site and period. This is useful for analyzing video consumption patterns on websites, such as identifying popular video URLs and their usage metrics.

Use Case Examples

  1. A marketing analyst uses this node to retrieve grouped video resource data to understand which videos are most viewed on their site during a specific period.
  2. A web administrator fetches grouped video resources to monitor video performance and optimize content delivery.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the API request, such as site ID, period, date, device type, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing grouped video resource data, including metrics and URLs.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing credentials will cause an error.
  • Verify that the query parameters are valid and supported by the Matomo API for the Media resource and the specific operation.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details and adjust parameters accordingly.

Links

Discussion