home / public

report_technologies

8 rows where report_id = "24f2e00e-bf07-4126-bf8f-367890d06c78"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
24f2e00e-bf07-4126-bf8f-367890d06c78,Criteo,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 Criteo tools runtime
24f2e00e-bf07-4126-bf8f-367890d06c78,DoubleClick,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 DoubleClick tools runtime
24f2e00e-bf07-4126-bf8f-367890d06c78,Google,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 Google search runtime
24f2e00e-bf07-4126-bf8f-367890d06c78,Google APIs,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 Google APIs infrastructure runtime
24f2e00e-bf07-4126-bf8f-367890d06c78,Google Ads,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 Google Ads tools runtime
24f2e00e-bf07-4126-bf8f-367890d06c78,Google Fonts,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 Google Fonts tools runtime
24f2e00e-bf07-4126-bf8f-367890d06c78,Google Tag Manager,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 Google Tag Manager analytics runtime
24f2e00e-bf07-4126-bf8f-367890d06c78,jsDelivr,runtime https://www.dn.se/ 24f2e00e-bf07-4126-bf8f-367890d06c78 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 11.374ms