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?
utmwv=4.5ma&utmn=1958648861&utmcs=UTF-8&utmsr=320x480&utmul=en-US&utmp=
%2FSplashScreen&utmac=UA-19479622-2&utmcc=__utma
%3D999.490166702.1294513166.1295538176.1295638491.177

'/SplashScreen' is the page name (if you can call it a page). Can
anybody see what's going on here? The code that produces this is
pretty much as follows:

GoogleAnalyticsTracker tracker;

tracker = GoogleAnalyticsTracker.getInstance();
tracker.start(UA_NUMBER, this);
tracker.trackPageView("/SplashScreen");
tracker.dispatch();

There's actually a little more code than that, of course, but I wanted
to just get across the idea that the instance of the Google Analytics
Tracker uses the 'trackPageView' method. For a little more background
I'll include the declaration for UA_NUMBER:

public static final String UA_NUMBER = new String("UA-19479622-2");

I do believe UA_NUMBER to be the correct string, and like I said, I
got hits from this arrangement when I first updated the code to my app
on the market. I cannot figure why it doesn't work any more.

On Jan 21, 2:03 pm, Brill Pappin <br...@pappin.ca> wrote:
> 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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to