Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to form analytics, specifically supporting the 'Get Field Corrections' operation under the 'Form' resource. It allows users to query data about fields that were corrected by users in forms tracked by Matomo. This node is useful for analyzing user interactions with forms, identifying common corrections, and improving form design based on user behavior.

Use Case Examples

  1. A marketing analyst uses this node to retrieve data on which form fields users frequently corrected, helping to identify confusing or error-prone fields.
  2. A UX designer fetches field correction metrics to optimize form usability and reduce user errors.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to filter or specify the data returned by the API, such as form ID, date range, or other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing data about form field corrections, including details on which fields were corrected and how often.

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 'resource' is set to 'Form' and the 'operation' is set to 'Get Field Corrections' to match the intended API call.
  • Check that query parameters are correctly formatted and valid according to Matomo API documentation to avoid request errors.
  • If the API response is empty or returns '204 No Content', verify that the specified form ID and date range actually contain data.

Links

Discussion