4 rows where "time" is on date 2021-01-12 and type = "Ads" sorted by title

View and edit SQL

Suggested facets: header, title, title_url, created_at (date), updated_at (date)

type

time (date)

  • 2021-01-12 · 4
id created_at updated_at deleted_at header title ▼ title_url type time
26717 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   Gmail Displayed Gmail ads   Ads 2021-01-12 08:18:19.113+00:00
26718 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   Gmail Displayed Gmail ads   Ads 2021-01-12 06:14:36.061+00:00
26716 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   openculture.com Visited Explore the Entire World--from the Comfort of Quarantine--with 4K ... https://www.google.com/url?q=https://www.openculture.com/2020/03/explore-the-entire-world-from-the-comfort-of-quarantine-with-4k-walking-tours.html&usg=AFQjCNFPvhCVmAwYAKyqmqd20ki0FRi1Yg Ads 2021-01-12 09:10:19.689+00:00
26715 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   youtube.com Visited https://www.youtube.com/watch?v=YVYDz_coSfY https://www.youtube.com/watch?v=YVYDz_coSfY Ads 2021-01-12 09:10:28.126+00:00

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `google_activity` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`header` text,`title` text,`title_url` text,`type` text,`time` datetime,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `google_activity_key` ON `google_activity`(`header`,`title`,`time`);
CREATE INDEX `idx_google_activity_deleted_at` ON `google_activity`(`deleted_at`);