Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Goal' resource, specifically the 'Get Goal' operation. It allows users to retrieve detailed information about a specific goal configured in Matomo for a given site. This is useful for analytics and tracking purposes, such as monitoring conversion goals on websites.

Use Case Examples

  1. Retrieve details of a specific goal by providing the goal ID and site ID to analyze conversion performance.
  2. Fetch goal metrics to understand user interactions and conversions related to specific goals.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by goal ID, site ID, period, date, and other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing the details of the requested goal.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause an error.
  • Verify that the provided query parameters are valid and supported by the Matomo Goals API to avoid request failures.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.
  • If the API returns an error, review the error message for details on incorrect parameters or permissions issues.

Links

Discussion