home / public

report_technologies

5 rows where report_id = "64e87527-6886-4a94-9c50-13502472aa4a"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
64e87527-6886-4a94-9c50-13502472aa4a,Leadfeeder,csp https://whitespace.se/ 64e87527-6886-4a94-9c50-13502472aa4a Leadfeeder tools csp
64e87527-6886-4a94-9c50-13502472aa4a,Leadfeeder,runtime https://whitespace.se/ 64e87527-6886-4a94-9c50-13502472aa4a Leadfeeder tools runtime
64e87527-6886-4a94-9c50-13502472aa4a,LinkedIn,csp https://whitespace.se/ 64e87527-6886-4a94-9c50-13502472aa4a LinkedIn social csp
64e87527-6886-4a94-9c50-13502472aa4a,Matomo Tag Manager,runtime https://whitespace.se/ 64e87527-6886-4a94-9c50-13502472aa4a Matomo Tag Manager analytics runtime
64e87527-6886-4a94-9c50-13502472aa4a,Vimeo,csp https://whitespace.se/ 64e87527-6886-4a94-9c50-13502472aa4a 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 11.6ms