Results 1 to 2 of 2

Need to add advanced _udn into Google Analytics Code

This is a discussion on Need to add advanced _udn into Google Analytics Code within the Analysis: Traffic & SERPS forums, part of the vBulletin SEO Discussion category; We use a sub-domain for our ecommerce store and as a result we need to add a specific line of ...

  1. #1
    Member
    Real Name
    Nat
    Join Date
    Mar 2007
    Location
    Washington D.C.
    Posts
    33
    Liked
    0 times

    Need to add advanced _udn into Google Analytics Code

    We use a sub-domain for our ecommerce store and as a result we need to add a specific line of code to our Google Analytics Code to make sure that we are tracking the right sub-domain.

    The code I have currently hard coded into the template is:

    PHP Code:
    <script src="http://www.google-analytics.com/urchin.jstype="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct="UA-123456-1";
    _udn="mp3car.com";
    urchinTracker();
    </script> 
    And when I use vbSEO's built in feature so that I can take advantage of the outbound links features all I can get is this:
    PHP Code:
    <script src="http://www.google-analytics.com/urchin.jstype="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct="UA-123456-1";
    urchinTracker();
    </script> 
    How can I add that extra
    PHP Code:
    _udn="mp3car.com"
    line that I need?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times

Similar Threads

  1. Google Now Reporting Anchor Text Phrases
    By Eros in forum General Discussion
    Replies: 4
    Last Post: 02-11-2009, 03:42 PM
  2. How do I add the Google Analytics Code?
    By Lammypie in forum General Discussion
    Replies: 10
    Last Post: 05-22-2006, 08:08 PM
  3. Finding my Google Analytics Code
    By Michael in forum Troubleshooting
    Replies: 1
    Last Post: 11-21-2005, 03:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •