From 8c11449d238f339676df235f2fa9756c68deb74c Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Mon, 15 Oct 2018 00:08:38 +0300 Subject: [PATCH] more trackers --- client/src/helpers/trackers/adguard.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/client/src/helpers/trackers/adguard.json b/client/src/helpers/trackers/adguard.json index b73476fe..1272827e 100644 --- a/client/src/helpers/trackers/adguard.json +++ b/client/src/helpers/trackers/adguard.json @@ -46,6 +46,21 @@ "name": "AppsFlyer", "categoryId": 101, "url": "https://www.appsflyer.com/" + }, + "yandex_appmetrica": { + "name": "Yandex AppMetrica", + "categoryId": 101, + "url": "https://appmetrica.yandex.com/" + }, + "adjust": { + "name": "Adjust", + "categoryId": 101, + "url": "https://www.adjust.com/" + }, + "branch": { + "name": "Branch.io", + "categoryId": 101, + "url": "https://branch.io/" } }, "trackerDomains": { @@ -54,6 +69,9 @@ "flurry.com": "flurry", "hockeyapp.net": "hockeyapp", "app-measurement.com": "firebase", - "appsflyer.com": "appsflyer" + "appsflyer.com": "appsflyer", + "appmetrica.yandex.com": "yandex_appmetrica", + "adjust.com": "adjust", + "mobileapptracking.com": "branch" } } \ No newline at end of file