Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, the 'Live' resource with the 'Get Visitor Profile' operation fetches detailed profile data for a specific visitor, which can be used to analyze visitor behavior and attributes in real-time. This is useful for scenarios like personalized marketing, user behavior analysis, and customer support.

Use Case Examples

  1. Fetch a visitor profile by providing a visitor ID to understand their interaction history and attributes.
  2. Retrieve visitor profile data to segment users based on behavior for targeted campaigns.

Properties

Name Meaning
Query Parameters Parameters to customize the API request for fetching visitor profile data, such as visitor ID, site ID, and other filters.

Output

JSON

  • * - The JSON response from the Matomo API containing visitor profile data

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the visitor ID and other query parameters are valid and correctly formatted.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details and adjust parameters accordingly.

Links

Discussion