Titanium JIRA Archive
Alloy (ALOY)

[ALOY-314] Add Ti.Analytics.featureEvent for Alloy apps

GitHub Issuen/a
TypeStory
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2012-10-04T15:54:29.000+0000
Affected Version/s2012 Sprint 20
Fix Version/s2012 Sprint 20, Release 3.0.0
ComponentsRuntime, Titanium SDK
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-10-02T18:31:27.000+0000
Updated2018-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

Comments

  1. Tony Lukasavage 2012-10-04

    Resolved with Gabriel, the data looks good.

JSON Source