home / public

report_technologies

8 rows where report_id = "0ed41c16-ff9a-4867-9910-f4c8d85224f5"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Google,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 Google search runtime
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Google Analytics 4,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 Google Analytics 4 analytics runtime
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Google Fonts,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 Google Fonts tools runtime
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Google Tag Manager,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 Google Tag Manager analytics runtime
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Google Universal Analytics,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 Google Universal Analytics analytics runtime
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Matomo,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 Matomo analytics runtime
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Matomo Tag Manager,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 Matomo Tag Manager analytics runtime
0ed41c16-ff9a-4867-9910-f4c8d85224f5,Whitespace Analys,runtime https://agenda2030training.scb.se/ 0ed41c16-ff9a-4867-9910-f4c8d85224f5 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 64.842ms