home / public

report_technologies

9 rows where report_id = "3cd241bc-3bbe-4ede-ba0d-946354e072ad"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Google,csp https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Google search csp
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Google Fonts,csp https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Google Fonts tools csp
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Google Maps,csp https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Google Maps tools csp
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Google Translate,csp https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Google Translate tools csp
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Matomo,runtime https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Matomo analytics runtime
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Matomo Tag Manager,runtime https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Matomo Tag Manager analytics runtime
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Whitespace Analys,csp https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Whitespace Analys analytics csp
3cd241bc-3bbe-4ede-ba0d-946354e072ad,Whitespace Analys,runtime https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad Whitespace Analys analytics runtime
3cd241bc-3bbe-4ede-ba0d-946354e072ad,WordPress,runtime https://staffanstorpsenergi.se/ 3cd241bc-3bbe-4ede-ba0d-946354e072ad WordPress platform 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 8.902ms