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 the 'Get Excluded Query Parameters' operation among many others. It allows users to retrieve and manage site-level settings such as excluded query parameters, IPs, referrers, and other site configurations. This node is useful for automating the management of website analytics settings in Matomo, enabling efficient data filtering and customization of tracking parameters.

Use Case Examples

  1. Retrieve the list of excluded query parameters for a specific site to ensure sensitive or irrelevant URL parameters are not tracked.
  2. Manage site settings by fetching excluded IPs or referrers to maintain clean analytics data.
  3. Automate the update of site configurations such as default currency or timezone by integrating with Matomo's Sites Manager API.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by site ID, date, or specific site settings to retrieve or modify.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as excluded query parameters or other site settings.

Dependencies

  • Matomo API credentials (domain and authentication token) are required to authenticate and authorize API requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause the node to throw an error.
  • Verify that the selected resource and operation are supported and correctly spelled; unsupported combinations will result in an error.
  • Check the network connectivity to the Matomo instance to avoid request failures.
  • If the API response is empty or unexpected, verify the query parameters and site IDs used in the request.

Links

Discussion