Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to media analytics, specifically for the 'Media' resource and the 'Get Video Resolutions' operation. It allows users to retrieve data on video resolutions for a specified site and period, which can be useful for analyzing video quality and user experience on a website. Practical applications include monitoring video performance, optimizing video delivery, and understanding user preferences for video resolutions.

Use Case Examples

  1. A marketing analyst wants to understand which video resolutions are most popular on their site to optimize video content delivery.
  2. A website administrator needs to monitor video resolution data to ensure videos are being served at appropriate quality levels across different devices.

Properties

Name Meaning
Query Parameters Additional parameters to filter or customize the API request, such as site ID, period, date, and other Matomo-specific filters.

Output

JSON

  • response - The JSON response from the Matomo API containing video resolution data for the specified site and period.

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 these will cause authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.
  • If the API returns no content, verify that the site ID and period parameters correspond to existing data in Matomo.

Links

Discussion