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 Media resource with the Get Video Resources operation, it fetches video resource data for a specified site and period. This is useful for analyzing video consumption metrics such as plays, impressions, and finishes on a website. Practical applications include monitoring video engagement, optimizing video content, and reporting video analytics.

Use Case Examples

  1. Fetch video resource data for a website to analyze user engagement with video content.
  2. Retrieve grouped video resources to understand which videos are most popular on a site.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or 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 video resource analytics data.

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 valid and supported by the Matomo API for the mediaVideoResourcesGet method.
  • Check network connectivity to the Matomo server to avoid request failures.
  • If the API returns an error, review the error message for details on invalid parameters or permissions issues.

Links

Discussion