Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Event' resource, specifically the 'Get Name' operation in this context. It allows users to retrieve event name data for a given site and period, supporting a wide range of query parameters to customize the API request. This node is useful for analytics workflows where event tracking data from Matomo is needed, such as monitoring user interactions or event-based metrics on websites.

Use Case Examples

  1. Retrieve event names for a specific website and date range to analyze user interaction patterns.
  2. Fetch event names filtered by category or action ID to generate detailed event reports.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request for fetching event names, such as filtering by category, action, date, and other event-related attributes.

Output

JSON

  • json - The JSON response from the Matomo API containing event name data based on the specified query parameters.

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 query parameters are valid and supported by the Matomo API for the 'eventNameGet' method to avoid API errors.
  • Check network connectivity and Matomo server availability if requests fail or time out.
  • If the API response is empty or unexpected, confirm that the site ID and date range parameters are correctly set and that data exists for those parameters.

Links

Discussion