home / public

report_technologies

18 rows where report_id = "00115221-e7c1-417c-a7f4-1ddb987790c6"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
00115221-e7c1-417c-a7f4-1ddb987790c6,Amazon Web Services,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Amazon Web Services infrastructure csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Amazon Web Services,runtime https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Amazon Web Services infrastructure runtime
00115221-e7c1-417c-a7f4-1ddb987790c6,DoubleClick,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 DoubleClick tools csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google search csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google APIs,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google APIs infrastructure csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google Ads,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google Ads advertising csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google Analytics 4,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google Analytics 4 analytics csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google Fonts,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google Fonts tools csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google Maps,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google Maps tools csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google Tag Manager,runtime https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google Tag Manager analytics runtime
00115221-e7c1-417c-a7f4-1ddb987790c6,Google Translate,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google Translate tools csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Google Universal Analytics,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Google Universal Analytics analytics csp
00115221-e7c1-417c-a7f4-1ddb987790c6,Twitter / X,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 Twitter / X social csp
00115221-e7c1-417c-a7f4-1ddb987790c6,VWO,runtime https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 VWO tools runtime
00115221-e7c1-417c-a7f4-1ddb987790c6,YouTube,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 YouTube video csp
00115221-e7c1-417c-a7f4-1ddb987790c6,jsDelivr,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 jsDelivr cdn csp
00115221-e7c1-417c-a7f4-1ddb987790c6,unpkg,csp https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 unpkg cdn csp
00115221-e7c1-417c-a7f4-1ddb987790c6,unpkg,runtime https://www.se.com/se/sv/ 00115221-e7c1-417c-a7f4-1ddb987790c6 unpkg cdn runtime

Advanced export

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

CSV options:

CREATE TABLE report_technologies (
  report_id TEXT NOT NULL REFERENCES reports(id) ON DELETE CASCADE,
  name      TEXT NOT NULL,
  type      TEXT NOT NULL,
  source    TEXT NOT NULL,
  PRIMARY KEY (report_id, name, source)
);
CREATE INDEX idx_report_technologies_name ON report_technologies(name);
Powered by Datasette · Queries took 97.357ms