Skip to content

Commit 8105cef

Browse files
Track REST API AB test variant while displaying authenticator.
1 parent 5a423f6 commit 8105cef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/ViewRelated/AppCoordinator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ private extension AppCoordinator {
142142
} else {
143143
configureAndDisplayAuthenticator()
144144
}
145+
146+
analytics.track(event: .ApplicationPassword.restAPILoginExperiment(variation: ABTest.applicationPasswordAuthentication.variation.analyticsValue))
145147
}
146148

147149
/// Configures the WPAuthenticator and sets the authenticator UI as the window's root view.

0 commit comments

Comments
 (0)