Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to advertising conversion exports, specifically the 'Get Conversion Exports' operation. It allows users to retrieve a list of conversion exports for a given site by specifying query parameters. This is useful for marketers and analysts who want to access detailed conversion data from their Matomo analytics setup for reporting or further processing.

Use Case Examples

  1. Retrieve all conversion exports for a specific website to analyze advertising performance.
  2. Fetch conversion export details filtered by specific parameters such as date range or conversion type.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the details of the conversion exports to retrieve. These include various filters like abandoned carts, access level, account ID, action name, and many others as defined in the node properties.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of conversion exports or details of a specific conversion export.

Dependencies

  • Matomo API authentication token and domain URL

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause the node to throw an error.
  • Verify that the query parameters are correctly formatted and valid according to the Matomo API documentation to avoid API errors.
  • Check network connectivity and Matomo server availability if HTTP requests fail.
  • If the API response is empty or returns '204 No Content', verify that the query parameters match existing data in Matomo.

Links

Discussion