Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations across multiple Matomo resources. Specifically, for the 'Devices Detection' resource and the 'Get OS Versions' operation, it fetches data about operating system versions used by visitors to a website. This is useful for understanding the distribution of OS versions among users, aiding in targeted analytics and optimization.

Use Case Examples

  1. A marketing analyst uses this node to retrieve OS version data to tailor campaigns based on popular operating systems among visitors.
  2. A developer fetches OS version statistics to ensure compatibility of a web application with the most used operating systems.

Properties

Name Meaning
Query Parameters Parameters to filter or specify the data to retrieve from the Matomo API, such as site ID, period, date, and other filters relevant to the OS versions data.

Output

JSON

  • json - The JSON response from the Matomo API containing the operating system versions 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 correctly formatted and valid for the 'Get OS Versions' API method to avoid API errors.
  • Check network connectivity to the Matomo server to prevent request failures.
  • If the API response is empty or unexpected, confirm that the site ID and date range parameters correspond to available data in Matomo.

Links

Discussion