home / public

report_technologies

7 rows where report_id = "006723f8-59d8-4c60-ac70-21f7258884c6"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
006723f8-59d8-4c60-ac70-21f7258884c6,Facebook / Meta,runtime https://www.mtabygg.se/ 006723f8-59d8-4c60-ac70-21f7258884c6 Facebook / Meta social runtime
006723f8-59d8-4c60-ac70-21f7258884c6,Google Analytics 4,runtime https://www.mtabygg.se/ 006723f8-59d8-4c60-ac70-21f7258884c6 Google Analytics 4 analytics runtime
006723f8-59d8-4c60-ac70-21f7258884c6,Google Fonts,runtime https://www.mtabygg.se/ 006723f8-59d8-4c60-ac70-21f7258884c6 Google Fonts tools runtime
006723f8-59d8-4c60-ac70-21f7258884c6,Google Tag Manager,runtime https://www.mtabygg.se/ 006723f8-59d8-4c60-ac70-21f7258884c6 Google Tag Manager analytics runtime
006723f8-59d8-4c60-ac70-21f7258884c6,Google Universal Analytics,runtime https://www.mtabygg.se/ 006723f8-59d8-4c60-ac70-21f7258884c6 Google Universal Analytics analytics runtime
006723f8-59d8-4c60-ac70-21f7258884c6,WordPress,runtime https://www.mtabygg.se/ 006723f8-59d8-4c60-ac70-21f7258884c6 WordPress platform runtime
006723f8-59d8-4c60-ac70-21f7258884c6,unpkg,runtime https://www.mtabygg.se/ 006723f8-59d8-4c60-ac70-21f7258884c6 unpkg cdn 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 36.12ms