home / public

report_technologies

4 rows where report_id = "dafb3dc8-d492-4dfd-89be-3d568b83b6b5"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, source

Link report_id name type source
dafb3dc8-d492-4dfd-89be-3d568b83b6b5,Matomo,runtime https://insights.analys.cloud/ dafb3dc8-d492-4dfd-89be-3d568b83b6b5 Matomo analytics runtime
dafb3dc8-d492-4dfd-89be-3d568b83b6b5,Matomo Tag Manager,runtime https://insights.analys.cloud/ dafb3dc8-d492-4dfd-89be-3d568b83b6b5 Matomo Tag Manager analytics runtime
dafb3dc8-d492-4dfd-89be-3d568b83b6b5,Whitespace Analys,csp https://insights.analys.cloud/ dafb3dc8-d492-4dfd-89be-3d568b83b6b5 Whitespace Analys analytics csp
dafb3dc8-d492-4dfd-89be-3d568b83b6b5,Whitespace Analys,runtime https://insights.analys.cloud/ dafb3dc8-d492-4dfd-89be-3d568b83b6b5 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 9.959ms