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 Items Name' operation in this context. It allows users to retrieve product data by name for a specified site and period, leveraging Matomo's analytics capabilities. This node is beneficial for users who want to analyze goal-related product performance data, such as e-commerce product names and their associated metrics, within their Matomo analytics setup.

Use Case Examples

  1. A marketing analyst wants to fetch product names and their performance metrics to understand which products are driving conversions on their website.
  2. An e-commerce manager needs to retrieve detailed goal item names to generate reports on product popularity and sales effectiveness.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing product data by name for the specified goal.

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 correctly formatted and valid according to Matomo API specifications to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.
  • If the API response is empty or unexpected, confirm that the specified site ID and date range contain relevant data.

Links

Discussion