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, among other resources. Specifically, for the 'Advertising Conversion Export' resource and the 'Get Conversion Export' operation, it retrieves details of a specific conversion export from Matomo. This is useful for users who want to programmatically access conversion export data for analysis or reporting purposes. The node supports a wide range of query parameters to customize the API request.

Use Case Examples

  1. Retrieve details of a specific advertising conversion export by providing the export ID and other optional query parameters.
  2. List all conversion exports for a given site to monitor advertising performance.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request for the conversion export, such as filtering by account ID, conversion rules, date ranges, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the conversion export data or related information.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API documentation to avoid request failures.
  • Check network connectivity and Matomo server availability if API requests fail.
  • If the API returns an error, the node throws a NodeApiError with the message and stack trace for debugging.

Links

Discussion