ONBRDNG Schema for a user_event
Unique Identifier for a User Event
Foreign key for User
The User's session where the even occured in
Moment of User Event creation. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$ The category the event fits in, ie 'video', 'favorite', 'friend', etc.
The action for the category the event happened in, ie 'add', 'remove', 'view', 'scroll', etc.
The object / type the user event is for, ie 'user' or 'content'.
Foreign key for object / type.
The 'value' for the user event. Could be a numeric or string value.