Closed
Bug 1094435
Opened 11 years ago
Closed 11 years ago
GA event tracking for /android/
Categories
(www.mozilla.org :: Analytics, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: garethc, Assigned: kohei)
References
()
Details
(Whiteboard: [kb=1642741] )
Attachments
(1 file)
Hi,
Can we please add the following GA event tracking to this page?
The reqs are below:
1) On click of the two 'free download' buttons, please call:
_gaq.push(['_trackEvent', 'Firefox Downloads', buttonPosition, 'Firefox for Android']);
where button position is:
primary CTA - download click
secondary CTA - bottom download click
2) Text Link tracking on click (with the exception in the accordion)
_gaq.push(['_trackEvent', '/android/ Interactions', 'link click', href]);
3) Accordion interactions - open, close, and link clicks within each section
_gaq.push(['_trackEvent', '/android/ Interactions', accordionInteraction, accordionSection]);
where accordionInteraction is:
open
close
learn more link click
see how it works link click
where accordionSection:
Smarter sharing for all
All your faves, front and center
A touch more personal
Any search you like
Change your language
Take it to the big screen
4) Scroll tracking when the user gets to the following sections:
_gaq.push(['_trackEvent', '/android/ Interactions', 'scroll', section]);
where section is:
Uniquely yours
Keep your private info private
Don’t leave home without being in Sync
Choose Firefox Footer
| Reporter | ||
Comment 2•11 years ago
|
||
Hi Jen,
Can we please add some tracking to the download button on the /android/ page? Fabio is currently sending traffic to it from snippets and we are currently unable to measure conversions. Thanks!
Gareth
Flags: needinfo?(jbertsch)
| Assignee | ||
Comment 3•11 years ago
|
||
I can take this.
Assignee: nobody → kohei.yoshino
Status: NEW → ASSIGNED
Component: Web Analytics → Analytics
OS: Mac OS X → All
Product: Websites → www.mozilla.org
Hardware: x86 → All
Whiteboard: [kb=1642741]
Version: unspecified → Production
Comment 4•11 years ago
|
||
Thanks for filing, Gareth. And thanks for taking the bug, Kohei!
Flags: needinfo?(jbertsch)
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Comment 6•11 years ago
|
||
Gareth: please verify my PR on
https://www-demo1.allizom.org/en-US/firefox/android/
Thanks!
Flags: needinfo?(garethcull.bugs)
| Reporter | ||
Comment 7•11 years ago
|
||
Looks good Kohei. Can you please push this? Thanks.
http://cl.ly/image/0M0t0C3I1L3m
Flags: needinfo?(garethcull.bugs)
| Assignee | ||
Comment 8•11 years ago
|
||
Awesome! I'll comment in the PR to push.
Comment 9•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/e6ed1a3aa5bece99039e9b1ba59cfd43b4912671
Fix Bug 1094435 - GA event tracking for /android/
https://github.com/mozilla/bedrock/commit/a08a1261fe4b6e9d230f2b7abc0d125a082041fe
Merge pull request #2683 from kyoshino/bug-1094435-android-ga
Fix Bug 1094435 - GA event tracking for /android/
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•