Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources such as forms, actions, dashboards, and more. Specifically, for the 'Form' resource with the 'Get Forms' operation, it retrieves a list of all forms for a given site, allowing users to fetch form analytics data. This is useful for scenarios where users want to analyze form usage, track form interactions, or manage forms within Matomo analytics.

Use Case Examples

  1. Retrieve all forms for a specific website to analyze user interaction with forms.
  2. Fetch form analytics data to understand form performance and user drop-off points.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request for fetching forms, such as site ID, date range, status, and other filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of forms and their analytics data.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing these will cause authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.

Links

Discussion