hello , I want to get active users count per region for my mobile application , I used the following query : select georegion,distinctcount(cguid) from mobile_snapshotswhere (geocountry='xxx' and mobileappversion='xxxx' and appkey='xxxxx') but it r...
hello Mario , Thanks a lot for your response , I really appreciate it but it is not the case , I don't want to get the count of active sessions . I want to get the unique count of application users not sessions .I need to know how many users install ...