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 Action From Name ID' operation among many others. It allows users to query event actions by name ID, enabling retrieval of event-related analytics data for a given site and period. This is useful for tracking and analyzing specific user interactions or events on a website, such as clicks or downloads, identified by their name ID.

Use Case Examples

  1. Retrieve event actions for a specific event name ID to analyze user engagement with particular features or content on a website.
  2. Fetch event action data to monitor and report on custom user interactions tracked in Matomo analytics.

Properties

Name Meaning
queryParameters A collection of query parameters to customize the API request, such as filtering by action name, date, site ID, and other event-related criteria.

Output

JSON

  • json - The JSON response from the Matomo API containing event action data for the specified name ID and query parameters.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause the node to throw an error.
  • Verify that the query parameters are correctly set and valid for the Matomo API to avoid unexpected API errors.
  • Check the operation and resource names are correctly specified to match supported Matomo API methods.

Links

Discussion