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 Default Timezone' operation, it retrieves the default timezone setting for all sites managed in Matomo. This is useful for users who need to programmatically access or synchronize timezone settings across multiple websites for accurate reporting and scheduling.

Use Case Examples

  1. A user wants to fetch the default timezone used by their Matomo instance to ensure all reports are aligned with the correct time zone.
  2. An automation workflow needs to retrieve the default timezone to configure other systems or reports accordingly.

Properties

Name Meaning
Query Parameters Optional query parameters to filter or specify details for the API request, such as site ID or other filters.

Output

JSON

  • defaultTimezone - The default timezone setting returned by the Matomo API for all sites.

Dependencies

  • Matomo API access with domain and authentication token credentials

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the API endpoint URL is accessible and correct to avoid network or authorization errors.
  • If the response is empty or unexpected, check the query parameters for correctness and completeness.

Links

Discussion