Got it @DebbyNPL Typically, Events are metrics. So they act as counters
for recording incremental numbers on anything we track from Webpages or
Apps. So, I do not think we can assign a text value to events. More info
here - Reference Link. However, if you have seen a code snippet like
below in any of your Launch Rules, then these are not for assigning text
values to events. Rather, we are incrementing counters on the events
mentioned. s.events = "event1,event2"; s.linkTrackEvents =
"event1";Sinc...