Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to web analytics and tracking. Specifically, for the 'Form' resource and 'Get Drop Off Fields' operation, it retrieves data about the fields in a form where users dropped off, which helps analyze form abandonment and user interaction. This node is useful for marketers, analysts, and developers who want to gain insights into user behavior on forms, optimize form design, and improve conversion rates.

Use Case Examples

  1. Retrieve drop off fields data for a specific form to understand where users abandon the form.
  2. Fetch form analytics data to analyze user interaction and improve form completion rates.

Properties

Name Meaning
Query Parameters Parameters to filter or specify the data to retrieve from the Matomo API for the form drop off fields operation. These include various optional filters and settings such as date, site ID, segment, limit, and many others as defined in the extensive list of query parameters.

Output

JSON

  • json - The JSON response from the Matomo API containing the drop off fields data for the specified form.

Dependencies

  • Requires Matomo API credentials including domain 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 for the Matomo API to avoid request errors.
  • Check the network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API response is empty or unexpected, verify that the form ID and other parameters correspond to existing data in Matomo.

Links

  • Matomo Reporting API Documentation - Official documentation for Matomo's Reporting API, which includes details on available methods and parameters.
  • Matomo Form Analytics - Documentation on Matomo's Form Analytics feature, explaining how to track and analyze form interactions.

Discussion