Bug 1402026: Correct top site context menu telemetry note. r=liuche draft
authorMichael Comella <michael.l.comella@gmail.com>
Wed, 27 Sep 2017 15:01:42 -0700
changeset 671376 cc145006028b301b989ded16d15d3b12317be473
parent 671375 9c6697ef478a5ba08e1503d8360d1214419266fd
child 671377 868c47c70ac963decbf3af7b3e38ecf3f658aed8
child 671387 d698849950de8cc7aa2736a3e8adc31fcfe70ac9
push id81943
push usermichael.l.comella@gmail.com
push dateWed, 27 Sep 2017 22:10:27 +0000
reviewersliuche
bugs1402026
milestone58.0a1
Bug 1402026: Correct top site context menu telemetry note. r=liuche The top sites menu button was removed in a previous iteration and long-click is used to access the context menu now. MozReview-Commit-ID: KzTg4Py8o8W
mobile/android/docs/activitystreamtelemetry.rst
--- a/mobile/android/docs/activitystreamtelemetry.rst
+++ b/mobile/android/docs/activitystreamtelemetry.rst
@@ -39,17 +39,17 @@ Additionally for Top Site interactions, 
 For menu interactions, or interactions with menu items, it will indicate position of a top site or a
 highlight for which the menu is being displayed.
 
 Top Site interactions
 ---------------------
 Three event types are recorded:
 
 1) User clicked on a Top Site: event="loadurl.1", method="listitem"
-2) User clicked on the menu button: event="show.1", method="contextmenu"
+2) User long-clicked on on a Top Site: event="show.1", method="contextmenu"
 3) User swiped left/right (only for Activity Stream topsites): event="action.1", method="list", extras="swipe_forward"/"swipe_back"
 
 For each click event (1/2), in addition to global extras, the following information is recorded:
 
 .. code-block:: js
 
     extras: {
         ...