home / public

report_technologies

8 rows where report_id = "59cd3208-967a-449e-a28b-87b1a49c332a"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
59cd3208-967a-449e-a28b-87b1a49c332a,Leadfeeder,csp https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a Leadfeeder tools csp
59cd3208-967a-449e-a28b-87b1a49c332a,Leadfeeder,runtime https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a Leadfeeder tools runtime
59cd3208-967a-449e-a28b-87b1a49c332a,LinkedIn,csp https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a LinkedIn social csp
59cd3208-967a-449e-a28b-87b1a49c332a,Matomo,runtime https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a Matomo analytics runtime
59cd3208-967a-449e-a28b-87b1a49c332a,Matomo Tag Manager,runtime https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a Matomo Tag Manager analytics runtime
59cd3208-967a-449e-a28b-87b1a49c332a,Vimeo,csp https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a Vimeo video csp
59cd3208-967a-449e-a28b-87b1a49c332a,Whitespace Analys,csp https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a Whitespace Analys analytics csp
59cd3208-967a-449e-a28b-87b1a49c332a,Whitespace Analys,runtime https://whitespace.se/ 59cd3208-967a-449e-a28b-87b1a49c332a Whitespace Analys analytics 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 32.699ms