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 Category' operation among many others. It allows users to query product data by category for a site and period, making it useful for analytics and reporting on e-commerce goals and conversions. 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 product category data for a specific website and time period to analyze sales performance by category.
  2. Fetch goal-related metrics to understand conversion rates and user behavior on an e-commerce platform.

Properties

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

Output

JSON

  • responseData - The JSON response data returned from the Matomo API call, containing the requested goal items category data or other relevant information based on the operation.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the selected resource and operation are supported and correctly spelled to avoid unknown resource errors.
  • Check the query parameters for correctness and compatibility with the Matomo API to prevent request failures.
  • Handle HTTP errors and API response errors by reviewing the error messages provided by the node.

Links

Discussion