Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to form analytics and other resources. Specifically, for the 'Form' resource and 'Get Counters' operation, it retrieves form interaction counters for a specified site and period. This is useful for tracking user interactions with forms on websites, such as submissions, drop-offs, and field usage, enabling detailed form analytics.

Use Case Examples

  1. A marketing team wants to analyze how many users interacted with a specific form on their website during the last month to optimize the form's design.
  2. A website administrator needs to fetch counters for multiple forms to monitor their performance and identify which forms have the highest abandonment rates.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the data to retrieve from the Matomo API for the form counters. These parameters can include site ID, date range, segment filters, and other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing form interaction counters and related analytics data.

Dependencies

  • Matomo API access with domain and authentication token credentials

Troubleshooting

  • Ensure that the Matomo API domain and authentication token credentials 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.
  • If the API returns no content, check that the specified site ID and date range actually have form data available.

Links

Discussion