diff --git a/src/drivers/webextension/images/icons/ID5.png b/src/drivers/webextension/images/icons/ID5.png new file mode 100644 index 000000000..a533dcd35 Binary files /dev/null and b/src/drivers/webextension/images/icons/ID5.png differ diff --git a/src/technologies/i.json b/src/technologies/i.json index 3399fdfdb..a65e4b3d1 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -31,6 +31,28 @@ "icon": "IBM.svg", "website": "https://ibm.com/software/webservers/httpservers" }, + "ID5": { + "cats": [ + 36, + 77 + ], + "description": "ID5 is the leading identity provider powering addressable advertising for brands, publishers, and their technology partners.", + "saas": true, + "icon": "ID5.png", + "website": "https://id5.io/", + "scriptSrc": [ + "^https://(?:cdn\\.)?id5-sync\\.com", + "id5-api\\.js" + ], + "xhr": ".*id5-sync\\.com", + "cookies": { + "id5": "" + }, + "js": { + "ID5": "", + "__id5_instances": "" + } + }, "IIS": { "cats": [ 22 @@ -1637,4 +1659,4 @@ "saas": true, "website": "https://www.iyzico.com" } -} \ No newline at end of file +}