HELP - Split Testing Landing Pages with Prosper202

3 replies
Hi Warriors,
I have started to test 3 different landing pages for a CPA offer using the Prosper202 landing pages rotator script.

Rotation goes well and the script works for that matter, still I have 2 big issues:

1. Keywords : It only track sometimes the keywords - I am using the link in format c1=###AFFID###&c2=###RID###&t202kw=###KEYWORD### both for landing pages (links that I have inserted into the rotator script that I have called landing.php) I am testing and for the link that I give to 7search

2. Prosper does not collect at all data from c1 and c2.

How can I solve this? Final result would be to be able to track Keywords and c1 and c2.

Please help me out!
#landing #pages #prosper202 #split
  • Profile picture of the author ChrisBa
    What rotating script are you using? You may need to modify it to pass on the c1-4 variables, if you can give us more info we can probably walk you through it
    {{ DiscussionBoard.errors[9642368].message }}
  • Profile picture of the author DarioIM
    Some help would be simply GREAT!

    So this is the script I am using

    PHP Code:
    <?php
    /*
    ----------------------------------
    Prosper202 Landing Page Rotation Script
    http://AffiliateMarketingInsights.com

    This is a modified script from the one provided by Prosper202 at
    http://prosper.tracking202.com/scripts/split-testing-landing-pages/
    ----------------------------------
    */

    // URLs of the landing pages to be rotated.
    // These are the URLs generated from step #7 Get Links,
    // one link for each landing page.
    // You can add as many landing pages here as you like
     
    'http://example.com/split/lp-1.php?t202id=6235&c1=###AFFID###&c2=###RID###&t202kw=###KEYWORD###';
     = 
    'http://example.com/split/lp-2.php?t202id=6241&c1=###AFFID###&c2=###RID###&t202kw=###KEYWORD###';
     = 
    'http://example.com/split/lp-3.php?t202id=5252&c1=###AFFID###&c2=###RID###&t202kw=###KEYWORD###';

    /* ------ DO NOT CHANGE ANYTHING BELOW ------ */
    /* -- (unless you know what you are doing) -- */


    // The text file 'count.txt' must be created and stored 
    // in the same directory as this rotator script. 
    // Its permission must be set to 777 (CHMOD to 777).
     
    "count.txt";

    // Open the txt file
     
    = @fopen(, 'r');
     = @
    fread(, 5);
    @
    fclose();

    // See which landing page is next in line to be displayed
    if ( >= count()) {
         = 
    1;
    } else {
         =  + 
    1;
    }

    // Write the last landing page displayed to the 'count.txt' file
     
    fopen(, 'w') or die("can't open file");
     =  . 
    "n";
    fwrite(, );
    fclose();

    // Redirect to the landing page
    header('Location: ' .  .  );

    // Terminate script
    die();

    ?>
    and this is the link of the Rotator that I am giving to 7search

    http://example.com/split/index.php?t...=###KEYWORD###

    Basically with this combination I was able to see only keywords (sometimes, it did not grab all the keywords) and for bringing in c1 and c2 I was thinking you did not need to mod the script but that was necessary only modifying the URL as I did.

    Any suggestions?
    {{ DiscussionBoard.errors[9642730].message }}
  • Profile picture of the author marjoriestraaten
    no updates?
    {{ DiscussionBoard.errors[9760896].message }}

Trending Topics