NTP-8642 || Oe Changes Refactored (#13367)

Co-authored-by: Prajjaval Verma <prajjaval.verma@navi.com>
Co-authored-by: Raaj Gopal <raaj.gopal@navi.com>
Co-authored-by: Aman S <aman.s@navi.com>
Co-authored-by: Aman <amankasyapp@gmail.com>
This commit is contained in:
A Shrihari Raju
2024-11-20 01:01:24 +05:30
committed by GitHub
parent a332dd5627
commit 2aafa8348c
43 changed files with 274 additions and 59 deletions

View File

@@ -151,8 +151,8 @@ object NaviAnalyticsHelper {
return when {
eventName.contains("home", ignoreCase = true) ||
eventName.contains("notification", ignoreCase = true) -> "App"
eventName.contains("investment", ignoreCase = true) -> "Investment"
eventName.contains("amc", ignoreCase = true) -> "AMC"
eventName.contains("investment", ignoreCase = true) ||
eventName.contains("amc", ignoreCase = true) -> "AMC"
eventName.contains("gold", ignoreCase = true) -> "GOLD"
eventName.contains("insurance", ignoreCase = true) ||
eventName.contains("hi_", ignoreCase = true) ||