I'm pretty sure you'd just be running the _trackPageview method twice. Once
default and once explicit.

On Fri, Mar 20, 2009 at 5:31 PM, Charlie Griefer
<charlie.grie...@gmail.com>wrote:

>
> Hey All...
> Didn't think this was appropriate enough for cf-talk.
>
> We're evaluating Google Analytics, specifically the need for defining a
> multi-step process goal (what they refer to as "funneling").
>
> We're using Model-Glue, and the standard GA code is included in all of the
> layout files, which means it's there by default on all pages:
>
> <script type="text/javascript">
> var pageTracker = _gat._getTracker("XX-XXXXXXX-X");
> pageTracker._initData();
> pageTracker._trackPageview();
> </script>
>
> Note the last line.
>
> Now, in a few specific pages, I want to be able to track manually.  My
> understanding is that this can be done via:
>
> <script type="text/javascript">
> pageTracker._trackPageview('PageToTrack');
> </script>
>
> So, let's say the multi-step pages I want to track have the code above, but
> in place of 'PageToTrack', it's got 'Step1', 'Step2', and 'Step3'.
>
> Anyone know if this will override the original pageTracker._trackPageView()
> method call that's not passing anything?
>
> Thanks!
> Charlie
>
> --
> I have failed as much as I have succeeded. But I love my life. I love my
> wife. And I wish you my kind of success.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:292453
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to