report_technologies
2 rows where report_id = "9ca99407-66ae-45e2-87b8-3d7e4d80624a"
This data as json, CSV (advanced)
| Link | report_id | name | type | source |
|---|---|---|---|---|
| 9ca99407-66ae-45e2-87b8-3d7e4d80624a,Matomo Tag Manager,runtime | https://boplats.se/ 9ca99407-66ae-45e2-87b8-3d7e4d80624a | Matomo Tag Manager | analytics | runtime |
| 9ca99407-66ae-45e2-87b8-3d7e4d80624a,Whitespace Analys,runtime | https://boplats.se/ 9ca99407-66ae-45e2-87b8-3d7e4d80624a | Whitespace Analys | analytics | runtime |
Advanced export
JSON shape: default, array, newline-delimited, object
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);