Recommend a server-side event logging system for iOS [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
We're using Flurry to track events made in our iOS app (similar to Google Analytics, Mixpanel). It's great, but there's no way to get the raw dump of all the events that have been fired - all these analytics services will aggregate them for you.
We need the raw data to do custom queries and correlate the events with server-side information. Ideally, it would be a hosted data logging system where we post events from the iOS side and then download logs from the server. Any recommendations?

Localytics also supports full-data exports of session-level data for enterprise customers. (Full disclosure- I work there).

We used Flurry until we had the same requirements as you. We've found the Google Analytics Data Export API serves our needs well.

Related

Free event tracking for iOS with raw data export [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm looking for a free analytics tool to track events on iOS.
However, I'm not interested in graphs or aggregate data. I simply need a raw log of the events like this:
1/01/2012 10:58pm: User#3001 clicked "Play" on video #1828
1/01/2012 11:08pm: User#2829 clicked "Play" on video #1837
1/01/2012 11:27pm: User#2829 clicked "Stop" on video #1827
1/01/2012 11:37pm: User#3001 clicked "Pause" on video #1827
.....
I've looked at Flurry, but they seem to only support aggregate data.
Similarly, the documentation on Google Analytics doesn't mention a raw data export.
And the free plan on Localytics does not support event tracking.
Does any mobile analytics service offer a free plan with access to raw event data?
Flurry does include the ability to log events. Take a look at + (void)logEvent:(NSString *)eventName withParameters:(NSDictionary *)parameters;. The NSDictionary can include the type of information you've indicated.

Is there any google API that gives speed limit of streets in map? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to develop an iPhone app, that will enable user to track his speed and speed limit of street/road. Is there any google map API that gives us this information? if not, can anybody tell me any alternate 3rd party solution.
Thanx in advance.
I don't think such an API exists at the moment.
Now google has started providing optional speed limit data.
See Roads Web Service section at following link.
https://developers.google.com/maps/licensing
Google does now provide a Roads API, in which you can query Speed Limit data, but, according to the page found here https://developers.google.com/maps/licensing, you must acquire a Google Maps For Work License. You may not query the speed limit data for free. It looks like the Business License runs $10k per year.

Do we need adobe Digital Marketing Suite's authentication for appMeasurement for my ios app? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I just want to use adobe's omniture for my IOS app so do i need to make an account on Digital Marketing Suite in omniture.Can any one provide me any sample source code in which omniture has been used.
If you or your organization are an existing Digital Marketing Suite customer, you can obtain all the measurement libraries by navigating to the Code Manager in the Admin Console. You can also obtain implementation code examples in their help interface here:
http://microsite.omniture.com/t2/help/en_US/home/index.html#Developer
If you are not an existing user, there's not much reason or use to implement code because you wouldn't be able to access any reports that result from it.

Chat API - Similar service like TokBox but for text-based chat? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I find tokbox is a great service for video chat. But is there any other similar service for text-based chat, that provides api, so that i can manage my own users and chat participants.
Thanks
In another SO question somebody recommended http://www.phpfreechat.net/ but I've no experience of using the service.
As ever Google is your friend and once you know of a service such as PHP Free Chat you can do a related search and get some other options.
You could also build a chat solution using Pusher, who I work for. We offer a number of publisher libraries and client libraries in different technologies including JavaScript. We offer presence functionality that makes building chat forums really easy which is why it's one of the big use of Pusher.
Edit
There is also CometChat which may be worth looking at.

Tracking in Mobile Analytics system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am developing mobile application for android and for iphone. I have an advanced handmade logger which tracks every user action and sends logs to server. If there is no internet it stores logs and sends them later.
The questions are is there a logging system on the market, with which I can track anything I want(method logger.write I assume :))
And the main question: which system I should use for complex data analysis? F.ex. to see how much time users with specific phone model spent on given page after visiting another page.
To answer your main question I suggest you to use Flurry Analytics. I am using it on Android and it is very simple to integrate. Everything you need to know is on their WikiPage.
There is Omniture for android iphone web.
Both Android and iOS support Google Analytics. It allows you to define your own custom events and offers a lot out-of-the-box for analyses.
Android: https://developers.google.com/analytics/devguides/collection/firebase/android
iOS: https://developers.google.com/analytics/devguides/collection/ios/v3
You can use sitecatalyst which is available for all the platforms.
Check this link
Another good option would be Parse.com, they are evolving every day. I think the best analytics provider would be Omniture (an Adobe service - Paid) followed by Google Analytics (Free).