Please help...Facing problem in setting up Experiments on Google Website Optimizer..

Discussion in 'Google AdWords' started by Shashank Jain, Nov 27, 2007.

  1. #1
    Hi All,

    :( I am facing problem in setting up experiments on Google Website Optimizer.

    For creating experiments for Conversion Rate Optimization I am facing problems even for a very small test to execute.

    Previously I have created around 5-6 experiments for our website using Website Optimizer, but from last one week I am not getting required combinations on setting up experiments.:confused:

    I do add the scripts to the test and conversion page and also making variations, but at last step when I preview it I don't find desired combinations.

    Please help me as I feel that before 1 week I was successfully setting up experiments but from these last 1 week I am doing same actions that I used to but not getting desired combinations.

    Thanks in advance.:) .Please Email if you have solution.

    Regards,

    Shashank
     
    Shashank Jain, Nov 27, 2007 IP
  2. Micromag

    Micromag Well-Known Member

    Messages:
    1,757
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    165
    #2
    Post here you entire page source code (in html final only, not asp/php if it is a dinamic page) - it is hard to help you based only on the data you provided.
     
    Micromag, Nov 27, 2007 IP
  3. Shashank Jain

    Shashank Jain Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi Micromag,

    Unable to attach or paste the whole html content.

    By the way, I have done experimentation on my site www.brightandsleek.com

    If you can, you can visit and view source, Thanks a lot

    Shashank
     
    Shashank Jain, Nov 28, 2007 IP
  4. Micromag

    Micromag Well-Known Member

    Messages:
    1,757
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    165
    #4
    I observed the following problems:

    1-You should place the goal code not on monitoring page, but on conversion page, remove the goal code from monitoring page, here follows your goal code:


    
    <script>
    if(typeof(urchinTracker)!='function')document.write('<sc'+'ript src="'+
    'http'+(document.location.protocol=='https:'?'s://ssl':'://www')+
    '.google-analytics.com/urchin.js'+'"></sc'+'ript>')
    </script>
    <script>
    _uacct = 'UA-133535-2';
    urchinTracker("/1456919349/goal");
    </script>
    
    HTML:
    2 - Your Welcome section default code has no data, are you trying to place dynamic content (asp/php) on section content? Here follows your section script that has no content:

    <script>utmx_section("Welcome_Text")</script>&nbsp;</noscript>
    HTML:
    3 - You have a ninactive control code on you page that probably will produce an issue, remove the following control code (and verify if the other control code is correct):

        <script>
            function utmx_section(){}function utmx(){}
            (function(){var k='0768130890',d=document,l=d.location,c=d.cookie;function f(n){
            if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return c.substring(i+n.
            length+1,j<0?c.length:j)}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;
            d.write('<sc'+'ript src="'+
            'http'+(l.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com'
            +'/siteopt.js?utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
            +new Date().valueOf()+(h?'&utmxhash='+h.substr(1):'')+
            '" type="text/javascript" charset="utf-8"></sc'+'ript>')})();
        </script>	
    HTML:
     
    Micromag, Nov 28, 2007 IP
  5. Shashank Jain

    Shashank Jain Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi MicroMag,

    Thanks a lot :) as you reviewed my problem and gave your valuable suggestions.

    My Monitoring or Test page: http://www.brightandsleek.com/

    My Goal or Conversion page: http://www.brightandsleek.com/ShoppingCart.asp?ProductCode=LCT3701AD

    Unfortunately I haven't got the solution, As per your suggestion I have:( Changes made according to points you suggested))

    1. Place the goal code on our Goal page i.e Shopping Cart page and removed from our monitoring page.

    2. i have kept no data just for variation (i.e. ones the text will appear and ones not).:confused: Kindly suggest in this regard.

    3. No, that is not the inactive script, that has some purpose with our site but with some other regard, I think on removing it some problem may occur.

    Please review the changes I made and eagerly waiting for your response.

    Really Thanks a lot in advance.:)

    Regards,

    Shashank
     
    Shashank Jain, Nov 28, 2007 IP
  6. Shashank Jain

    Shashank Jain Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Please help..........

    Thanks in advance.:)
     
    Shashank Jain, Nov 29, 2007 IP
  7. Micromag

    Micromag Well-Known Member

    Messages:
    1,757
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    165
    #7
    This is an orphan WO Control script as I said, remove it or the other script will not work.

    
        <script>
            function utmx_section(){}function utmx(){}
            (function(){var k='0768130890',d=document,l=d.location,c=d.cookie;function f(n){
            if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return c.substring(i+n.
            length+1,j<0?c.length:j)}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;
            d.write('<sc'+'ript src="'+
            'http'+(l.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com'
            +'/siteopt.js?utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
            +new Date().valueOf()+(h?'&utmxhash='+h.substr(1):'')+
            '" type="text/javascript" charset="utf-8"></sc'+'ript>')})();
        </script>	
    
    HTML:
     
    Micromag, Nov 30, 2007 IP