Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Form' resource and 'Get Most Used Fields' operation, it retrieves data about the form fields that users interacted with the most. This is useful for analyzing user engagement with forms on a website, identifying popular fields, and optimizing form design. The node supports a wide range of query parameters to customize the API request.

Use Case Examples

  1. Retrieve the most used fields of a specific form on a website to understand user interaction patterns.
  2. Fetch form analytics data filtered by date, site ID, or other parameters to analyze form performance over time.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filtering by site ID, date, form ID, and other analytics options.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested analytics data, such as the most used form fields and their interaction metrics.

Dependencies

  • Matomo API credentials (domain and auth token) are required to authenticate requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the selected resource and operation are supported and correctly spelled; unsupported combinations will throw an error.
  • Check the query parameters for correctness and completeness to avoid API request failures.
  • If the API response is empty or unexpected, verify the Matomo server availability and the correctness of the API endpoint URL.

Links

Discussion