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 supporting the 'Get Search Keyword Parameters Global' operation among many others. It allows users to query global search keyword parameters and other site management data by specifying query parameters and making API calls to Matomo. This node is useful for analytics and site management automation, enabling retrieval and manipulation of site-related data such as search keywords, site settings, and exclusions globally across all sites managed in Matomo.

Use Case Examples

  1. Retrieve global search keyword parameters to analyze what keywords users are searching for across all sites.
  2. Fetch global excluded query parameters to understand which URL parameters are ignored in analytics.
  3. Get the list of all sites with their global settings for reporting or auditing purposes.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by site ID, date, period, and other Matomo-specific options related to site management and analytics.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data such as global search keyword parameters or other site management information.

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 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 returns a 204 status, verify that the requested data exists and the filters applied are appropriate.

Links

Discussion