You can manually log user events and send them with each report using this method. This method takes a single string.
Luciq.logUserEvent(withName: "Skipped Walkthrough")
[Luciq logUserEventWithName:@"Skipped Walkthrough"];
Luciq.logUserEvent("Logged in");
Luciq.logUserEvent("Logged in")
Luciq.logUserEventWithName("OnFeedbackButtonClicked");
Luciq.logUserEventWithName("OnFeedbackButtonClicked");
Luciq.logUserEventWithName('event');
//iOS
Luciq.LogUserEventWithName("User Event");
//Android
Luciq.LogUserEvent("My Event");