[android-developers] Re: google analytics jar does not seem to work now

2011-01-24 Thread David Liebman
Today there were no new page views tracked on google analytics, even after switching to a android 2.2 test device. I was wondering maybe if my app was somehow blacklisted by the google analytics site. I googled for a blacklist or blacklist info and came up with nothing. Does anyone know how

[android-developers] Re: google analytics jar does not seem to work now

2011-01-22 Thread David Liebman
On Jan 21, 4:21 pm, Alexander Lucas alexlu...@google.com wrote: Some gotchas: 1-  Data isn't guaranteed to show up in Analytics until 24 hours after the data is submitted to analytics.  It usually shows up earlier, but you should give it 24 hours (Notice I didn't say a day-  Testing at

[android-developers] Re: google analytics jar does not seem to work now

2011-01-21 Thread Brill Pappin
I've been looking for the source. Where did you find it? - Brill Pappin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: google analytics jar does not seem to work now

2011-01-21 Thread H
I think it accidentally found it's way into a decompiler (!) as I was so frustrated with the number of exceptions coming from their code. I had to do something about it as it was crashing *my* app, so I decided to stick in extra try/catch clauses. -- You received this message because you are

[android-developers] Re: google analytics jar does not seem to work now

2011-01-21 Thread Brill Pappin
laugh ;) Whats the licence? If its apache like most things, how about setting up a google project for it? I would really like to be able to step through their code! and no doubt if others can see it, we can improve it faster than they can :) - Brill Pappin -- You received this message

[android-developers] Re: google analytics jar does not seem to work now

2011-01-21 Thread David Liebman
HI, so I started up the emulator and the debugger. I viewed the page that's supposed to produce a hit on Google Analytics. Here's the info from the debugger. 01-21 14:34:51.257: DEBUG/NetworkRequestUtil/ ConstructPageviewRequestPath(354): /__utm.gif?

Re: [android-developers] Re: google analytics jar does not seem to work now

2011-01-21 Thread Alexander Lucas
Some gotchas: 1- Data isn't guaranteed to show up in Analytics until 24 hours after the data is submitted to analytics. It usually shows up earlier, but you should give it 24 hours (Notice I didn't say a day- Testing at 11:59 PM and checking for data at 12:01 AM won't get you anywhere :P ).

[android-developers] Re: google analytics jar does not seem to work now

2011-01-20 Thread David Liebman
just thought of a good question: what URL did you use for your google analytics profile. When I did it, I made up something descriptive. That should work, right? On Jan 19, 10:54 am, David Liebman david.c.lieb...@gmail.com wrote: @Manuel Ciosici sorry, I'm still not getting new tracking from

[android-developers] Re: google analytics jar does not seem to work now

2011-01-20 Thread H
HI David, yeah, analytics works fine for me in the emulator (*) (*) depending on the avd you use. One of my avds was built from a custom rom with a custom hosts file that denied access to the analytics site and my logcat just filled up with exceptions unable to resolve url every ten seconds.

[android-developers] Re: google analytics jar does not seem to work now

2011-01-19 Thread David Liebman
@Manuel Ciosici sorry, I'm still not getting new tracking from Google Analytics. I do have another site that I use the analytics web page for (not android but a Google Code site instead) and I do get tracking for that site. I don't think I'm doing it wrong, but I may be. It did take a couple of

[android-developers] Re: google analytics jar does not seem to work now

2011-01-18 Thread Manuel R. Ciosici
I started using Google Analytics in my app yesterday, haven't seen any data in Analytics. I see that people are using the app because the downloads and ad requests numbers are increasing. With Analytics for sites I can generally see data the following day. Are you getting data now? Do you think

[android-developers] Re: google analytics jar does not seem to work now

2011-01-12 Thread David Liebman
On Jan 10, 8:30 am, David Liebman david.c.lieb...@gmail.com wrote: HI, I have google analytics incorporated in my android app. When I first added the code, and then updated my app on android market I got lots of hits. Now I get none. I know people might just be not using my app, but I