From fa9ebc70e2608d157d5276ecaad865f4789a50b2 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson Date: Tue, 13 Jun 2017 16:39:21 +0100 Subject: [PATCH] fix(CAD): Fix connectMethod table formatting. (#1941), r=@philbooth --- docs/metrics-events.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/metrics-events.md b/docs/metrics-events.md index 4fe3a2eac..3d19958a2 100644 --- a/docs/metrics-events.md +++ b/docs/metrics-events.md @@ -26,6 +26,7 @@ metrics queries in redash: * [Success event names](#success-event-names) * [View names](#view-names) * [Action names](#action-names) + * [Connect method names](#connect-method-names) * [Experiment names](#experiment-names) * [Template names](#template-names) * [Error event names](#error-event-names) @@ -223,6 +224,7 @@ Action name|Description Possible values for `${connectMethod}` are: Connect method name|Description +-------------------|------------ `signin_from.fx_android`|User has verified in Firefox for Android, is not signed in, and can do so. `signin_from.fx_desktop`|User has verified in Firefox Desktop, is not signed in, and can do so. `signin_from.fx_ios`|User has verified in Firefox for iOS, is not signed in, and can do so.