0

Recently I bought Android app from Market Source code, and I decide to add Google Analytics SDK to the app, and I configure the analytics.xml and also my Application Activity.Java.

But when I’m trying to use app at the same I check my Google Analytics account "No data".

Just to be clear, The app that I bought there's no onStart() or onStop(). I decide to replace the Analytics code EasyTracker.getInstance(this).activityStart(this); in onDestroy() / onResume() .

But no single data.

I tried creating onStart(), onStop() ... and the same problem, I can't figure out why.

PS: the Google Analytics SDK library is added into my app.

Pokechu22
  • 4,984
  • 9
  • 37
  • 62
Fadouchi
  • 3
  • 5
  • May be helpful? http://stackoverflow.com/questions/25949983/google-analytics-doesnt-show-the-active-user-in-real-time-overview – stkent Sep 27 '14 at 20:17
  • I Try this before i post here, but nothing! Thanks for your reply. – Fadouchi Sep 27 '14 at 21:07

2 Answers2

0

Sometime analytics data is not reflected instantly. Check after some time.

dev_kj
  • 97
  • 5
  • To add to this, I've noticed that "real time" Analytics is delayed by AT LEAST five minutes. Also, make sure you're checking the correct area in the dashboard. – gatlingxyz Sep 27 '14 at 18:15
  • More than 5 hours! I don't think. As i saw in some tutorials analytics data was showing instantly. – Fadouchi Sep 27 '14 at 18:32
0

It may sound insane, but the only change I did was removed the empty line between android{} and dependencies{} blocks in the build.grade file. If this helps anyone, I will be surprised as the problem could not be reproduced.

halfer
  • 19,824
  • 17
  • 99
  • 186
sethi.anuj
  • 39
  • 5