Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations. Specifically, for the Media resource with the Get Audio Resources operation, it fetches audio resource data for a specified site and period. This is useful for analyzing audio consumption metrics such as plays, impressions, and user engagement with audio content on a website. Practical applications include monitoring podcast performance, audio advertisements, or any audio media tracked by Matomo.

Use Case Examples

  1. Fetch audio resource data for a website to analyze user engagement with audio content.
  2. Retrieve audio analytics to optimize media strategy based on consumption patterns.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify the data to retrieve from the Matomo API, such as site ID, period, date, and other analytics filters.

Output

JSON

  • `` - Array of audio resource data objects returned by the Matomo API, containing metrics and details about audio media consumption.

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 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.

Links

Discussion