Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Oct 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: A-B Split Testing For ZenCart homepage?

    I can get the "Control Script", the "Page Sections" and the "Tracking Script" to validate.
    I can't seem to get the "Conversion Script" to validate. Anyone know which file I need to input this Conversion Script on?

    Thanks

  2. #12
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: A-B Split Testing For ZenCart homepage?

    CJPinder
    Do you think I need to qualify the header tracking code with an if statement as well? It just defines the function so I would not think we would need to test current_page_base for the header tracking.... what do you think?

    Also, I did qualify the footer tracking code with

    if ($current_page_base != "checkout_success") {
    ?>
    <!-- Google Website Optimizer Tracking Script -->
    paste footer tracking code
    <!-- End of Google Website Optimizer Tracking Script -->
    <?php
    }
    ?>

    just to save some server code reading time <g>
    22 stores and counting! Ive been zenned.

  3. #13
    Join Date
    Jun 2009
    Posts
    69
    Plugin Contributions
    0

    Default Re: A-B Split Testing For ZenCart homepage?

    Code:
    if ($current_page_base == "checkout_success") {
    we can modify this to work on any other page to run a test on. eg. index.php?main_page=contact_us

    Code:
     if ($current_page_base == "contact_us") {
    This works.



    However what about ez pages or product pages, eg:

    index.php?main_page=product_info&cPath=3&products_id=5

    index.php?main_page=page&id=8


    i tried these in the same manner respectively to no success:

    Code:
    if ($current_page_base == "product_info&cPath=3&products_id=5") {
    Code:
    if ($current_page_base == "page&id=8") {

    any ideas?






    What I am trying to do is run a split test between sending adwords traffic to either my homepage or a specific product page.

    what about adding a specific string to the URL so that we can taget only visitors to the product page taking part in the split test eg. adding "_search=keyword" :

    index.php?main_page=product_info&cPath=3&products_id=5_search=keyword

    Would we be able to target that page with something along the lines of:


    Code:
    if ($current_page_base == "product_info&cPath=3&products_id=5_search=keyword") {
    [CODE]



    How else can i test 5 keywords and send half traffic to homepage and half to the keyword specific product page?

    thanks!

  4. #14

    Default Re: A-B Split Testing For ZenCart homepage?

    There's mod that does A/B testing for Zen Cart. You can find it on my website here: Randomized Tests For Zen Cart. Google Web Site Optimizer has probably more features, but there are some tests that You can do with RT and can't with GWSO.

  5. #15
    Join Date
    Feb 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: A-B Split Testing For ZenCart homepage?

    Were abouts would the google code go if i wanted to put it on the
    http://yorkshiregardencentre.co.uk/s...ain_page=login

    Login Page?

    Thanks

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v153 edit <head> of main page only for split testing
    By thomaswhiteeagle in forum General Questions
    Replies: 2
    Last Post: 21 Apr 2015, 07:20 AM
  2. v151 A/B Split Testing and Optimization?
    By McLovin in forum General Questions
    Replies: 12
    Last Post: 14 Nov 2014, 12:09 AM
  3. v139h any ideas how to a/b split test my homepage?
    By thomaswhiteeagle in forum General Questions
    Replies: 0
    Last Post: 11 Jul 2012, 06:03 PM
  4. Zencart Add-On For Beta Testing - Included Reverse Tax Display & Subtract Module
    By cadforte in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 3 Aug 2008, 06:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR