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 From Category ID' operation among many others. It allows users to query event names associated with a specific event category ID, facilitating detailed event analytics and reporting. This is useful for scenarios where you want to retrieve event names grouped under a particular category for analysis or reporting purposes, such as tracking user interactions or event-based metrics on a website.

Use Case Examples

  1. Retrieve all event names associated with a specific event category ID to analyze user interaction patterns.
  2. Fetch event names for a given category to generate reports on event performance within that category.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or modify the API request, including 'categoryId' which specifies the event category ID to fetch names from.

Output

JSON

  • json - The JSON response from the Matomo API containing event names for the specified category ID.

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 errors.
  • Verify that the 'categoryId' query parameter is provided and valid to get meaningful results.
  • Check network connectivity and Matomo API availability if requests fail.
  • Error messages from the Matomo API are wrapped and presented; review the error message and stack trace for debugging.

Links

Discussion