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 'Core Admin Home' resource and the 'Delete All Tracking Failures' operation, it deletes all tracking failures for all sites in the Matomo instance. This node is useful for administrators who want to manage and maintain their Matomo analytics data by clearing tracking failure logs. It supports a wide range of other Matomo API operations, making it versatile for analytics management tasks.

Use Case Examples

  1. An administrator wants to clear all tracking failure logs across all sites to maintain clean analytics data.
  2. A user wants to automate the deletion of tracking failures as part of a regular maintenance workflow in Matomo.

Properties

Name Meaning
Query Parameters Optional query parameters to customize the API request, such as filtering or specifying details for the operation.

Output

JSON

  • json - The JSON response from the Matomo API call, containing the result of the requested operation.

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 to avoid authentication errors.
  • Verify that the selected resource and operation are supported and correctly spelled to prevent unknown resource or operation errors.
  • Check the query parameters for correctness and completeness as invalid or missing parameters may cause API request failures.
  • If the API returns an error, review the error message and stack trace provided by the node for debugging.

Discussion