Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to website analytics and management. Specifically, for the 'Sites Manager' resource and 'Get Unique Site Timezones' operation, it retrieves the unique timezones used by the sites managed in Matomo. This is useful for users who want to analyze or manage site data based on their timezones, such as scheduling reports or understanding visitor activity patterns across different regions.

Use Case Examples

  1. A user wants to get a list of all unique timezones used by their tracked websites to configure timezone-specific reports.
  2. An administrator needs to verify the timezones set for multiple sites to ensure accurate data aggregation and reporting.

Properties

Name Meaning
Query Parameters Optional parameters to filter or modify the API request, such as site IDs, date ranges, or access levels.

Output

JSON

  • timezones - List of unique site timezones returned by the Matomo API.

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 Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.

Links

Discussion