Skip to content

Commit

Permalink
Merge pull request #318 from kyjhoz-mikfip-goXci0/fix-alibaba-trading…
Browse files Browse the repository at this point in the history
…-name

Fix alibaba trading name
  • Loading branch information
Alex-302 authored Nov 24, 2023
2 parents aa5eea0 + 21cca56 commit 1967e14
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
5 changes: 5 additions & 0 deletions source/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,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/",
Expand Down
28 changes: 26 additions & 2 deletions source/trackers.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"url": "https://www.abc.net.au/",
"companyId": "australian_government"
},
"adchina": {
"name": "AdChina",
"categoryId": 4,
"url": "http://www.adchina.com/",
"companyId": null
},
"adcolony": {
"name": "AdColony",
"categoryId": 4,
Expand Down Expand Up @@ -92,17 +98,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://global.alipay.com/",
"companyId": "softbank"
},
"apple": {
"name": "Apple",
Expand Down Expand Up @@ -818,6 +836,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,
Expand Down

0 comments on commit 1967e14

Please sign in to comment.