From 753dbb520953c7a299ca2466ff0bb1d81422bb67 Mon Sep 17 00:00:00 2001 From: kyjhoz-mikfip-goXci0 <149243371+kyjhoz-mikfip-goXci0@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:25:20 +1000 Subject: [PATCH 1/5] add softbank --- source/trackers.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/source/trackers.json b/source/trackers.json index f80c34d8..65b32eee 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -26,6 +26,12 @@ "url": "https://www.abc.net.au/", "companyId": "australian_government" }, + "adchina": { + "name": "AdChina", + "categoryId": 4, + "url": "http://www.adchina.com/", + "companyId": "softbank" + }, "adguard": { "name": "AdGuard", "categoryId": 8, @@ -74,17 +80,29 @@ "url": "https://about.ads.microsoft.com/en-us/solutions/xandr/xandr-premium-programmatic-advertising", "companyId": "microsoft" }, + "alibaba.com": { + "name": "Alibaba", + "categoryId": 8, + "url": "http://www.alibaba.com/", + "companyId": "softbank" + }, "alibaba_cloud": { "name": "Alibaba Cloud", "categoryId": 10, "url": "https://www.alibabacloud.com/", - "companyId": "alibaba" + "companyId": "softbank" }, "alibaba_ucbrowser": { "name": "UC Browser", "categoryId": 8, "url": "https://ucweb.com/", - "companyId": "alibaba" + "companyId": "softbank" + }, + "alipay.com": { + "name": "Alipay", + "categoryId": 2, + "url": "https://www.alipay.com/", + "companyId": "softbank" }, "apple": { "name": "Apple", @@ -794,6 +812,12 @@ "url": "https://www.switch.tv/", "companyId": "switchtv" }, + "taobao": { + "name": "Taobao", + "categoryId": 4, + "url": "https://world.taobao.com/", + "companyId": "softbank" + }, "telstra": { "name": "Telstra", "categoryId": 8, From f0dae9afd9e40f9e9870fa6f54382ba3204eab1a Mon Sep 17 00:00:00 2001 From: kyjhoz-mikfip-goXci0 <149243371+kyjhoz-mikfip-goXci0@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:25:40 +1000 Subject: [PATCH 2/5] add softbank --- source/companies.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/companies.json b/source/companies.json index 2ac0058d..32fcdfc0 100644 --- a/source/companies.json +++ b/source/companies.json @@ -291,6 +291,11 @@ "websiteUrl": "https://www.snapchat.com/", "description": "Snap Inc. is a camera company.\\n\\nWe believe that reinventing the camera represents our greatest opportunity to improve the way people live and communicate.\\nOur products empower people to express themselves, live in the moment, learn about the world, and have fun together." }, + "softbank": { + "name": "SoftBank Group Corp.", + "websiteUrl": "https://group.softbank/", + "description": "SoftBank Group Corp. is a Japanese multinational investment holding company headquartered in Minato, Tokyo which focuses on investment management." + }, "solaredge": { "name": "SolarEdge Technologies, Inc.", "websiteUrl": "https://www.solaredge.com/", From fb43b594089a45141f33218aa6967b2d9e27b6d2 Mon Sep 17 00:00:00 2001 From: kyjhoz-mikfip-goXci0 <149243371+kyjhoz-mikfip-goXci0@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:38:17 +1000 Subject: [PATCH 3/5] update AdChina was bought by Alibaba, but hasn't made an appearance online since 2015. Presumed absorbed and shutdown. --- source/trackers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/trackers.json b/source/trackers.json index 65b32eee..13e161cc 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -30,7 +30,7 @@ "name": "AdChina", "categoryId": 4, "url": "http://www.adchina.com/", - "companyId": "softbank" + "companyId": "null" }, "adguard": { "name": "AdGuard", From a306c76b18ba10830be70c41142126045a5d7d8d Mon Sep 17 00:00:00 2001 From: kyjhoz-mikfip-goXci0 <149243371+kyjhoz-mikfip-goXci0@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:40:30 +1000 Subject: [PATCH 4/5] fix null --- source/trackers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/trackers.json b/source/trackers.json index 13e161cc..8f02992b 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -30,7 +30,7 @@ "name": "AdChina", "categoryId": 4, "url": "http://www.adchina.com/", - "companyId": "null" + "companyId": null }, "adguard": { "name": "AdGuard", From 09da18cefb0ae48afd6495f8728cc1407da7102a Mon Sep 17 00:00:00 2001 From: kyjhoz-mikfip-goXci0 <149243371+kyjhoz-mikfip-goXci0@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:44:04 +1000 Subject: [PATCH 5/5] update --- source/trackers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/trackers.json b/source/trackers.json index 8f02992b..45546785 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -101,7 +101,7 @@ "alipay.com": { "name": "Alipay", "categoryId": 2, - "url": "https://www.alipay.com/", + "url": "https://global.alipay.com/", "companyId": "softbank" }, "apple": {