vBulletin Search Engine Optimization
This is a discussion on Two Google Analytics urchinTrackers with Google Analytics Funnel for Registrations within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm trying to troubleshoot a problem; vBSEO is generating two urchinTracker calls to Google Analytics when Google Analytics Funnel for ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I'm trying to troubleshoot a problem; vBSEO is generating two urchinTracker calls to Google Analytics when Google Analytics Funnel for Member Registrations is active. The page source code looks like this: HTML Code: <script type="text/javascript"> _uacct = "UA-668170-5"; _udn="voxilla.com"; urchinTracker(); </script> <script type="text/javascript"> _udn="voxilla.com"; urchinTracker("/google-funnel/regform-show.html") </script> I did make the following changes to vBSEO Global Hook, but the change shouldn't make urchinTracker appear twice. PHP Code: |
|
#2
| ||||
| ||||
| The first call is added by "Include Analytics tracking code" function for the stats, while the second one is added by another part of code which only tracks "virtual" URL for goal matching. If you want to track only virtual URL in this case, you can modify the hook code with something like: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
| That works, thanks. |
|
#4
| ||||
| ||||
| You are welcome!
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
| I am also running the forum on a subdomain and need to add '_udn="domain.com"; to the urchin code while using goal tracking. What file is this edit being made? Code: $output = str_replace(
'urchinTracker();
</script> <script type="text/javascript">
urchinTracker(',
'urchinTracker(',
$output);
// added to support subdomain with Google Analytics - Eric Chamberlain
$output = str_replace(
'urchinTracker(',
'_udn="domain.com";
urchinTracker(',
$output); |
|
#6
| ||||
| ||||
| It's in vB admincp->plugins->vBSEO Global Hook.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google Analytics Funnel problems | lafsunlmtd | General Discussion | 8 | 06-21-2006 01:49 PM |
| Google Analytics account (Urchin) With free US$25 Adwords account for sale | madvirus | Off-Topic & Chit Chat | 3 | 06-13-2006 09:59 AM |
| Google is All About Search: 4 New Products | Joe Ward | SEO Buzz | 0 | 05-16-2006 01:52 PM |
| Google Analytics - New Free Tool! | skizzy203 | Analysis: Traffic & SERPS | 29 | 11-22-2005 06:06 AM |