I have been trying to implement Google Analytics in my app by following the 
steps on the official documentation by Google. After completing the coding 
part, I moved on to the analytics console to see if I received any hits. I 
waited for almost 2 days but did not see any progress. I then tried to 
debug the problem by using GAv4 tag in my logcat. I got the following log,
07-14 05:47:28.290 23456-23483/"Package Name" D/GAv4: Hit delivery 
requested: ht=1468482448231, _s=6, _v=ma9.0.80, a=321943822, aid="Package 
Name", an="AppName", av=1.4, cd=Login, 
cid=139d8ee3-8cd7-4979-b41c-8f36af1e3e0c, sf=100.0, sr=720x1280, 
t=screenview, tid=UA-77779576-2, ul=en-us, v=1
07-14 05:47:28.352 23456-23483/"Package Name" D/GAv4: Hit sent to the 
device AnalyticsService for delivery
07-14 05:49:31.654 23456-23483/"Package Name" D/GAv4: Hit delivery 
requested: ht=1468482571630, _s=7, _v=ma9.0.80, a=321943823, aid="Package 
Name", an="AppName", av=1.4, cd=Dashboard, 
cid=139d8ee3-8cd7-4979-b41c-8f36af1e3e0c, sf=100.0, sr=720x1280, 
t=screenview, tid=UA-77779576-2, ul=en-us, v=1
07-14 05:49:31.752 23456-23483/"Package Name" D/GAv4: Hit sent to the 
device AnalyticsService for delivery

I am guessing if the hit is sent to the analytics service then the code is 
correct, but I am not able to see any progress in the analytics console. 
These two hits are for two different activities in my app. Can anyone help 
me out on how to further debug this issue, or suggest how to solve this 
problem? All views are welcome.

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/77deb4b6-1cde-48cc-9618-4233d0525007%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to