home / public

report_technologies

8 rows where report_id = "b1cbd3a6-7b80-4c6a-8010-e64db512edf5"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,Criteo,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 Criteo tools runtime
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,DoubleClick,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 DoubleClick tools runtime
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,Google,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 Google search runtime
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,Google APIs,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 Google APIs infrastructure runtime
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,Google Ads,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 Google Ads tools runtime
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,Google Fonts,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 Google Fonts tools runtime
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,Google Tag Manager,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 Google Tag Manager analytics runtime
b1cbd3a6-7b80-4c6a-8010-e64db512edf5,jsDelivr,runtime https://www.dn.se/ b1cbd3a6-7b80-4c6a-8010-e64db512edf5 jsDelivr cdn 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 13.336ms