User Event

Type: object

ONBRDNG Schema for a user_event

Type: string

Unique Identifier for a User Event

Type: string

Foreign key for User

Type: string

The User's session where the even occured in

Type: stringFormat: date-time

Moment of User Event creation. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: string

The category the event fits in, ie 'video', 'favorite', 'friend', etc.

Type: string

The action for the category the event happened in, ie 'add', 'remove', 'view', 'scroll', etc.

Type: string

The object / type the user event is for, ie 'user' or 'content'.

Type: string

Foreign key for object / type.

Type: string

The 'value' for the user event. Could be a numeric or string value.