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 Global' operation among many others. It allows users to query and manage global excluded referrers for all sites tracked in Matomo, which helps in filtering out unwanted traffic sources from analytics data. This is useful for maintaining clean and accurate analytics by excluding known spam or irrelevant referrers globally across all sites.

Use Case Examples

  1. A user wants to retrieve the list of globally excluded referrers to review and update the filters for all tracked websites.
  2. A user needs to programmatically manage global excluded referrers to automate the maintenance of their analytics data quality.

Properties

Name Meaning
Query Parameters Additional parameters to customize the API request, such as filters and options for the excluded referrers data.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of global excluded referrers or other requested data.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause authentication errors.
  • Verify that the operation and resource parameters are correctly set to avoid unknown resource or operation errors.
  • Check the query parameters for correctness and supported values to prevent API request failures.

Links

Discussion