Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to advertising conversion exports, specifically including the ability to delete a conversion export. It is useful for users who want to manage their Matomo advertising conversion exports programmatically, such as deleting specific conversion exports for a site. For example, a user can automate the removal of outdated or incorrect conversion export configurations from their Matomo analytics setup.

Use Case Examples

  1. Deleting a specific advertising conversion export by providing the export ID and site ID to clean up unused exports.
  2. Managing advertising conversion exports by listing, adding, updating, or deleting them through the Matomo API.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as filtering by site ID, conversion export ID, or other relevant parameters.

Output

JSON

  • json - The JSON response from the Matomo API call, containing data relevant to the requested operation, such as confirmation of deletion or details of conversion exports.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the required query parameters, such as the ID of the conversion export to delete, are provided; missing parameters may cause the API call to fail.
  • Check the HTTP method used for the operation; the delete operation uses the DELETE method, so ensure the API endpoint supports it.
  • If the API returns an error, review the error message for details and confirm that the user has sufficient permissions to delete the conversion export.

Links

Discussion