Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the Privacy Manager resource, specifically including the operation to get available visit columns to anonymize. It allows users to specify query parameters to customize the API request and supports multiple operations across different Matomo resources. The node constructs the appropriate API endpoint URL based on the selected resource and operation, sends HTTP requests to the Matomo API, and returns the response data for further workflow processing.

Use Case Examples

  1. Use this node to retrieve the list of visit-level columns available for anonymization in Matomo's Privacy Manager module, helping to manage user privacy and data anonymization.
  2. Fetch available visit columns to anonymize to configure data privacy settings in Matomo analytics.
  3. Perform other Matomo API operations by selecting different resources and operations, such as managing A/B testing experiments or fetching action metrics.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as anonymizeIp, anonymizeLocation, anonymizeUserId, and many others relevant to the selected operation.

Output

JSON

  • response - The JSON response data returned from the Matomo API call, containing the requested information such as available visit columns to anonymize or other data depending on the operation.

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 by the Matomo API and that the query parameters are valid for the chosen operation.
  • Check network connectivity and Matomo server availability if HTTP requests fail.
  • If the API returns an error, review the error message for details and adjust the request parameters accordingly.

Links

Discussion