home / public

report_technologies

8 rows where report_id = "0014c175-390e-4189-8c8f-97b7efea5498"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
0014c175-390e-4189-8c8f-97b7efea5498,Cookiebot,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 Cookiebot consent runtime
0014c175-390e-4189-8c8f-97b7efea5498,DoubleClick,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 DoubleClick tools runtime
0014c175-390e-4189-8c8f-97b7efea5498,Google,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 Google search runtime
0014c175-390e-4189-8c8f-97b7efea5498,Google Analytics 4,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 Google Analytics 4 analytics runtime
0014c175-390e-4189-8c8f-97b7efea5498,Google Tag Manager,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 Google Tag Manager analytics runtime
0014c175-390e-4189-8c8f-97b7efea5498,Google Universal Analytics,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 Google Universal Analytics analytics runtime
0014c175-390e-4189-8c8f-97b7efea5498,LinkedIn,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 LinkedIn social runtime
0014c175-390e-4189-8c8f-97b7efea5498,jsDelivr,runtime https://www.beckers-group.com/ 0014c175-390e-4189-8c8f-97b7efea5498 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.425ms