home / public

report_technologies

4 rows where report_id = "00cb83f4-6261-4c21-97d5-132451834f43"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
00cb83f4-6261-4c21-97d5-132451834f43,Google Analytics 4,runtime https://purac.se/ 00cb83f4-6261-4c21-97d5-132451834f43 Google Analytics 4 analytics runtime
00cb83f4-6261-4c21-97d5-132451834f43,Google Tag Manager,runtime https://purac.se/ 00cb83f4-6261-4c21-97d5-132451834f43 Google Tag Manager analytics runtime
00cb83f4-6261-4c21-97d5-132451834f43,Google Universal Analytics,runtime https://purac.se/ 00cb83f4-6261-4c21-97d5-132451834f43 Google Universal Analytics analytics runtime
00cb83f4-6261-4c21-97d5-132451834f43,WordPress,runtime https://purac.se/ 00cb83f4-6261-4c21-97d5-132451834f43 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 30.973ms