Testing Offers/Rotating Offers?

9 replies
Heya guys,

I just had a question or two here if you would be so kind as to help me with .

Do any of you know any software/site that has an integrated testing/rotating offers system built-in.

Or even a simple site/software that rotates urls for testings?

Btw... Im on a mac

I'm currently using Tracking202 with my campaigns atm, and it's working greatish (currently the "fire pixels" are down), however it doesn't offer a rotating service of any kind .

Thanks again guys,

David


P.S Willing to write articles or something in return for knowledge... (keyword list perhaps?) Thanks
#offers #offers or rotating
  • Profile picture of the author williamrs
    Tracking 202 or Prosper 202 rotate offers:

    Prosper202 Self Hosted Apps


    William
    Signature
    Steal My Profit Strategy



    >> Download Now <<
    {{ DiscussionBoard.errors[2622385].message }}
  • Profile picture of the author hippo.t
    You can use ppvd, google it.
    {{ DiscussionBoard.errors[2622449].message }}
  • Profile picture of the author Davids22
    Tracking 202 or Prosper 202 rotate offers:

    Prosper202 Self Hosted Apps


    William
    Ahh... so I was wrong :p, merci my friend

    You can use ppvd, google it.
    Just did... no relevant/useful results for ppvd :/

    Could u provide a link perhaps?

    Regardless, thanks

    Regards,

    David
    Signature
    GorillaBuild.com - Easy, drag & drop funnel builder.
    {{ DiscussionBoard.errors[2622495].message }}
  • Profile picture of the author DanGlobalizer
    Tracking/Prosper should be the way to go, and should be most beneficial to optimize for your needs.
    {{ DiscussionBoard.errors[2622984].message }}
    • Profile picture of the author Filter
      Prosper / Tracking 202 can be used however, don't use the built in rotator....

      There's generally 2 accepted methods, however you will either lose your keyword data or even worse with the 2nd method, you will not be able to tell directly in Prosper which offer/lander is converting.

      You also have to enable permissions on your server for a php script to write to a file, something I don't like doing. So here's a simple php script I knocked up which you're welcome to use. The URL's are rotated randomly so should come out even. If you want to "weight" one URL over the others, simply add it more than once to the array.

      It will also pass through Keyword data and you will be able to see exactly which landers/offers are converting from within Prosper/T202

      First, create a new "fake" network to hold the campaigns. Next, create a new campaign and text ad for each offer/lander in the rotation. This enables you to add different offers from different networks with different payouts in the one rotation.

      Next, go to each campaign/ad and grab the tracking URL. Paste each URL into the script below:



      PHP Code:
      <?php
      $KeyWord 
      $_GET['KWord'];
      $KeyWord =  escape_string($KeyWord);

      // Offer 1
      $urlRotateArray[] = 'http://www.YourTrackingDomain.com/tracking202/redirect/dl.php?t202id=8541&t202kw=';
      // Offer 2
      $urlRotateArray[] = 'http://www.YourTrackingDomain.com/tracking202/redirect/dl.php?t202id=3574&t202kw=';
      // Offer 3
      $urlRotateArray[] = 'http://www.YourTrackingDomain.com/tracking202/redirect/dl.php?t202id=28754&t202kw=';

      shuffle($urlRotateArray);

      header('location: ' .$urlRotateArray[0] . $KeyWord);

      function 
      escape_string($str) {
       if (
      $str !== null) {
        
      $str str_replace(array('\\','\''),array('\\\\','\\\''),$str);
        
      //$str = "'".$str."'";
       
      } else {
        
      $str "null";
       }
       return 
      $str;
      }
      ?>
      Thats it. Just save that php file on your server (eg www .xyz.com/campaigns/IpadRotate.php ) and call it like this:

      IpadRotate.php?Kword=xxx

      Obviosuly replacing the "xxx" with the keyword pass through that is relevant to the network you are using.

      Hope that helps

      Cheers
      {{ DiscussionBoard.errors[2625043].message }}
  • Profile picture of the author emerald08
    thanks for the code. it works
    {{ DiscussionBoard.errors[3769672].message }}
  • Profile picture of the author imback
    Nice thread....I always encourage people to split test and rotate offers and those who do usually make profit and the ones who ignore it simply do not

    Good work my friend sounds like your doing things right...


    CHAD
    {{ DiscussionBoard.errors[3776328].message }}

Trending Topics