How to track devices in Google Universal Analytics from Air mobile application?
hello,
i'm using google measurement protocol collect analytics data mobile air application
https://developers.google.com/analytics/devguides/collection/protocol/v1/
i found air application running on ipad 3 not detecting device model in google analytics reports.
i guess it's because air environment sending incomplete user-agent string.
this sending:
mozilla/5.0 (ios; u; ru) applewebkit/533.19.4 (khtml, gecko) adobeair/3.1
and user-agent string sending safari on ipad (for comparison):
mozilla/5.0 (ipad; cpu os 6_1_3 mac os x) applewebkit/536.26 (khtml, gecko) version/6.0 mobile/10b329 safari/8536.25
so air application knows less safari.
my question is: how create custom user-agent string in air application contains enough data google analytics detect device model?
is there solution work on ios , android devices?
are using sytem.capabilities detect device infos?
More discussions in ActionScript 3
adobe
Comments
Post a Comment