Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the Referrer resource and the Get AI Assistants operation, it retrieves a list of AI assistants that are referring traffic to a specified site. This is useful for analyzing traffic sources and understanding the impact of AI assistants on website visits.

Use Case Examples

  1. A marketing analyst wants to identify which AI assistants are driving traffic to their website to optimize their marketing strategy.
  2. A website owner wants to monitor AI assistant referrals to understand user behavior and improve content targeting.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request, such as site ID, date range, limit, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of AI assistants referring traffic for the specified site and parameters.

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 authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.
  • If the API returns an empty response or '204 No Content', verify that the site ID and date range parameters are correct and that data exists for the query.

Links

Discussion