[ALOY-314] Add Ti.Analytics.featureEvent for Alloy apps
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-10-04T15:54:29.000+0000 |
Affected Version/s | 2012 Sprint 20 |
Fix Version/s | 2012 Sprint 20, Release 3.0.0 |
Components | Runtime, Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-10-02T18:31:27.000+0000 |
Updated | 2018-03-07T22:25:49.000+0000 |
Description
Need to send an analytics event for every alloy run like this:
Ti.Analytics.featureEvent('alloy.start', {
guid: GUID,
osname: Ti.Platform.osname,
osversion: Ti.Platform.version,
tiversion: Ti.version,
locale: Ti.Platform.locale
});
It should be placed in the alloy.js lib as this gets run at the very beginning of the generated app.js
Resolved with Gabriel, the data looks good.