get_customer_events
Fetch customer events like page views, product views, and searches to analyze shopping behavior. Filter by customer, event type, and date range for targeted insights.
Instructions
Fetch customer events (page views, product views, searches, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of events to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'customer_id:123456789', 'event_type:page_view') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by | |
| occurredAtMax | No | Maximum occurrence date (ISO format) | |
| occurredAtMin | No | Minimum occurrence date (ISO format) |