home / public

report_technologies

8 rows where report_id = "ece1575f-a03f-403f-af95-467c49f80bb0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
ece1575f-a03f-403f-af95-467c49f80bb0,Google Analytics 4,csp https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Google Analytics 4 analytics csp
ece1575f-a03f-403f-af95-467c49f80bb0,Google Fonts,runtime https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Google Fonts tools runtime
ece1575f-a03f-403f-af95-467c49f80bb0,Google Tag Manager,csp https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Google Tag Manager analytics csp
ece1575f-a03f-403f-af95-467c49f80bb0,Google Universal Analytics,csp https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Google Universal Analytics analytics csp
ece1575f-a03f-403f-af95-467c49f80bb0,Matomo,runtime https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Matomo analytics runtime
ece1575f-a03f-403f-af95-467c49f80bb0,Matomo Tag Manager,runtime https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Matomo Tag Manager analytics runtime
ece1575f-a03f-403f-af95-467c49f80bb0,Whitespace Analys,csp https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Whitespace Analys analytics csp
ece1575f-a03f-403f-af95-467c49f80bb0,Whitespace Analys,runtime https://www.statistikdatabasen.scb.se/pxweb/sv/ssd/ ece1575f-a03f-403f-af95-467c49f80bb0 Whitespace Analys analytics 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 12.719ms