Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: SMS integration & loggin Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4cca652fabfae2d902a148e39ac0f4e59862de6c..ac6b67a4e2f0ca139f55312e0d5cde8f1faecbaf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10188,6 +10188,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DesktopIOSPromotion.DismissalReason"
+ enum="DesktopIOSPromotionDismissalReason">
+ <owner>mrefaat@chromium.org</owner>
+ <summary>
+ The user interaction with the desktop to iOS promotion entry point.
+ UserAction be prefixed by the entry point promotion name that the user
+ interacted with.
+ </summary>
+</histogram>
+
+<histogram name="DesktopIOSPromotion.ImpressionFromEntryPoint"
+ enum="DesktopIOSPromotionEntryPoint">
+ <owner>mrefaat@chromium.org</owner>
+ <summary>
+ The type of the desktop to iOS promotion that was shown to the user. This
+ will be logged everytime user sees promotion from any entry point.
+ </summary>
+</histogram>
+
<histogram name="DesktopIOSPromotion.IOSSigninReason"
enum="DesktopIOSPromotionEntryPoint">
<owner>mrefaat@chromium.org</owner>
@@ -10220,6 +10239,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DesktopIOSPromotion.QueryPhoneNumberSucceeded"
+ enum="BooleanSuccess">
+ <owner>mrefaat@chromium.org</owner>
+ <summary>
+ Weather querying the recovery phone number for a user for desktop to iOS
+ promotion was successfull or not.
+ </summary>
+</histogram>
+
+<histogram name="DesktopIOSPromotion.SendSMSSucceeded" enum="BooleanSuccess">
+ <owner>mrefaat@chromium.org</owner>
+ <summary>
+ Weather sending sms from desktop to iOS promotion was successfull or not.
+ </summary>
+</histogram>
+
<histogram name="DesktopIOSPromotion.SMSToSigninTime" units="hours">
<owner>mrefaat@chromium.org</owner>
<summary>
@@ -10229,7 +10264,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
to the user on the last 7 days and if at least one SMS was sent. If multiple
SMSs were sent (at any time), it uses the time from the most recently sent
one. If the is negative due to bad clock on one of the clients it will be
- logged as 0. CompletionTime will be prefixed by the entry point promotion
+ logged as 0. SMSToSigninTime will be prefixed by the entry point promotion
name that was responsible for the SMS sending.
</summary>
</histogram>
@@ -84598,10 +84633,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="12" label="Tab capturer created without audio capturer."/>
</enum>
+<enum name="DesktopIOSPromotionDismissalReason" type="int">
+ <int value="0" label="Focus lost."/>
+ <int value="1" label="No thanks clicked."/>
+ <int value="2" label="Close button clicked."/>
+ <int value="3" label="Send SMS clicked."/>
+</enum>
+
<enum name="DesktopIOSPromotionEntryPoint" type="int">
<int value="1" label="Save Passwords new bubble."/>
<int value="2" label="Bookmarks new bubble."/>
- <int value="3" label="Bookmarks existing bubble."/>
+ <int value="3" label="Bookmarks footnote."/>
<int value="4" label="HistoryPage."/>
</enum>
@@ -96805,6 +96847,7 @@ value.
<int value="-1396974542" label="UserMediaScreenCapturing:enabled"/>
<int value="-1392562498" label="disable-origin-chip"/>
<int value="-1386966873" label="disable-mac-views-native-app-windows"/>
+ <int value="-1377186702" label="DesktopIOSPromotion:disabled"/>
<int value="-1375111024" label="enable-fixed-position-compositing"/>
<int value="-1365503870" label="enable-simplified-fullscreen-ui"/>
<int value="-1363709707" label="MaterialDesignHistory:disabled"/>
@@ -97229,6 +97272,7 @@ value.
<int value="546710806" label="disable-easy-signin"/>
<int value="550378029" label="reset-app-list-install-state"/>
<int value="550387510" label="NTPAssetDownloadSuggestions:disabled"/>
+ <int value="562979188" label="DesktopIOSPromotion:enabled"/>
<int value="567368307" label="enable-experimental-canvas-features"/>
<int value="575394365" label="AndroidPaymentApps:disabled"/>
<int value="581118445" label="enable-eol-notification"/>
@@ -113559,9 +113603,10 @@ value.
<histogram_suffixes name="DesktopIOSEntryPoints" separator="."
ordering="prefix">
+ <affected-histogram name="DesktopIOSPromotion.DismissalReason"/>
<suffix name="SavePasswordsNewBubble"/>
<suffix name="BookmarksNewBubble"/>
- <suffix name="BookmarksExistingBubble"/>
+ <suffix name="BookmarksFootNote"/>
<suffix name="HistoryPage"/>
<affected-histogram name="DesktopIOSPromotion.SMSToSigninTime"/>
</histogram_suffixes>

Powered by Google App Engine
This is Rietveld 408576698