I want to make an app, in which a user can search city names. When city 
names not found, that city name will be tracked by Google Analytics.

For that I have created a custom dimension by following image in Google 
Analytics:

http://i.stack.imgur.com/Xin85.png


and also :

http://i.stack.imgur.com/LSNCY.png


I have the following code in my app when word is not found:

        EasyTracker easyTracker = EasyTracker
.getInstance(mActivity);
easyTracker.set(
Fields.customDimension(1),
cityNameWhichAreNotFound);
easyTracker.send(MapBuilder
.createAppView()
.build());


But I am not getting the missing city names. Can anybody help me?

http://i.stack.imgur.com/WGMuA.png

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to