netflix_clickstream
15 rows
This data as json, CSV (advanced)
Suggested facets: navigation_level, click_time, created_at (date), updated_at (date), click_time (date)
id ▼ | created_at | updated_at | deleted_at | profile_name | source | navigation_level | referrer_url | webpage_url | click_time |
---|---|---|---|---|---|---|---|---|---|
1 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | playback | 2020-12-30 20:14:16+00:00 | |||
2 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | postPlay | 2020-12-30 20:14:16+00:00 | |||
3 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | playback | 2020-12-30 20:14:14+00:00 | |||
4 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | postPlay | 2020-12-30 20:14:14+00:00 | |||
5 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | browseTitles | 2020-12-30 20:08:30+00:00 | |||
6 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | playback | 2020-12-30 20:08:30+00:00 | |||
7 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | browseTitles | 2020-12-30 20:08:26+00:00 | |||
8 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | playback | 2020-12-30 18:49:07+00:00 | |||
9 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | browseTitles | 2020-12-30 18:49:07+00:00 | |||
10 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | playback | 2020-12-30 18:32:56+00:00 | |||
11 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | postPlay | 2020-12-30 18:32:56+00:00 | |||
12 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | browseTitles | 2020-12-30 18:32:48+00:00 | |||
13 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | playback | 2020-12-30 18:32:48+00:00 | |||
14 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | browseTitles | 2020-12-30 18:32:45+00:00 | |||
15 | 2021-01-22 20:46:21.580303+03:00 | 2021-01-22 20:46:21.580303+03:00 | Seva | iOS | playback | 2020-12-30 18:32:45+00:00 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE `netflix_clickstream` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`profile_name` text,`source` text,`navigation_level` text,`referrer_url` text,`webpage_url` text,`click_time` datetime,PRIMARY KEY (`id`)); CREATE UNIQUE INDEX `netflix_clickstream_key` ON `netflix_clickstream`(`profile_name`,`source`,`navigation_level`,`click_time`); CREATE INDEX `idx_netflix_clickstream_deleted_at` ON `netflix_clickstream`(`deleted_at`);