From 4b023074e06cd2cb59c0cfc74b83d3693c108c42 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 27 Jun 2021 22:21:01 +0600 Subject: [PATCH 1/2] Add theTradeDesk / advertising --- .../webextension/images/icons/theTradeDesk.svg | 5 +++++ src/technologies.json | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/theTradeDesk.svg diff --git a/src/drivers/webextension/images/icons/theTradeDesk.svg b/src/drivers/webextension/images/icons/theTradeDesk.svg new file mode 100644 index 000000000..825b9039a --- /dev/null +++ b/src/drivers/webextension/images/icons/theTradeDesk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index 7602f0996..4d0c1c4c3 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20403,6 +20403,22 @@ ], "website": "http://thelia.net" }, + "theTradeDesk": { + "cats": [ + 36 + ], + "description": "theTradeDeskis an technology company that markets a software platform used by digital ad buyers to purchase data-driven digital advertising campaigns across various ad formats and devices.", + "icon": "theTradeDesk.svg", + "js": { + "TTDUniversalPixelApi": "", + "ttd_dom_ready": "" + }, + "scripts": "\\.adsrvr\\.org/", + "xhr": "adsvr\\.org", + "saas": true, + "pricing": ["payg"], + "website": "https://www.thetradedesk.com" + }, "ThinkPHP": { "cats": [ 18 From bde0f3788db27498fb3ee1b4dbbb17a5f37a3153 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 27 Jun 2021 22:23:35 +0600 Subject: [PATCH 2/2] upd descript --- src/technologies.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 4d0c1c4c3..b32fc1ebd 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20407,7 +20407,7 @@ "cats": [ 36 ], - "description": "theTradeDeskis an technology company that markets a software platform used by digital ad buyers to purchase data-driven digital advertising campaigns across various ad formats and devices.", + "description": "theTradeDesk is an technology company that markets a software platform used by digital ad buyers to purchase data-driven digital advertising campaigns across various ad formats and devices.", "icon": "theTradeDesk.svg", "js": { "TTDUniversalPixelApi": "", @@ -20416,7 +20416,9 @@ "scripts": "\\.adsrvr\\.org/", "xhr": "adsvr\\.org", "saas": true, - "pricing": ["payg"], + "pricing": [ + "payg" + ], "website": "https://www.thetradedesk.com" }, "ThinkPHP": {