Closed
Bug 1036660
Opened 11 years ago
Closed 11 years ago
Add GA Event Tracking events for new Webmaker Events interactions
Categories
(Webmaker Graveyard :: Metrics, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adam, Assigned: kate)
References
Details
(Whiteboard: [metrics][July25])
Attachments
(4 files)
Using the same webmaker-analytics module, and process as we did for Bug 996576, we need to fire GA events for the following high-value user interactions that don't get recorded as pageviews:
RSVP:
analytics.event("RSVP to Event");
analytics.event("Click to Edit RSVP");
analytics.event("Edit RSVP", {label: "Yes"});
analytics.event("Edit RSVP", {label: "No"});
Mentors & Co-organizers:
analytics.event("Event Co-organizer Confirmed by Email");
analytics.event("Event Mentor Confirmed by Email");
+ any other new interactions you can add in here (I don't know the full flow)
Reporter | ||
Comment 1•11 years ago
|
||
Matt, that should be enough tech detail for whoever implements this. I'm assigning to you to bounce along as I won't get to Bugzilla tomorrow.
Comment 2•11 years ago
|
||
* not sure who to assign this to. JP: any thoughts?
Flags: needinfo?(johns)
Whiteboard: [metrics][July11] → [metrics][July25]
Comment 3•11 years ago
|
||
I'd say Gavin, based on the history of the type of task. Gavin, if that is incorrect, my apologies!
Flags: needinfo?(johns) → needinfo?(gavin)
Comment 6•11 years ago
|
||
This is just for the RSVP portion.
Attachment #8455680 -
Flags: review?(kate)
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8455680 [details] [review]
https://github.com/mozilla/webmaker-events-2/pull/137
Looks good to me
Attachment #8455680 -
Flags: review?(kate) → review+
Comment 8•11 years ago
|
||
RSVP portion landed, not yet deployed.
Comment 9•11 years ago
|
||
Adam are you starting to see any RSVP events coming through?
Flags: needinfo?(adam)
Comment 11•11 years ago
|
||
Adding some more tracking events for check-ins.
Attachment #8458834 -
Flags: review?(ali)
Updated•11 years ago
|
Attachment #8458834 -
Flags: review?(ali) → review+
Comment 12•11 years ago
|
||
Adam, I added some more tracking events to look out for. Note that this isn't deployed to prod yet, but wanted to give you a heads up:
See: https://github.com/mozilla/webmaker-events-2/commit/4cdf75f8cf0d007c69f67be7bc18630f3a451167
Flags: needinfo?(adam)
Comment 13•11 years ago
|
||
Kate, would you be able to implement the mentor/coorg analytics calls?
Assignee: gavin → kate
Reporter | ||
Comment 14•11 years ago
|
||
(In reply to Gavin Suntop [:gvn] from comment #12)
> Adam, I added some more tracking events to look out for. Note that this
> isn't deployed to prod yet, but wanted to give you a heads up:
>
> See:
> https://github.com/mozilla/webmaker-events-2/commit/
> 4cdf75f8cf0d007c69f67be7bc18630f3a451167
Thanks! Those look great. I'm not seeing anything in GA staging yet, but I'll check back after this goes to prod.
Flags: needinfo?(adam)
Assignee | ||
Comment 15•11 years ago
|
||
I think the only thing that's needed here is confirming mentors
Attachment #8461083 -
Flags: review?(ali)
Updated•11 years ago
|
Attachment #8461083 -
Flags: review?(ali) → review+
Comment 16•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/webmaker-events-2
https://github.com/mozilla/webmaker-events-2/commit/7b1fd811050f4bcfc76000c47e8b5a0a473e3cc3
Bug 1036660 - Add event mentor confirmation flow
https://github.com/mozilla/webmaker-events-2/commit/4453abfeabfb6ac6633e2f26fe964cd64deb06ec
Merge pull request #159 from k88hudson/1036660
Bug 1036660 - Add event mentor confirmation flow
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•