[TIMOB-9067] CLI: Add analytics support
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-10-08T19:00:39.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | Release 3.0.0, Sprint 2012-20 Core, 2012 Sprint 20 |
Components | CLI |
Labels | core |
Reporter | Stephen Tramer |
Assignee | Allen Yeung |
Created | 2012-05-09T10:03:23.000+0000 |
Updated | 2017-03-09T18:28:38.000+0000 |
Description
We need to add in analytics support to the CLI, by request. Whoever takes this ticket is expected to work with Chung and Ingo to make sure that:
* We provide appropriate event support
* Studio and the CLI are tightly coupled when it comes to analytics
Here are the events that need to be tracked:
* creating a project: platforms, type, template, acs (y/n)
* building a project: platform, package, device/simulator, production/ development
* install an app: platform, device, simulator/emulator
* run an app: platform, device, simulator/emulator
* migrate a project
PR: https://github.com/appcelerator/titanium_mobile/pull/3123 https://github.com/appcelerator/node-appc/pull/8 https://github.com/appcelerator/titanium/pull/11
Hi Allen, as mentioned in TISTUD-1898, we need a way to let the CLI know the analytics vents are coming from Studio. Could you add the support to check an environment variable and add the info to the payload? Thanks.
Closing ticket as fixed.