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 and the operation 'Get Available Link Visit Action Columns To Anonymize', it fetches the columns related to visit actions that are available for anonymization. This is useful for managing privacy settings and anonymizing sensitive data in Matomo analytics.

Use Case Examples

  1. A user wants to retrieve the list of link visit action columns that can be anonymized to comply with privacy regulations.
  2. A data analyst needs to check which visit action columns can be anonymized before exporting data for analysis.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filters and flags relevant to the selected operation.

Output

JSON

  • `` - Array of objects representing the available link visit action columns that can be anonymized

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

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 by the Matomo instance version.
  • Check network connectivity to the Matomo server to avoid request failures.
  • If the API returns an error, review the error message for details and verify the query parameters are valid.

Links

Discussion