Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the 'Sites Manager' resource, specifically the 'Get Excluded IPs Global' operation among many others. It allows users to retrieve global excluded IP addresses configured across all sites in Matomo. The node is useful for managing and querying site configurations, including IP exclusions, site settings, and other site-related data in Matomo analytics.

Use Case Examples

  1. Retrieve the list of globally excluded IP addresses to understand which IPs are filtered out from all site analytics.
  2. Manage site configurations by fetching global settings such as excluded IPs, query parameters, and referrers.
  3. Use the node to automate the retrieval of site-related data for reporting or integration with other systems.

Properties

Name Meaning
Query Parameters Optional parameters to filter or specify details for the API request, such as filtering by access level, date, or other site-specific settings.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as the list of global excluded IPs or other site-related information.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the selected resource and operation are supported and correctly spelled to prevent unknown resource or operation errors.
  • Check the query parameters for correctness and compatibility with the Matomo API to avoid request failures.
  • If the API response is empty or unexpected, confirm that the Matomo instance has the relevant data configured (e.g., global excluded IPs set).
  • Network issues or incorrect Matomo URL can cause request failures; ensure the URL is reachable and correct.

Links

Discussion