Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to user management and other Matomo resources. Specifically, for the 'Users Manager' resource and 'Get User Preference' operation, it retrieves a specific user preference based on provided query parameters. This node is useful for automating the retrieval of user preferences and other Matomo analytics data, enabling workflows that require user-specific settings or analytics insights.

Use Case Examples

  1. Retrieve a user's preference setting by specifying the preference key and user login.
  2. Fetch user preferences to customize reports or dashboards based on user-specific configurations.

Properties

Name Meaning
Query Parameters Collection of key-value pairs used to specify filters and options for the API request, such as user login, preference name, and other parameters relevant to the operation.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested user preference data or other requested information.

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 'Get User Preference' operation to avoid API errors.
  • Check network connectivity and Matomo API availability if requests fail or time out.

Links

Discussion