diff --git a/src/categories.json b/src/categories.json index 717f42caa..c5b23730f 100644 --- a/src/categories.json +++ b/src/categories.json @@ -251,7 +251,7 @@ }, "53": { "name": "CRM", - "groups": [ 2 ], + "groups": [ 2, 16 ], "priority": 5 }, "54": { @@ -261,7 +261,7 @@ }, "55": { "name": "Accounting", - "groups": [ 1 ], + "groups": [ 16 ], "priority": 1 }, "56": { @@ -346,12 +346,12 @@ }, "73": { "name": "Surveys", - "groups": [ 2 ], + "groups": [ 8 ], "priority": 9 }, "74": { "name": "A/B Testing", - "groups": [ 9 ], + "groups": [ 8 ], "priority": 9 }, "75": { diff --git a/src/groups.json b/src/groups.json index 85ba01a8d..c3005b6b2 100644 --- a/src/groups.json +++ b/src/groups.json @@ -21,10 +21,10 @@ "name": "Servers" }, "8": { - "name": "Tracking" + "name": "Analytics" }, "9": { - "name": "Development" + "name": "Web development" }, "10": { "name": "Media" @@ -35,10 +35,13 @@ "13": { "name": "Privacy" }, - "13": { + "14": { "name": "Booking" }, - "14": { + "15": { "name": "Add-ons" + }, + "16": { + "name": "Business tools" } }