Prosper 202 landing page setup

12 replies
Hi,

I want to know how to setup prosper202 properly so that I can check how well my are doing landing pages.

Please see image below as I am getting clicks and leads/conversions but no data on the CTR of my landing page. Kindly zoom to better see the stats.

ImageShack® - Online Photo and Video Hosting


I copied the prosper202 landing page tracking script below to my
landing page:

Code:
<script language="JavaScript" type="text/javascript"> cbr202=Math.random()*10000000000000000;document.write('<scr'+'ipt language="JavaScript" src="http://mytrackingdomain.com/tracking202/static/landing.php?lpip=611&202cb='+cbr202+'" type="text/javascript"></scr' + 'ipt>'); </script>
It seems working since I am getting clicks on my stats.

Then I used option 1:
Landing Page: Outbound PHP Redirect Code

I created a signup.php file and used the code below.

Code:
<?php
  
  // ------------------------------------------------------------------- 
  //
  // Tracking202 PHP Redirection, created on Sun Nov, 2012
  //
  // This PHP code is to be used for the following landing page.
  // http://myedgemarketing.com/dating/bbpm1/index.php
  //                       
  // -------------------------------------------------------------------
  
  if (isset($_COOKIE['tracking202outbound'])) {
    $tracking202outbound = $_COOKIE['tracking202outbound'];     
  } else {
    $tracking202outbound = 'http://mytrackingdomain.com/tracking202/redirect/lp.php?lpip=611&pci='.$_COOKIE['tracking202pci'];
  }
  
  header('location: http://myaffiliateurl.com'.$tracking202outbound);
Of course that is not the exact affiliate URL but I only modified the header part
I do not know if that is enough. The redirect feature is working ok but the
CTR stat is not so I do not know if I missed something in editing this php
redirect.


I also tried using option 2
Landing Page: Outbound Javascript Redirect Code

I created signup.php. I copied and pasted the code below, no editing/modification.

Code:
<!-- PLACE OTHER LANDING PAGE CLICK THROUGH CONVERSION TRACKING PIXELS HERE -->
    
<!-- NOW THE TRACKING202 REDIRECTS OUT -->
<script type="text/javascript">
if (readCookie('tracking202outbound') != '') {
    window.location=readCookie('tracking202outbound');
} else {
    window.location='http://mytrackingdomain.com/tracking202/redirect/lp.php?lpip=611';
}
    
function readCookie(name) {
    var nameEQ = name + "=";
    var ca = document.cookie.split(';');
    for(var i=0;i < ca.length;i++) {
        var c = ca[i];
        while (c.charAt(0)==' ') c = c.substring(1,c.length);
        if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
    }
    return null;
}
</script>
It does not work even just the redirect. I do not how to edit option2 since I am more familiar with option 1 php redirect.

Can you provide some inputs on what to modify so my CTR stats can start
working?

Thank you.

Erwin
#202 #landing #page #prosper
  • Profile picture of the author crispee
    alright, first of all, forget option 2.

    you have tried placing the Inbound Javascript Landing Page Code on the page where your visitors will first arrive to correct? did you place it above the </body> tag on your landing page? if you don't have a body tag, it doesn't matter where you place the code, but if you do have a </body> tag, place the code right above it. CTR depend on this code. since you're seeing clicks, it means you got the Outbound PHP Redirect Code right.
    {{ DiscussionBoard.errors[7355182].message }}
  • Profile picture of the author newbie_warrior
    Hey crispee

    Yes I did place the Inbound Javascript Landing Page Code above the </body> tag of
    my landing page. Correct me if I am wrong but isn't the click stats working because of the
    "Inbound Javascript Landing Page Code"?

    My worry is that I did not setup the Outbound PHP Redirect Code right because that is
    the path from visitor from landing going to the offer page. Which is supposed to be the
    CTR of the landing page.

    The clicks you see from the stats is the visitor going to the landing. Meaning I should have
    setup the inbound javascript correctly since I am getting the stats on how many visitors are
    visiting my landing page.

    Please confirm.
    {{ DiscussionBoard.errors[7355199].message }}
    • Profile picture of the author crispee
      Edited....
      {{ DiscussionBoard.errors[7355260].message }}
  • Profile picture of the author newbie_warrior
    Hi crispee

    Sorry what is my issue?

    As informed in my original post I put the Inbound Javascript Landing Page Code before </body> tag in my landing page and then link to signup.php

    Created signup.php and placed the Outbound PHP Redirect Code.

    This is basically what I did. I do not know what to adjust.
    {{ DiscussionBoard.errors[7355274].message }}
  • Profile picture of the author crispee
    is your landing page the first page visitors arrive to?
    {{ DiscussionBoard.errors[7355276].message }}
  • Profile picture of the author newbie_warrior
    yes my landing page (where the inbound script is) is the first page visitors arrive to..

    so have you setup the same thing with your prosper 202 and your getting CTR data?
    {{ DiscussionBoard.errors[7355308].message }}
  • Profile picture of the author crispee
    yeah i have, messed with it and got it working after a few tries for PPV.



    apparently the clicks are from the LP too, sorry havent needed to use this code for a while but i went into prosper and refreshed my memory of how i did it, which is what i posted up there. don't have the solution to your problem then..keep messing with it and you'll get it
    {{ DiscussionBoard.errors[7355322].message }}
    • Profile picture of the author watsonovedades
      Originally Posted by crispee View Post

      yeah i have, messed with it and got it working after a few tries for PPV.



      apparently the clicks are from the LP too, sorry havent needed to use this code for a while but i went into prosper and refreshed my memory of how i did it, which is what i posted up there. don't have the solution to your problem then..keep messing with it and you'll get it
      Hi Crispee

      Im doing PPV aswell, please give me a tip. im tracking diff LP with Prosper but i have 2 Landing pages

      Lead Impact LP (800*600) > Review LP > Offer

      Im using a review LP because is a high paying offer and need cc validation,
      my question is where do i insert my redirect script? in my 1st Lp or in the second one?

      i have it inserted on the Review LP in the call to action
      but i dont have any code or anything inserted on my first landing page the one i set up with LeadImpact, will this affect my tracking stats?

      Thanks hope you can help
      Signature
      Whatever your mind can conceive and BELIEVE you can achieve
      Follow me on Twitter - @DineroConPc
      I talk about Affiliate Marketing Methods
      {{ DiscussionBoard.errors[7382223].message }}
  • Profile picture of the author newbie_warrior
    ahhh whats wrong with what I did???

    anyways crispee thanks a lot for your time will do keep messing with it though..
    {{ DiscussionBoard.errors[7355339].message }}
  • Profile picture of the author newbie_warrior
    anybody who has any idea please provide me your input
    {{ DiscussionBoard.errors[7355375].message }}
  • Profile picture of the author newbie_warrior
    yes I did and it was ok.. I also tried this setup with my PPV campaign which has only 1 outgoing link pointing to signup.php and it also does register the landing CTR..
    {{ DiscussionBoard.errors[7381594].message }}

Trending Topics