Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the 'Devices Detection' resource and 'Get OS Families' operation, it fetches data about operating system families used by visitors to a website. This is useful for understanding the distribution of OS types among users, aiding in targeted marketing, troubleshooting, and optimizing user experience across platforms.

Use Case Examples

  1. A marketing analyst uses this node to retrieve OS family data to tailor campaigns for the most popular operating systems among visitors.
  2. A developer fetches OS family statistics to ensure compatibility and prioritize testing on the most used platforms.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request, such as date range, site ID, segment, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the operating system families 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 valid and supported by the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.

Links

Discussion