Questions tagged [amazon-mobile-analytics]

Use this tag for questions related to Amazon Mobile Analytics, where you can measure app usage and app revenue. By tracking key trends such as new vs. returning users, app revenue, user retention, and custom in-app behavior events, you can make data-driven decisions to increase engagement and monetization for your app.

All the functionality that was previously part Amazon Mobile Analytics is now included in Amazon Pinpoint service. Just like Mobile Analytics, Pinpoint lets you measure app usage and revenue. In addition, Pinpoint extends this capability by making it easy to run targeted campaigns to drive user engagement in mobile apps. Amazon Pinpoint helps you understand user behavior, define which users to target, determine which messages to send, schedule the best time to deliver the messages, and then track the results of your campaign.

Useful Links:

  1. Getting started
  2. Documentation
28 questions
0
votes
1 answer

AWS analytics - swift 3 - iOS?

Im trying to use mobile Analytics with Swift 3 and currently have AWSCore 2.5.9 and AWSMobileAnalytics 2.5.9 via CocoaPods but I'm unable to record any event. My partner has successfully logged events using Android with the identical…
TheQ
  • 1,949
  • 10
  • 38
  • 63
0
votes
1 answer

AWS Mobile analytics / Sending events when app going to the background

I have an android app and I would like to make sure that when a user leave the application, all the events the user triggered will be submitted. In AWS mobile analytics the recommendation is to call submit events on all activities onPause method.…
little
  • 2,927
  • 2
  • 25
  • 36
0
votes
1 answer

How to getting data from mobile analytics.??

i used KPI for getting data from aws mobile analytics using follwing KPI url : https://mobileanalytics.us-east-1.amazonaws.com/2014-06-05/apps but problem is when my account is login is give me data. but when i logout from aws account this url…
code
  • 1
  • 3
0
votes
1 answer

Use same unauthenticated identity for AWS Analytics and Cognito Sync

I'm developing an app which makes use of both AWS Mobile Analytics and Cognito Sync for user data. From looking at my network logs, I can see that the AMA.Manager for Mobile Analytics makes the same API calls as Cognito Sync to request limited temp…
0
votes
1 answer

AWS Mobile Analytics custom event attribute and metric naming convention

I've seem multiple references to using prefixed attribute & metric names (a_, m_). Is this necessary or does Redshift do this automatically when auto exporting? Am I ok with leaving out the a_ & m_ 'CUSTOM EVENT NAME', { 'a_Attr_1':…
johnborges
  • 2,422
  • 20
  • 33
0
votes
1 answer

AWS mobile analytics KIPs API

I need to call aws mobile analytics KIP's api (http://docs.aws.amazon.com/mobileanalytics/latest/ug/drs-querying-kpis-lifetime-count.html) but I am stuck with how headers for this request should be passed. I have gone through their api…
Riju Thomas
  • 49
  • 1
  • 5
0
votes
1 answer

How do I track session length in AWS Mobile Analytics?

I'd like to report on session durations but that doesn't appear in the list of standard charts in the AWS Mobile Analytics console. When the app enters the background I'd like to be able to get the session start and then calculate the interval. Is…
Scott McKenzie
  • 16,052
  • 8
  • 45
  • 70
0
votes
1 answer

AWS Mobile Analytics

I have added AWS Mobile Analytics in cordova app using the instructions defined in the Dashboard for my app.