Hi,
I want to addto the Google Analytics Code to be able to use Urchin on our server to keep track too.Code:pageTracker._setLocalRemoteServerMode();
Where/how would I do this?
This is a discussion on Adding (legacy) Urchin code to Google Analytics Code within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I want to add Code: pageTracker._setLocalRemoteServerMode(); to the Google Analytics Code to be able to use Urchin on our ...
Hi,
I want to addto the Google Analytics Code to be able to use Urchin on our server to keep track too.Code:pageTracker._setLocalRemoteServerMode();
Where/how would I do this?
Found it: Add Urchin compatability to Google Analytics Code.
Sorry, a search on setLocalRemoteServerMode didn't find anything.
OK, with the new code being used it isn't easy to add the extra code :(
Think I'll have to switch off vBSEO's adding of the code & add it manually again. Bummer.
Hello Arie ,
What step did you face a problem during editing the code ?
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Hi,
I had trouble finding the previously referenced code, but have now added it under this line
(line 2070 in functions_vbseo.php 3.3.2)Code:var pageTracker = _gat._getTracker("'.VBSEO_ANALYTICS_CODE.'");
That edit is correct
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Thanks, yea, I looked at the source & noted its presence.