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 'Set Global Search Parameters' operation among many others. It allows users to configure global search parameters for all sites managed in Matomo by sending appropriate API requests with customizable query parameters and request bodies. This node is useful for automating the management of site-wide settings in Matomo, such as search parameters, excluded IPs, referrers, and other global configurations.

Use Case Examples

  1. Automatically update global search parameters for all sites in Matomo to optimize search tracking.
  2. Set global query parameter exclusions to filter out unwanted URL parameters from analytics data.
  3. Configure global settings like default currency or timezone for all sites managed in Matomo.

Properties

Name Meaning
Query Parameters A collection of key-value pairs representing various query parameters to customize the API request for setting global search parameters or other site manager operations.

Output

JSON

  • response - The JSON response from the Matomo API call, containing the result of the set global search parameters operation or other Sites Manager operations.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters provided are valid and supported by the Matomo Sites Manager API to prevent request failures.
  • Check the API method and resource names for typos or unsupported operations to avoid unknown resource or operation errors.
  • If the API response is empty or unexpected, confirm that the Matomo server is reachable and the API endpoint is correct.

Links

Discussion