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 'Get Players' operation under the 'Media' resource. It allows users to retrieve data about media players used for videos and audios on a site, which can be useful for analyzing media consumption and player usage patterns.

Use Case Examples

  1. A marketing analyst wants to understand which media players are most commonly used on their website to optimize video content delivery.
  2. A website administrator needs to fetch detailed data on media players to troubleshoot playback issues or improve user experience.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing data about media players used on the site.

Dependencies

  • Requires Matomo API credentials including domain and authentication token.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the 'resource' is set to 'Media' and the 'operation' is set to 'Get Players' to use this specific functionality.
  • Check the query parameters for correctness and compatibility with the Matomo API to avoid request errors.
  • If the API response is empty or returns '204 No Content', verify that the site ID and date range parameters are valid and that data exists for the requested period.

Links

Discussion