Hi
Thank you for your assistance.
OK I've calmed down (slightly) now. Even though I do still think
integration of google tracking in very much more complicated than
necessary!
Okay so it sounds like we simply need to add the one line of code:
> _gaq.push(['_setLocalServerMode']);
If so, the next question is *where* to add it?
How's about after the other "_gaq.push()" things:
i.e.
<!-- START of GA tracking code-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3962324-1']);
_gaq.push(['_setDomainName', 'www.PARTNER']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
_gaq.push(['_setLocalServerMode']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/
javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://
ssl' : '
http://www') + '.
google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- END of GA tracking code-->
Does that look about right?
With thanks
J
On Jan 31, 1:59 pm, Caleb Whitmore - Analytics Pros
<
caleb...@analyticspros.com> wrote:
> John,
>
> I don't understand what you are upset about here. You are missing *one
> line of code* in your code. The method setLocalRemoteServerMode is what
> you don't have in your tag. Add it, and you're set.
>
> A couple options:
>
> 1) Check out our tool Analytics Enginewww.analyticsengine.net- this tool
> makes tagging forever easy. One-time placement of the universal tag and
> you never have to talk to your developers again to get updates made to your
> tags, move between platforms (urchin to GA, others), add more tags (other
> systems), start up Event Tracking, and more.
>
> 2) Hire a consultant to help. Our firm helps, so do the other Urchin
> partners.
>
> Best,
>
> -Caleb
> _________________________________________
> Caleb Whitmore | Founder & Principal Consultant
> > > >
http://groups.google.com/group/urchin-help-6?hl=en.-Hide quoted text -