android - AWS app analytics data -


We are using Amazon Mobile Analytics to collect the usage of apps for Android using the Android Android SDK . Since our application is related to the business, we are tracking certain custom events. Now we want to show those custom event analytics on the Android device to the app user. Is there any way to get our app analytics data as web services, so that we can show data to our users on the Android app?

I have posted the same question on the AWS forum, unfortunately I have no answer

Amazon Mobile Analytics has recently released the" Auto Export "feature. This enables you to get your raw event in the S3 bucket. From there you can easily create a web service around it or just read the raw S3 file.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -