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 'Get IPs For Range' operation. It allows users to query Matomo for IP addresses within a specified IP range, among many other site management functionalities. This is useful for analytics and site management tasks such as retrieving site details, managing site settings, and filtering IPs for analytics purposes.

Use Case Examples

  1. Retrieve all IP addresses within a given IP range to analyze traffic sources or block unwanted visitors.
  2. Fetch site settings or alias URLs for a specific site to manage site configurations.
  3. Get a list of all sites or site groups to overview the analytics setup across multiple websites.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by IP range, site ID, or other site-related attributes.

Output

JSON

  • ips - Array of IP addresses within the specified IP range returned by the API

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the IP range provided in the query parameters is valid and correctly formatted to prevent API errors.
  • Check the API method and resource names for correctness to avoid 'Unknown resource' or 'Unknown operation' errors.

Links

Discussion