Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations. Specifically, for the 'Form' resource and 'Get Form Analytics' operation, it fetches analytics data related to forms tracked in Matomo, such as form interactions, drop-off fields, entry fields, and other form-related metrics. This is useful for users who want to analyze form performance and user interactions on their websites.

Use Case Examples

  1. Retrieve analytics data for a specific form on a website to understand user engagement and drop-off points.
  2. Fetch the most popular forms on a site to optimize user experience and conversion rates.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the form analytics data to retrieve, such as form ID, date range, status, and other filters relevant to form analytics.

Output

JSON

  • json - The JSON response from the Matomo API containing form analytics data based on the specified query parameters.

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 query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.
  • If the API returns an error, review the error message for details and adjust the request accordingly.

Links

Discussion