Closed
Bug 884358
Opened 12 years ago
Closed 12 years ago
Refactor & test GA event tracking/timeout functionality in TabZilla
Categories
(Websites :: Tabzilla, defect, P3)
Websites
Tabzilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kohei, Assigned: kohei)
References
Details
+++ This bug was initially created as a clone of Bug #877849 +++
I'll send a pull request soon.
| Assignee | ||
Comment 1•12 years ago
|
||
Pull request: https://github.com/mozilla/bedrock/pull/981
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/7ca4249da73d37bdfa17d070ac49cee7fff5bfe6
Bug 884358 - Refactor & test GA event tracking/timeout functionality in TabZilla
https://github.com/mozilla/bedrock/commit/9465905c4104b7868bb6d0802ec2934ac6c7c65c
Merge pull request #981 from kyoshino/bug-884358-tabzilla-refactor
Bug 884358 - Refactor & test GA event tracking/timeout functionality in TabZilla
| Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
fixed on dev
Comment 5•12 years ago
|
||
fixed on stage https://www.allizom.org/en-US/tabzilla/tabzilla.js
Comment 6•12 years ago
|
||
(In reply to Kohei Yoshino [:kohei] from comment #1)
> Pull request: https://github.com/mozilla/bedrock/pull/981
What about the window.gaq comment I made in this parent bug? We are seeing lots of GA calls being dropped when this is not present.
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•12 years ago
|
||
What does everyone think about abstracting how we do GA event calls with a function so that how we do the coding for tracking is self-contained in a central area?
| Assignee | ||
Comment 8•12 years ago
|
||
I'll send a pull request to replace all _gaq.push functions including TabZilla in Bug 880372.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Component: Analytics → Tabzilla
Product: www.mozilla.org → Websites
Target Milestone: --- → 1.5
| Assignee | ||
Comment 9•12 years ago
|
||
Sorry for the bugspam -- the Target Milestore was set unexpectedly.
Target Milestone: 1.5 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•