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 Titles operation, it retrieves a list of audio titles for a specified site and period. This is useful for analyzing audio content performance, such as tracking which audio titles are most popular or frequently accessed on a website. Practical applications include media analytics for podcasts, music platforms, or any site hosting audio content.

Use Case Examples

  1. Retrieve a list of audio titles played on a website during a specific date range to analyze user engagement with audio content.
  2. Fetch audio titles data to generate reports on audio consumption trends for marketing or content strategy purposes.

Properties

Name Meaning
Query Parameters Optional parameters to filter or customize the API request, such as site ID, period, date, limit, etc. These parameters allow fine-tuning the data retrieval from Matomo's Media Analytics module.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of audio titles and associated analytics data.

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 valid and supported by the MediaAnalytics.getAudioTitles API method to avoid request errors.
  • Check network connectivity and Matomo server availability if API requests fail or time out.
  • If the response is empty or contains a '204 No Content' status, verify that the site ID and date range parameters correspond to periods with available audio data.

Links

Discussion