home / public

report_technologies

5 rows where report_id = "dde09db5-2d49-4665-b512-8149bee48ca2"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
dde09db5-2d49-4665-b512-8149bee48ca2,Cookiebot,runtime https://lararnasakassa.se/ dde09db5-2d49-4665-b512-8149bee48ca2 Cookiebot consent runtime
dde09db5-2d49-4665-b512-8149bee48ca2,Facebook / Meta,runtime https://lararnasakassa.se/ dde09db5-2d49-4665-b512-8149bee48ca2 Facebook / Meta social runtime
dde09db5-2d49-4665-b512-8149bee48ca2,Gatsby,runtime https://lararnasakassa.se/ dde09db5-2d49-4665-b512-8149bee48ca2 Gatsby platform runtime
dde09db5-2d49-4665-b512-8149bee48ca2,Matomo Tag Manager,runtime https://lararnasakassa.se/ dde09db5-2d49-4665-b512-8149bee48ca2 Matomo Tag Manager analytics runtime
dde09db5-2d49-4665-b512-8149bee48ca2,WordPress,runtime https://lararnasakassa.se/ dde09db5-2d49-4665-b512-8149bee48ca2 WordPress platform 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 8.206ms