Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to web analytics and tracking. Specifically, for the 'Form' resource and 'Get Page URLs' operation, it retrieves URLs where a particular form was used, providing insights into form usage across different pages. This is useful for analyzing form engagement and optimizing user experience on websites.

Use Case Examples

  1. Retrieve all page URLs where a specific form is used to understand user interaction points.
  2. Fetch form analytics data to monitor form performance and identify pages with high form abandonment.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request, such as form ID, date range, site ID, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of page URLs where the form is used, along with associated metrics and details.

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 authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.

Links

Discussion