google_activity_products_assoc
15 rows
This data as json, CSV (advanced)
Suggested facets: product_id
Link | action_id | product_id |
---|---|---|
3,2 | Initiated a Takeout 3 | Takeout 2 |
8357,21 | Used Maps 8357 | Maps 21 |
26715,22 | Visited https://www.youtube.com/watch?v=YVYDz_coSfY 26715 | Ads 22 |
26716,22 | Visited Explore the Entire World--from the Comfort of Quarantine--with 4K ... 26716 | Ads 22 |
26717,22 | Displayed Gmail ads 26717 | Ads 22 |
26718,22 | Displayed Gmail ads 26718 | Ads 22 |
26719,22 | Displayed Gmail ads 26719 | Ads 22 |
26720,22 | Used com.chess.iphone 26720 | Ads 22 |
26721,22 | Displayed Gmail ads 26721 | Ads 22 |
37807,23 | Visited vc.ru/ 37807 | Google Analytics 23 |
60053,24 | Watched Cairo's Khan el-Khalili Walking Tour (4K/60fps) 60053 | YouTube 24 |
74458,25 | Visited Home · Patrick Collison 74458 | Search 25 |
74459,25 | Searched for patrick collison 74459 | Search 25 |
74460,25 | Searched for 15000 * 0.75 74460 | Search 25 |
74461,25 | Searched for amsterdam london train 74461 | Search 25 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE `google_activity_products_assoc` (`action_id` integer,`product_id` integer,PRIMARY KEY (`action_id`,`product_id`),CONSTRAINT `fk_google_activity_products_assoc_product` FOREIGN KEY (`product_id`) REFERENCES `google_activity_products`(`id`),CONSTRAINT `fk_google_activity_products_assoc_action` FOREIGN KEY (`action_id`) REFERENCES `google_activity`(`id`));