home / public

report_technologies

8 rows where report_id = "0d2112dd-9e27-4a06-b8c0-eface74df493"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
0d2112dd-9e27-4a06-b8c0-eface74df493,Leadfeeder,csp https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 Leadfeeder tools csp
0d2112dd-9e27-4a06-b8c0-eface74df493,Leadfeeder,runtime https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 Leadfeeder tools runtime
0d2112dd-9e27-4a06-b8c0-eface74df493,LinkedIn,csp https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 LinkedIn social csp
0d2112dd-9e27-4a06-b8c0-eface74df493,Matomo,runtime https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 Matomo analytics runtime
0d2112dd-9e27-4a06-b8c0-eface74df493,Matomo Tag Manager,runtime https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 Matomo Tag Manager analytics runtime
0d2112dd-9e27-4a06-b8c0-eface74df493,Vimeo,csp https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 Vimeo video csp
0d2112dd-9e27-4a06-b8c0-eface74df493,Whitespace Analys,csp https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 Whitespace Analys analytics csp
0d2112dd-9e27-4a06-b8c0-eface74df493,Whitespace Analys,runtime https://whitespace.se/ 0d2112dd-9e27-4a06-b8c0-eface74df493 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 28.286ms