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 Privacy Manager resource with the Find Data Subjects operation, it enables searching for specific user data subjects within a Matomo site. This is useful for privacy compliance and data management scenarios where identifying and managing data subjects is required.

Use Case Examples

  1. Finding data subjects related to a specific site for privacy audits.
  2. Exporting or anonymizing user data based on privacy regulations.
  3. Managing user data subjects to comply with GDPR or similar laws.

Properties

Name Meaning
Query Parameters Parameters to filter or specify the details of the API request for finding data subjects, such as site ID, date range, or other filters relevant to the Privacy Manager API.
Request Body JSON object containing the request payload for POST operations, allowing detailed specification of the data subject search criteria.

Output

JSON

  • json - The JSON response from the Matomo API containing the data subjects found or related information.

Dependencies

  • Matomo API credentials (domain and auth token) are required to authenticate requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured and valid.
  • Verify that the specified resource and operation are supported and correctly spelled.
  • Check the query parameters and request body for correctness and completeness according to the Matomo API documentation.
  • Handle HTTP errors or API errors gracefully, as the node throws detailed errors if the API call fails.

Links

Discussion