Commit fddb91ff by Demid Merzlyakov

Analytics: add APP_OPEN event.

parent 03cdd1d8
......@@ -84,4 +84,5 @@ public enum AnalyticsEvent: String {
case ANALYTICS_A9_BID_REQUESTED = "A9_BID_REQUESTED"
case ANALYTICS_A9_BID_RECEIVED = "A9_BID_RECEIVED"
case ANALYTICS_AD_CLICKED = "AD_CLICKED"
case ANALYTICS_APP_OPEN = "APP_OPEN"
}
......@@ -72,6 +72,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
MoEngage.sharedInstance().initializeLive(with: moEngageConfig, andLaunchOptions: launchOptions)
#endif
analytics(log: .ANALYTICS_APP_OPEN)
return true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment