Closed Bug 1017851 Opened 10 years ago Closed 10 years ago

Google Analytics events tracking for new Nightly firstrun pages

Categories

(www.mozilla.org :: Analytics, defect)

Production
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1009883

People

(Reporter: jbertsch, Assigned: garethc)

References

Details

(Whiteboard: [kb=1399054] )

Hi Gareth-

Could you please provide event tracking code for the new Nightly firstrun page?

https://bug964919.bugzilla.mozilla.org/attachment.cgi?id=8430968

By Friday, June 6?

Thx,
Jen
Assignee: nobody → garethcull.bugs
Whiteboard: [kb=1399054]
Can we please track the following:

On click of the 3 main buttons:

_gaq.push(['_trackEvent','Nightly Firstrun Interactions','button click',buttonCopy]);

where buttonCopy is:
Start Testing
Start Coding
Start Localizing

On click of the badges link:

_gaq.push(['_trackEvent','Nightly Firstrun Interactions','link click',url]);
Hi Theo-

Please ping Gareth or one of the front end devs (jpetto, craigcook, agibson) if you have any questions about implementing this!

Thx,
Jen
Thanks Jen, will do

Do we want to track clicks occurring in the custom box per locale? (Not the Start Localizing box, the one we will add below the Badge box where locales will put their own content.)
Theo,

We could track any other links on the localized pages with the following:

_gaq.push(['_trackEvent','Nightly Firstrun Interactions','link click',href]);
The code for GA tracking has landed with the redesign in bug 1009883
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.