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 Referrers' operation among many others. It allows users to query and manage site settings such as excluded referrers, IPs, query parameters, and other site-related configurations. This node is useful for automating the retrieval and management of site analytics settings in Matomo, enabling users to programmatically access and update site configurations.

Use Case Examples

  1. Retrieve the list of excluded referrers for a specific site to filter out unwanted traffic sources.
  2. Manage site settings by adding or updating excluded IPs or query parameters to refine analytics data.
  3. Fetch site details such as alias URLs, currency settings, and timezone configurations for reporting or auditing purposes.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to filter or specify the data returned by the API, such as site ID, period, date, and various filters relevant to the Sites Manager resource.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as excluded referrers 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 completeness as invalid or missing parameters may cause API request failures.
  • If the API response is empty or unexpected, confirm that the Matomo instance has the relevant data and that the user has sufficient permissions to access it.

Links

Discussion