Closed
Bug 996576
Opened 11 years ago
Closed 11 years ago
Track when a Webmaker Event is added, using GA 'Events'
Categories
(Webmaker Graveyard :: Events, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adam, Assigned: gvn)
References
Details
(Whiteboard: [May30])
Attachments
(2 files)
For clarity, the word event means two things in this bug:
1) Webmaker events (e.g. hosting a MakerParty)
2) GA Events (a type of 'hit' recorded in Google Analytics)
We should track when people Add a webmaker event to events.webmaker.org by firing a Google Analytics tracking event.
To do this, we need to add the webmaker-events bower module (https://github.com/mozilla/webmaker-analytics) to the website, and then to fire this JavaScript code after a webmaker event is added to the database:
analytics.event("Add Event");
Reporter | ||
Comment 1•11 years ago
|
||
Getting this tracking in place ahead of Maker Party will enable us to measure which comms activities and referring sites are driving events sign-ups.
Can I politely nudge this one for a prioritization :)
Reporter | ||
Updated•11 years ago
|
Whiteboard: [May30]
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8431151 -
Flags: review?(aki)
Updated•11 years ago
|
Attachment #8431151 -
Flags: review?(aki) → review+
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•11 years ago
|
||
This code all looks good to me, but I haven't seen any events in GA yet so I'm leaving a needsinfo flag open to remind me to check in on Monday and see if any events have been logged.
Flags: needinfo?(adam)
Reporter | ||
Comment 4•11 years ago
|
||
This data is appearing in GA now. It's recorded two new events over the weekend. Can we quickly check this against the database to see if that's how many we're expecting?
Flags: needinfo?(adam) → needinfo?(gavin)
Assignee | ||
Comment 5•11 years ago
|
||
4 events have been created so far in June. 3 were created on the 2nd, 1 on the 1st.
Flags: needinfo?(gavin)
Reporter | ||
Comment 6•11 years ago
|
||
Great, I'm now seeing 5 events in GA from 1-3 June (but the 3rd is partial data). There can be some mismatch in days with timezones in DBs vs GA but this appears to be working correctly. Thanks again for this.
You need to log in
before you can comment on or make changes to this bug.
Description
•