type RawClickEvent struct {
Event Timestamp int64 CurrentURL string HTMLTarget string// ElapsedTime stands for the time since the last RawClickEvent ElapsedTime int64
}
RawClickEvent represents any click a user performs
RawURLEvent represents any URL change. The event stores the url the moved from
the url the user went to and the elapsed time the user spend on the "From" URL