Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Form' resource, specifically the 'Get Auto Creation Settings' operation among many others. It allows users to retrieve settings for auto-creating forms on a Matomo site, which is useful for automating form tracking and analytics. The node supports a wide range of query parameters to customize the API request, enabling detailed and specific data retrieval from Matomo.

Use Case Examples

  1. Retrieve auto creation settings for forms on a specific Matomo site to automate form tracking setup.
  2. Fetch form analytics data filtered by specific criteria such as date, site ID, or form ID to analyze form performance.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filtering by site ID, date, form ID, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as form auto creation settings or other form analytics data.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to prevent API request failures.
  • Check the Matomo API documentation for the specific resource and operation to understand required and optional parameters.
  • If the API response is empty or returns a 204 status, verify that the requested data exists and the filters applied are correct.

Links

Discussion