home / public

report_technologies

8 rows where report_id = "ce53e62c-1f77-4f73-a3e3-b97682ccbed6"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,BootstrapCDN,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 BootstrapCDN cdn runtime
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,Google,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 Google search runtime
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,Google Tag Manager,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 Google Tag Manager analytics runtime
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,Google Universal Analytics,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 Google Universal Analytics analytics runtime
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,Matomo,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 Matomo analytics runtime
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,Matomo Tag Manager,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 Matomo Tag Manager analytics runtime
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,Siteimprove,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 Siteimprove analytics runtime
ce53e62c-1f77-4f73-a3e3-b97682ccbed6,Whitespace Analys,runtime https://kommunsiffror.scb.se/ ce53e62c-1f77-4f73-a3e3-b97682ccbed6 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 13.894ms