views:

230

answers:

3

Hello there,

I do want to implement the Google Analytics for mobile on my android application using the sdk provided on this page http://code.google.com/intl/it-IT/mobile/analytics/docs/android/

Does someone knows, before i start to integrate it, if it tracks the keywords people used on the android market in order to arrive and install my application ?

If it does not, which would be the purpose of using this ?

A: 

It does not track the keywords that people use on the Android Market to find your app. What it does is report usage statistics within your app, things like how often particular Activities are used or a particular event is triggered.

Robert J. Walker
Yes i knew the google analytics interface tracks referrals. My question was if the GA interface tracks keywords.
Andrea Baccega
...and the first sentence in my post answered your question: it does not.
Robert J. Walker
A: 

They do track referrals. See: http://code.google.com/intl/en-US/mobile/analytics/docs/android/#referrals

ChaimKut
But not for which keywords people used when searching for your application in the Market; only for Market URLs that include the `referrer` parameter.
Christopher
Christopher is correct. Referrer != keyword.
Robert J. Walker
A: 

Any body know how Android Market Referral Tracking works?

rushmore
See ChaimKut's answer from yesterday.
Christopher