Closed
Bug 751556
Opened 13 years ago
Closed 13 years ago
Create endpoint to receive front-end analytics data
Categories
(Pancake Graveyard :: Back-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M3
People
(Reporter: sfoster, Assigned: oyiptong)
References
Details
We need an API the client can send analytics data to (dev/staging and prodn).
The front-end code will send request with a JSON-format body containing datapoints in a flat key.subkey.name: 'value' structure. For more details on the current implementation, see: https://bugzilla.mozilla.org/show_bug.cgi?id=749604
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → oyiptong
Updated•13 years ago
|
Target Milestone: --- → M3
Reporter | ||
Comment 1•13 years ago
|
||
The frontend-analytics branch is merged, so that when /main finishes loading and initialization, a POST to config.analyticsUrl is made with the loadtime analytics data. That is currently /analytics, it just needs changing in config.mustache (and possibly test/testConfig.js) when ready.
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•