home / public

report_technologies

5 rows where report_id = "865019b2-14e7-454c-8ea6-9db04001d604"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
865019b2-14e7-454c-8ea6-9db04001d604,Leadfeeder,csp https://whitespace.se/ 865019b2-14e7-454c-8ea6-9db04001d604 Leadfeeder tools csp
865019b2-14e7-454c-8ea6-9db04001d604,Leadfeeder,runtime https://whitespace.se/ 865019b2-14e7-454c-8ea6-9db04001d604 Leadfeeder tools runtime
865019b2-14e7-454c-8ea6-9db04001d604,LinkedIn,csp https://whitespace.se/ 865019b2-14e7-454c-8ea6-9db04001d604 LinkedIn social csp
865019b2-14e7-454c-8ea6-9db04001d604,Matomo Tag Manager,runtime https://whitespace.se/ 865019b2-14e7-454c-8ea6-9db04001d604 Matomo Tag Manager analytics runtime
865019b2-14e7-454c-8ea6-9db04001d604,Vimeo,csp https://whitespace.se/ 865019b2-14e7-454c-8ea6-9db04001d604 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 22.493ms