Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to form analytics, specifically the 'Get Forms By Statuses' operation under the 'Form' resource. It allows users to retrieve forms filtered by their statuses, enabling detailed analysis and management of form data within Matomo. This is useful for scenarios where users want to monitor form performance, track form statuses, and analyze user interactions with forms on their websites.

Use Case Examples

  1. Retrieve all forms with a specific status to analyze their performance.
  2. Filter forms by active or archived status to manage form lifecycle.
  3. Use query parameters to customize the data returned for forms by statuses.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the API request for forms by statuses, such as status filters, limits, and other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing the forms filtered by their statuses.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API specifications.
  • Check network connectivity and Matomo API availability if requests fail.
  • Error messages from the Matomo API are wrapped and presented; review the message and stack trace for debugging.

Links

Discussion