Analytics Interaction
Index customer interaction analytics from orders
Overview
This task indexes customer interaction analytics by processing orders and creating analytics records for interaction tracking and reporting purposes. It enables analysis of customer engagement patterns and order-related interactions.
Identifier
| Property | Value |
|---|---|
| Implementation Type | AnalyticsInteractionScheduledTask |
| Group | Analytics |
| Type | Delta |
When to Use
Enable this task when you need:
- Customer interaction tracking and analysis
- Order-based engagement metrics
- Customer journey analytics
- Interaction pattern reporting
Configuration Properties
This task has no configurable properties.
Behavior
What It Does
- Retrieves all orders modified since the last run
- Extracts interaction data from each order (customer touchpoints, order events)
- Creates or updates interaction analytics records
- Indexes the analytics data for reporting
Prerequisites
- Orders must exist in the system
- Analytics indexing services must be configured
Side Effects
- Updates the analytics interaction index
- May increase storage usage as interaction records accumulate
Example Configuration
Recommended Schedule
Run every 15 minutes (*/15 * * * *) to maintain near real-time interaction analytics while balancing system resources.
Related Tasks
- Analytics Order Line - Complementary order analytics
- Add Stats Orders - Order statistics queue
