add_entries

Overview

Adds an entry to event. add_entries is part of mutate event processors.

OptionRequiredTypeDescription
entriesYesListList of events to be added. Valid entries are key, value, and overwrite_if_key_exists.
keyN/AN/AKey of the new event to be added.
valueN/AN/AValue of the new entry to be added. Valid data types are strings, booleans, numbers, null, nested objects, and arrays containing the aforementioned data types.
overwrite_if_key_existsNoBooleanIf true, the existing value gets overwritten if the key already exists within the event. Default is false.