home / public

report_technologies

5 rows where report_id = "6b9412ca-588b-4b86-9a0a-fabb56a09000"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
6b9412ca-588b-4b86-9a0a-fabb56a09000,Matomo,runtime https://staffanstorpskommunfastigheter.se/ 6b9412ca-588b-4b86-9a0a-fabb56a09000 Matomo analytics runtime
6b9412ca-588b-4b86-9a0a-fabb56a09000,Matomo Tag Manager,runtime https://staffanstorpskommunfastigheter.se/ 6b9412ca-588b-4b86-9a0a-fabb56a09000 Matomo Tag Manager analytics runtime
6b9412ca-588b-4b86-9a0a-fabb56a09000,Whitespace Analys,csp https://staffanstorpskommunfastigheter.se/ 6b9412ca-588b-4b86-9a0a-fabb56a09000 Whitespace Analys analytics csp
6b9412ca-588b-4b86-9a0a-fabb56a09000,Whitespace Analys,runtime https://staffanstorpskommunfastigheter.se/ 6b9412ca-588b-4b86-9a0a-fabb56a09000 Whitespace Analys analytics runtime
6b9412ca-588b-4b86-9a0a-fabb56a09000,WordPress,runtime https://staffanstorpskommunfastigheter.se/ 6b9412ca-588b-4b86-9a0a-fabb56a09000 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 14.676ms