Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations on different resources. Specifically, for the 'Form' resource and 'Get All Goals' operation, it retrieves all goal data associated with forms for a specified site. This is useful for analytics and tracking form-related goals within Matomo, enabling users to analyze form performance and conversion goals.

Use Case Examples

  1. Retrieve all goals associated with forms for a specific website to analyze form conversion rates and user interactions.
  2. Fetch goal data to monitor and optimize form performance in marketing campaigns.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request for fetching goals related to forms.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested goal data for forms.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain 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 'Get All Goals' operation to prevent API request failures.
  • Check network connectivity and Matomo server availability if the API requests fail or time out.
  • If the API response is empty or unexpected, confirm that the specified site has form goals configured in Matomo.

Links

Discussion