home / public

report_technologies

7 rows where report_id = "6f5ca89a-e7d9-40bf-85cb-6ec62e598540"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
6f5ca89a-e7d9-40bf-85cb-6ec62e598540,Criteo,runtime https://www.dn.se/ 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 Criteo tools runtime
6f5ca89a-e7d9-40bf-85cb-6ec62e598540,DoubleClick,runtime https://www.dn.se/ 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 DoubleClick tools runtime
6f5ca89a-e7d9-40bf-85cb-6ec62e598540,Google,runtime https://www.dn.se/ 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 Google search runtime
6f5ca89a-e7d9-40bf-85cb-6ec62e598540,Google APIs,runtime https://www.dn.se/ 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 Google APIs infrastructure runtime
6f5ca89a-e7d9-40bf-85cb-6ec62e598540,Google Ads,runtime https://www.dn.se/ 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 Google Ads tools runtime
6f5ca89a-e7d9-40bf-85cb-6ec62e598540,Google Tag Manager,runtime https://www.dn.se/ 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 Google Tag Manager analytics runtime
6f5ca89a-e7d9-40bf-85cb-6ec62e598540,jsDelivr,runtime https://www.dn.se/ 6f5ca89a-e7d9-40bf-85cb-6ec62e598540 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.206ms