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 supporting the 'Export Data Subjects' operation among many others. It allows users to export user data for specified visits, which is useful for compliance with privacy regulations such as GDPR. The node can be configured with a wide range of query parameters to customize the API request, enabling detailed and specific data retrieval from Matomo.

Use Case Examples

  1. Export user data subjects for specified visits to comply with privacy requests.
  2. Fetch anonymized data subjects information for audit or reporting purposes.

Properties

Name Meaning
Query Parameters A collection of key-value pairs to customize the API request, such as filters, limits, and other options relevant to the Matomo API method being called.
Request Body A JSON object representing the request payload for POST operations, allowing detailed data to be sent to the Matomo API.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data or status information.

Dependencies

  • Matomo API credentials (domain and auth token) are required for authentication.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the selected resource and operation are supported and correctly spelled; unknown resources or operations will throw an error.
  • Check the query parameters and request body for correctness and compatibility with the Matomo API method being called.
  • If the API response is empty or a 204 No Content status, verify that the request parameters are correct and that data exists for the query.

Links

Discussion