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 Titles operation, it fetches a list of video titles for a specified site and period, allowing users to analyze video content performance. This node is useful for digital marketers, analysts, and website owners who want to retrieve detailed media analytics from Matomo, such as video titles, audio titles, media plays, and other media-related metrics.

Use Case Examples

  1. A user wants to retrieve video titles from their Matomo analytics to understand which videos are most viewed on their website.
  2. A digital marketer uses the node to fetch media analytics data to generate reports on video consumption trends over a specific period.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the requested media data, such as video titles and associated metrics.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause authentication errors.
  • Verify that the query parameters are correctly set and valid for the selected operation to avoid API errors or empty responses.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API response is empty or unexpected, confirm that the Matomo instance has media analytics data available for the specified site and period.

Links

Discussion