preload

 

31
This script is designed to help you track clicks from Jumptap, one of the more popular mobile ad networks. It grabs tracking variables passed by Jumptap and turns them into c variables used by Prosper202. This allows you to see exactly what publisher, keyword/category, handset, and carrier are converting. The script will also rotate offers if you add more than one link. Code [php firstline="1"] <?php /** * Jumptap Offer ...

Prosper 202 1.7 Release and Chart disable Mod

Posted by ctrtard on Oct 11, 2011
23
The long awaited new release of Prosper 202 1.7 is available for download today. Nana has put quite a bit of work into this new version and it looks like it's a real winner. This new version has some changes to the UI/design as well as some changes under the hood. Here's your executive summary: UI The UI has been relabeled here and there to make more sense. For example in the Setup tab, "PPC Accounts" has been replaced with "Traffic ...

Custom Start Page for Prosper 202 Mod

Posted by ctrtard on Mar 09, 2011
17
When you log in to Prosper202, by default, your start page is your202domain.com/202-account/ This mod will let you change the default start page to anything you want and help streamline your workflow. The Start Page Mod To do this mod you only need to edit one file: 202-login.php This file is located in your Prosper202 root directory. Here is the change you need to make... Original Version [php highlight="80" ...

New Tracking202 Soon To Be Released

Posted by ctrtard on Dec 01, 2010
8
While no release date has yet been announced, Wes Mahler sent out a tweet today that a new version of Tracking202 will be out very soon. Tracking202 2.0 highlights: Unparalleled Flexibility - Track everything in ways not yet available on any of the tracking systems in the market. Lightning Fast Redirects - We all know slow redirects cost you money and conversions, so we've optimized the new Tracking202 to serve up redirects in the blink of ...

Pimp Your Prosper with Subid Injection Buttons

Posted by ctrtard on Aug 13, 2010
20
I love Prosper 202, but the GUI needs help. I mean copying and pasting [[subid]]? Really?!? We may as well all just bust out Mosaic and get it over with. Embrace the 21st Century Mod Features Larger Campaign Name field. (More room to edit!) Larger Affiliate URL field. (The better to see those big-ass tracking links.) Some Sweet Subid Injection Buttons. No more copy/paste means less room for error and ...

Passing Variables Through Prosper 202 Mod

Posted by ctrtard on Aug 03, 2010
31
The Issue: A new campaign I am about to run requires me to pass a zip code as a get variable in the url. For example: http://offerpage.com?id=666&zip=12345 This is also known as a pre-pop, as in "pre-populating" an offer. The Problem: So my landing page is all set up.  I have a form on there that let's the user enter his zip code and I have my Prosper202 javascript tracking code in place.   Everything's great until I have to ...

Tracking202 Missing PPV Icons Fix

Posted by ctrtard on Mar 10, 2010
5
Sometimes, little things bug me. I've been running a bunch of PPV traffic lately and for awhile now, I've noticed that Prosper202 doesn't have icons for DirectCPV or LeadImpact. This is most noticeable in the Overview and the Spy view where traffic from both of these networks gets stamped with the question mark icon. When you just see a question mark, you need to hover over it with your mouse to figure out what traffic source it is. And ...

Split Testing and Rotating Offers in Tracking202

Posted by ctrtard on Feb 26, 2010
39
Since I made the “PPV Landing Page Rotation” post a few days ago, quite a few people had asked me how to go about doing offer rotation as well. As usual, there’s more than one way to skin a cat. I’m going to show you the “right” way to do this.  By doing it right, we are going to preserve all of Tracking202’s trackyness.  However, doing shit right always takes more time.  So I would be remiss to not point out a slick way to ...

Split Testing and Landing Page Rotation Script for PPV

Posted by ctrtard on Feb 22, 2010
71
Split testing kicks ass. Rotating landing pages to find which one converts best is the ticket to making you more money. Don’t be lazy, it’s not that hard! If you’re experienced, I’ll cut to the chase. Here is my ppv landing page rotation script download link.  This script supports all major CPV networks, and allows even rotation via counter file or psuedo-rotation via random number. Read the comments in the file, you’ll figure ...