Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Sites Manager' resource, specifically including the operation 'Is Timezone Support Enabled'. It allows users to query Matomo for site management data such as checking if timezone support is enabled, managing sites, and retrieving site-related information. This node is useful for automating site management tasks and retrieving site configuration details from Matomo analytics.

Use Case Examples

  1. Check if timezone support is enabled in Matomo for a given site.
  2. Retrieve the list of all sites managed in Matomo.
  3. Get detailed settings for a specific site by its ID.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as site ID, access level, date, and other filters relevant to the Sites Manager resource.

Output

JSON

  • response - The JSON response from the Matomo API call, which varies depending on the operation performed. For 'Is Timezone Support Enabled', it returns a boolean or status indicating if timezone support is enabled.

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 an error.
  • Verify that the selected resource and operation are supported by the Matomo API and correctly spelled.
  • Check the query parameters for correctness and completeness to avoid API errors.
  • If the API response is empty or unexpected, verify the Matomo server status and API endpoint accessibility.

Links

Discussion