home / public

report_technologies

9 rows where report_id = "6ed6cbac-44e6-4996-997c-51c64a56c121"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
6ed6cbac-44e6-4996-997c-51c64a56c121,Cloudflare,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 Cloudflare cdn runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,Cookiebot,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 Cookiebot consent runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,DoubleClick,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 DoubleClick tools runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,Google,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 Google search runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,Google Ads,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 Google Ads tools runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,Google Tag Manager,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 Google Tag Manager analytics runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,HubSpot,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 HubSpot tools runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,LinkedIn,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 LinkedIn social runtime
6ed6cbac-44e6-4996-997c-51c64a56c121,Matomo Tag Manager,runtime https://www.billerud.com/ 6ed6cbac-44e6-4996-997c-51c64a56c121 Matomo Tag Manager 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 9.87ms