Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations on different Matomo resources. Specifically, for the Privacy Manager resource and the Delete Data Subjects operation, it enables deletion of user data for specified visits. This is useful for compliance with privacy regulations by removing personal data upon request. The node supports a wide range of query parameters to customize the API call.

Use Case Examples

  1. Deleting data subjects' information from Matomo to comply with GDPR requests.
  2. Automating privacy management tasks by deleting user data based on specific visit identifiers.

Properties

Name Meaning
Query Parameters Collection of key-value pairs to customize the API request, including filters and options relevant to the Privacy Manager and other resources.

Output

JSON

  • json - Response data from the Matomo API call

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials.
  • Verify that the query parameters are correctly formatted and valid for the selected operation.
  • Check the Matomo API documentation for the correct method names and required parameters for the Delete Data Subjects operation.
  • Common errors include authentication failures, invalid parameters, and network issues. Verify credentials and network connectivity.

Links

Discussion