Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations across multiple Matomo resources. Specifically, for the 'API' resource and 'Get IP From Header' operation, it fetches the IP address from the request header using Matomo's API. The node supports a wide range of query parameters to customize the API request, making it versatile for analytics and data retrieval tasks within Matomo.

Use Case Examples

  1. Retrieve the IP address from the header of incoming requests to analyze visitor data.
  2. Use query parameters to filter or specify the data returned by the Matomo API for detailed analytics.
  3. Fetch metadata or version information from Matomo using different API methods.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering, specifying metrics, or other API-specific options.

Output

JSON

  • ip - The IP address extracted from the header by the Matomo API

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and supported by the Matomo API method to prevent request failures.
  • Check network connectivity and Matomo server availability if the API requests fail or time out.
  • If the response is empty or unexpected, confirm that the requested data exists and the API method supports the requested parameters.

Links

Discussion