[TIMOB-8966] MobileWeb: Analytics does not have version parameter
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-05-19T14:51:29.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-10 MW |
Components | MobileWeb |
Labels | qe-mw020912 |
Reporter | Natalie Huynh |
Assignee | Chris Barber |
Created | 2012-05-02T17:49:19.000+0000 |
Updated | 2017-03-03T23:56:25.000+0000 |
Description
Steps To Reproduce:
1. Create a mobile web application
2. Run the application and view the analytics
Actual:
Does not have version of the SDK
Expected:
mobile_events.1318550401.json.txt:{"id":"D70F2F40-3CE8-4AE6-A5BC-C7720886ADFD","mid":"8bb52576283971ce99c8e0d4852b772a","rdu":null,"type":"ti.start","aguid":"2e1411ab-93ad-4a8e-8a13-33afde4a00db","omid":"827fdef4849afa4cdd980c219166f2d6a91b5f47","event":"ti.start","seq":1,"ver":"2","deploytype":"test","sid":"5075F5F5-F168-4282-8512-376B297C83F9","ts":"2011-10-13T23:13:58.043+0000","data":{"tz":-420,"os":"iphone","nettype":"WIFI","un":"cyberDog","deploytype":"test","app_version":"1.0","osver":"5.0","version":"1.7.3.v20111013094213","model":"iPod4,1","platform":"iphone"},"country_code":"US"}
Upon investigation, the culprit is a typo. The code should be referring to "cfg.app.version" and "cfg.ti.version".
Closing ticket as MobileWeb is no longer supported.