We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fe4a3 commit 35f82b0Copy full SHA for 35f82b0
WooCommerce/Classes/Notifications/PushNotificationsManager.swift
@@ -371,7 +371,7 @@ private extension PushNotificationsManager {
371
guard let self = self else { return }
372
self.presentDetails(for: foregroundNotification)
373
self.foregroundNotificationsToViewSubject.send(foregroundNotification)
374
- ServiceLocator.analytics.track(.viewInAppPushNotificationPressed)
+ ServiceLocator.analytics.track(.viewInAppPushNotificationPressed, withProperties: [AnalyticKey.type: foregroundNotification.kind.rawValue])
375
}
376
377
foregroundNotificationsSubject.send(foregroundNotification)
0 commit comments