home / public

report_technologies

6 rows where report_id = "5c521a91-9d21-4f7d-9206-9b8e41535080"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
5c521a91-9d21-4f7d-9206-9b8e41535080,Google Fonts,runtime https://agenda2030utbildning.scb.se/ 5c521a91-9d21-4f7d-9206-9b8e41535080 Google Fonts tools runtime
5c521a91-9d21-4f7d-9206-9b8e41535080,Google Tag Manager,runtime https://agenda2030utbildning.scb.se/ 5c521a91-9d21-4f7d-9206-9b8e41535080 Google Tag Manager analytics runtime
5c521a91-9d21-4f7d-9206-9b8e41535080,Google Universal Analytics,runtime https://agenda2030utbildning.scb.se/ 5c521a91-9d21-4f7d-9206-9b8e41535080 Google Universal Analytics analytics runtime
5c521a91-9d21-4f7d-9206-9b8e41535080,Matomo,runtime https://agenda2030utbildning.scb.se/ 5c521a91-9d21-4f7d-9206-9b8e41535080 Matomo analytics runtime
5c521a91-9d21-4f7d-9206-9b8e41535080,Matomo Tag Manager,runtime https://agenda2030utbildning.scb.se/ 5c521a91-9d21-4f7d-9206-9b8e41535080 Matomo Tag Manager analytics runtime
5c521a91-9d21-4f7d-9206-9b8e41535080,Whitespace Analys,runtime https://agenda2030utbildning.scb.se/ 5c521a91-9d21-4f7d-9206-9b8e41535080 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 65.152ms