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 with the 'Get Brand' operation, it retrieves device brand data for a specified site and period. This is useful for analyzing the distribution of device brands accessing a website, helping marketers and analysts understand their audience's device preferences.

Use Case Examples

  1. A marketing analyst wants to see which device brands are most popular among visitors to optimize the website's user experience.
  2. A developer needs to fetch device brand data to customize content delivery based on the visitor's device brand.

Properties

Name Meaning
Query Parameters Parameters to customize the API request, such as filtering by device type, date, site ID, etc.

Output

JSON

  • 0 - Response data from the Matomo API containing device brand information

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.

Links

Discussion