Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources, including Advertising Conversion Export. Specifically, for the 'Update Conversion Export' operation under the 'Advertising Conversion Export' resource, it updates details of a specific conversion export such as its name, type, and parameters. This node is useful for users who want to programmatically manage and update advertising conversion exports within Matomo, enabling automation of conversion tracking and reporting workflows.

Use Case Examples

  1. Updating an existing advertising conversion export to change its parameters or name.
  2. Automating the management of conversion exports for multiple sites in Matomo.

Properties

Name Meaning
Query Parameters Key-value pairs of query parameters to customize the API request for updating the conversion export.

Output

JSON

  • json - The JSON response from the Matomo API call, containing the updated conversion export details or status.

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 'idExport' or relevant identifier is provided in the query parameters or request body to specify which conversion export to update.
  • Check the API method name and parameters for correctness as per Matomo API documentation to prevent method not found or invalid parameter errors.
  • Handle HTTP errors gracefully; the node throws a NodeApiError with details if the API call fails.

Links

Discussion