Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Form' resource, specifically the 'Get Available Conversion Rule Options' operation among many others. It allows users to query Matomo for analytics data, manage forms, and retrieve conversion rule options for forms. This is useful for users who want to automate data retrieval and management tasks in Matomo, such as fetching available conversion rules for forms to analyze form performance and conversions.

Use Case Examples

  1. Retrieve all available conversion rule options for forms to understand how conversions are counted in Matomo.
  2. Fetch form analytics data for a specific site and period to analyze user interactions with forms.
  3. Update form configurations or field display names programmatically via the API.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the API request details, such as site ID, date, period, and other Matomo-specific filters relevant to the form analytics.

Output

JSON

  • json - The JSON response from the Matomo API call containing the requested data or operation result.

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 selected resource and operation are supported by the Matomo API and that the query parameters are valid for the chosen operation.
  • Check network connectivity and Matomo server availability if HTTP request errors occur.
  • If the API returns an error message, review the message for details on missing or invalid parameters and adjust the node configuration accordingly.

Links

Discussion