Adding aggregations in event strategies
By adding aggregations, you can define various functions to apply to events in an event strategy. For example, you can sum property values from incoming events for trend detection, such as the number of dropped calls, transactions, or aggregated credit card purchases.
- In an event strategy, add an Aggregate shape.
- Right-click the Aggregate shape to open the Aggregate properties window.
- Click Add aggregation.
- Select a function to use for aggregating data.For more information, see Aggregation options in event strategies.
- In the Source field, specify a property that is available in the
data flow.
- In the Aggregate field, provide a name.The name is a dynamic property that exists only in the context of the event strategy. The dynamic property contains the result of the aggregation function. Aggregation names within an event strategy must be unique.
- Optional: To add more aggregations, repeat steps 3 through 6.
- Click Submit.
- Aggregation options in event strategies
You can aggregate values of event properties to derive such insights as sum, count, standard deviation, or median. By looking at the aggregated data, you can detect meaningful patterns that can help you optimize your next-best-action offering.
- Approximate median calculation
Use the approximate median to calculate the center value of a data group in which strong outliers might distort the outcome.
Previous topic Event Strategy rule - Completing the Create, Save As, or Specialization form Next topic Aggregation options in event strategies