Kaia Recordings Viewed
This table has 1 row per time the recording is paused or played, per user, and per org id.
Column | Type | Definition | Sample Value(s) | Sample Use |
---|---|---|---|---|
BUTTON_TYPE | Varchar | The button that was clicked. | 'kaia recording play', 'kaia recording pause' | |
EVENT_NAME | Varchar | This is always 'kaia video clicked'. | ||
EVENT_TIME | Timestamp_NTZ | The time of this click event. | ||
INSTANCE_ID | Varchar | The Kaia meeting ID. | ||
O_ID | Varchar | Organization ID, also called instance ID. This is the ID for your unique Outreach account. | Most commonly used on joins alongside other primary keys. where a.o_id = b.o_id and a.id = b.a_id | |
USER_GUID | Varchar | The guid for the user who performed the activity. | ||
USER_ID | Varchar | The id for the user who performed the activity. |