We track a ton of events that I'd like to measure in aggregate as a custom event. But, there are dozens of events I want in the combo event, all of which share a similar name. Is there a way to use wildcards or something to specify "include all events with a name like this"?
e.g. event names
userClicked-a
userClicked-b
userClicked-c
userClicked-d
userClicked-e
...
userClicked-n
and I would like to have a custom event for "all events whose name contain userClicked" without having to manually add each one.