Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations on different Matomo resources. Specifically, for the 'Form' resource and 'Get Form' operation, it retrieves data for a specific form by its ID or other query parameters. This is useful for users who want to analyze form analytics data such as form interactions, drop-off fields, entry fields, and other form-related metrics within Matomo. Practical examples include fetching detailed analytics for a particular form on a website to understand user behavior and optimize form performance.

Use Case Examples

  1. Retrieve analytics data for a specific form by providing the form ID and other optional query parameters.
  2. Fetch a list of forms filtered by status or other criteria to monitor form usage across a site.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing form data or analytics results

Dependencies

  • An API key credential for Matomo authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials.
  • Verify that the form ID or other required query parameters are correctly provided to avoid empty or error responses.
  • Check network connectivity and Matomo API availability if requests fail.
  • Handle API errors gracefully by reviewing error messages returned by the Matomo API and adjusting parameters accordingly.

Links

Discussion