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 Advertising Conversion Export resource with the Add Conversion Export operation, it allows users to add a new conversion export by specifying query parameters and a request body. This is useful for automating the management of advertising conversion exports in Matomo, such as creating new exports with detailed parameters for tracking advertising conversions.

Use Case Examples

  1. Automatically add a new advertising conversion export with specific parameters to track conversions from an ad campaign.
  2. Use the node to programmatically manage conversion exports in Matomo as part of a marketing automation workflow.

Properties

Name Meaning
Query Parameters Key-value pairs of parameters to customize the API request for adding a conversion export, such as filters, settings, and identifiers.
Request Body JSON object containing the detailed data for the conversion export to be added, including configuration and export details.

Output

JSON

  • json - The JSON response from the Matomo API call, typically containing details of the added conversion export or status information.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause errors.
  • Verify that the query parameters and request body JSON are correctly formatted and valid for the Matomo API method AdvertisingConversionExport.addConversionExport.
  • Check network connectivity and Matomo API availability if requests fail.
  • Error messages from the node will include details from the Matomo API response to help diagnose issues.

Links

Discussion