Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to media analytics, specifically for the 'Media' resource and the 'Get Grouped Audio Resources' operation. It allows users to query grouped audio resource data for a specified site and period, which is useful for analyzing audio consumption patterns and media performance on websites. Practical applications include monitoring audio resource usage, understanding user engagement with audio content, and optimizing media strategies based on grouped audio data.

Use Case Examples

  1. A marketing analyst uses this node to retrieve grouped audio resource data for their website to understand which audio files are most popular and how users interact with them over time.
  2. A content manager fetches grouped audio resources to analyze audio consumption trends and make data-driven decisions about future audio content production.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the API request for grouped audio resources, such as site ID, period, date range, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing grouped audio resource data, including metrics and details grouped by audio resource URL.

Dependencies

  • Matomo API authentication token and domain URL

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 Grouped Audio Resources' to match the intended API call.
  • Check the query parameters for correctness and completeness to avoid API errors or empty responses.
  • If the API response is empty or unexpected, verify the site ID and date range parameters to ensure data availability.

Links

Discussion