home / public

report_technologies

5 rows where report_id = "fe35d306-0eba-4e24-9c44-f84f888a4432"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
fe35d306-0eba-4e24-9c44-f84f888a4432,Leadfeeder,csp https://whitespace.se/ fe35d306-0eba-4e24-9c44-f84f888a4432 Leadfeeder tools csp
fe35d306-0eba-4e24-9c44-f84f888a4432,Leadfeeder,runtime https://whitespace.se/ fe35d306-0eba-4e24-9c44-f84f888a4432 Leadfeeder tools runtime
fe35d306-0eba-4e24-9c44-f84f888a4432,LinkedIn,csp https://whitespace.se/ fe35d306-0eba-4e24-9c44-f84f888a4432 LinkedIn social csp
fe35d306-0eba-4e24-9c44-f84f888a4432,Matomo Tag Manager,runtime https://whitespace.se/ fe35d306-0eba-4e24-9c44-f84f888a4432 Matomo Tag Manager analytics runtime
fe35d306-0eba-4e24-9c44-f84f888a4432,Vimeo,csp https://whitespace.se/ fe35d306-0eba-4e24-9c44-f84f888a4432 Vimeo video csp

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 16.898ms