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 modules. Specifically, for the 'Devices Detection' resource and 'Get Browser Engines' operation, it fetches data about browser engines used by visitors to a website for a given site and period. This is useful for understanding the browser engine distribution among users, aiding in web compatibility and optimization decisions.

Use Case Examples

  1. Fetch browser engine statistics for a website to analyze user browser technology trends.
  2. Retrieve browser engine data filtered by specific query parameters such as date range or site ID.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing browser engine data for the specified site and period.

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.
  • If the API returns an empty response or '204 No Content', verify that the specified site ID and period have data available.

Links

Discussion