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 Field Timings' operation, it retrieves data on how much time users spent on each form field, which is useful for analyzing user interaction with forms on a website. This can help identify fields that may cause user hesitation or abandonment, improving form design and user experience.

Use Case Examples

  1. Analyzing time spent on each field in a contact form to optimize form layout.
  2. Tracking user interaction times on registration forms to identify problematic fields.

Properties

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

Output

JSON

  • * - Response data from the Matomo API for the requested form field timings, typically including time spent on each field and related metrics.

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 errors.
  • Verify that the 'idForm' or other relevant query parameters are correctly set to target the desired form data.
  • Check network connectivity and Matomo server availability if API requests fail.
  • Handle cases where the API returns no content (204 status) gracefully.

Links

Discussion