Closed
Bug 1391692
Opened 7 years ago
Closed 7 years ago
Send an event when the user bookmarks on the new tab page
Categories
(Firefox for iOS :: General, defect)
Tracking
()
People
(Reporter: SimonB, Unassigned)
References
Details
(Whiteboard: [mma] [MobileCore])
Attachments
(1 file, 1 obsolete file)
Build: 918e20ecd
Device: iPad Air 2
iOS: 10.3.3
Steps to reproduce:
1. Open a new tab
2. Long tap on a Top Site or Highlight
3. Tap 'Bookmark'
4. Check the Leanplum dashboard
Other valid steps:
1. Go to goole.com
2. Tap the 'Share' button
3. Tap on the 'Fennec' extension
4. Tap 'Add to Bookmarks'
5. Check the Leanplumb dashboard
Actual result:
- The event "E_Saved_Bookmark" is not triggered.
Expected results;
- The "E_Saved_Bookmark" should be triggered when bookmarking from the Activity Stream context menu or from the Fennec extension from the Share menu.
Assignee: nobody → bmunar
Whiteboard: [MMA] → [mma] [MobileCore][needsuplift]
Comment 1•7 years ago
|
||
tested and works, only the extension bookmark leanplum events get sent when the application becomes active/foregrounded
Attachment #8899959 -
Flags: review?(sdaswani)
Attachment #8899959 -
Flags: review?(sarentz)
Attachment #8899959 -
Attachment is patch: true
Attachment #8899959 -
Attachment mime type: text/x-github-pull-request → text/plain
Attachment #8899959 -
Flags: review?(sdaswani)
Comment 2•7 years ago
|
||
Comment on attachment 8899959 [details] [diff] [review]
PR
The AS context menu part is fine. But I would like to see a separate bug for the Share Extension.
I am also not willing to approve the current implementation for the share extension. It is too hacky. We need a better way.
I also think that maybe using the share extension warrants its own set of Leanplum events. Since it is really about sharing to Firefox (bookmarks and reading list).
Attachment #8899959 -
Flags: review?(sarentz) → review-
Reporter | ||
Comment 3•7 years ago
|
||
Created separate issue for the Firefox extension (Bug 1393060).
Reporter | ||
Updated•7 years ago
|
Summary: "E_Saved_Bookmark" is not triggered when bookmarking via AS Context menu or Fennec extension → "E_Saved_Bookmark" is not triggered when bookmarking via AS Context menu
Updated•7 years ago
|
Summary: "E_Saved_Bookmark" is not triggered when bookmarking via AS Context menu → Send an event when the users bookmarks on the new tab page
Comment 4•7 years ago
|
||
This patch sends a .saveBookmark event when the user hits Add Bookmark from either the top site or a highlight context menu.
This patch does not make an effort to integrate these events in the Share extention. That is out of scope for the 8.3 release.
Attachment #8899959 -
Attachment is obsolete: true
Attachment #8901231 -
Flags: review?(jhugman)
Updated•7 years ago
|
Summary: Send an event when the users bookmarks on the new tab page → Send an event when the user bookmarks on the new tab page
Updated•7 years ago
|
Assignee: bmunar → nobody
Updated•7 years ago
|
Attachment #8901231 -
Flags: review?(jhugman) → review+
Comment 5•7 years ago
|
||
Landed on master, uplifted to v8.x and v9.x
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: [mma] [MobileCore][needsuplift] → [mma] [MobileCore]
Reporter | ||
Comment 6•7 years ago
|
||
Verifying as fix on master b06b848a9f74.
status-fxios-v10.0:
--- → verified
Reporter | ||
Comment 7•7 years ago
|
||
Verifying as fix on beta 8.3(5817).
Status: RESOLVED → VERIFIED
status-fxios-v8.3:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•