At the moment there is the option to either:always record an eventrecord
an event once per visituse a serialization ID I would like a 4th option
of counting an event once per visit, per a unique value of another
variable (e.g. eVar, s.products) For example, we have a number of
processes that I want to trigger a completion event for, once per visit
per process. My options currently include:Dedicate an event to each
process and set each event to count once per visit. (uses too many
events)Use a si...