report_technologies
2 rows where report_id = "0060aef4-d2ee-4ae5-91f2-6f6e878beb14"
This data as json, CSV (advanced)
| Link | report_id | name | type | source |
|---|---|---|---|---|
| 0060aef4-d2ee-4ae5-91f2-6f6e878beb14,Adobe Launch / DTM,runtime | https://www.shell.com/who-we-are/contact-us/sweden-contact-us.html 0060aef4-d2ee-4ae5-91f2-6f6e878beb14 | Adobe Launch / DTM | tools | runtime |
| 0060aef4-d2ee-4ae5-91f2-6f6e878beb14,OneTrust,runtime | https://www.shell.com/who-we-are/contact-us/sweden-contact-us.html 0060aef4-d2ee-4ae5-91f2-6f6e878beb14 | OneTrust | consent | runtime |
Advanced export
JSON shape: default, array, newline-delimited, object
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);