Skip to content

Tamper: Aggregate

Plugin ID: eca_tamper:aggregate

Available since: 1.0.0

Aggregates data, such as picking the maximum value.

Fields

Data to be tampered — config key: eca_data


This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Result token name — config key: eca_token_name

Provide a token name under which the tampered result will be made available for subsequent actions.
This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Function — config key: function

Method of how to process multiple values into a single value.

Type: radios · Required: yes

Allowed values: average, count, max, median, min, mode, range, sum

Count mode — config key: count

The recursive option will count all elements in a multidimensional array.

Type: select · Required: no

Allowed values: normal, recursive