Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to website analytics and management. Specifically, for the 'Sites Manager' resource and the 'Get Site Urls From ID' operation, it retrieves the URLs associated with a specific site ID in Matomo. This is useful for users who want to programmatically access site URL data for analytics, reporting, or site management purposes within their workflows.

Use Case Examples

  1. Retrieve all URLs for a given site ID to analyze traffic sources or validate site configurations.
  2. Fetch site URLs to automate updates or audits of tracked websites in Matomo.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the details of the API request, such as site ID and other filters relevant to the Sites Manager API.

Output

JSON

  • urls - The list of URLs associated with the specified site ID returned from Matomo.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the site ID provided in query parameters is valid and accessible with the given credentials.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details on permission or parameter issues.

Links

Discussion