Tracking with prosper202 currently only works when your polls are hosted on the SAME domain as your installation. A fix for this is currently in development and will be completed soon.
Original Thread1. Setup your campaign in prosper202 like you would normally, filling out sections #1, #2 and #3.
2. in prosper202, click on "#4 Landing Pages", and setup your landing page as seen in the screenshot below. your "Landing page URL" Should be the URL you plan to upload poll factory's generated output too. When finished with step #4, setup step #5 with your ad copy.

3. in prosper202, click on "#6 Get LP Code". Click on "Simple Landing Page"


4. Setup your landing page tracking code. Prosper202 will output three things
You will get an outgoing tracking affiliate URL that looks like this:
Code:
http://www.prosper202domain.com/tracking202/redirect/lp.php?lpip=723
You will get some javascript tracking code that looks like this:
Code:
<script src="http://www.prosper202domain.com/tracking202/static/landing.php?lpip=558" type="text/javascript"></script>
and you will get some PHP code that looks like this:
Code:
<?php
// -------------------------------------------------------------------
//
// Tracking202 PHP Redirection, created on Sun Apr, 2009
//
// This PHP code is to be used for the following landing page.
// http://www.thepollfactory.com/example.php
//
// -------------------------------------------------------------------
if (isset($_COOKIE['tracking202outbound'])) {
$tracking202outbound = $_COOKIE['tracking202outbound'];
} else {
$tracking202outbound = 'http://prosper202domain.com/tracking202/redirect/lp.php?lpip=723';
}
header('location: '.$tracking202outbound);
?>
5. Save the PHP code from step #4 in a .php file, and upload this file to your server. Call it "offer.php" or similar. This is the link your users will see in their browser status bar.
Switch to the poll factory Interface6. Add a new offer to your offers list. You can put whatever you want for description and network, but use the link you got in step 4, as in the screenshot below:

7. Create your poll, and add the offer you just made

8. Add the javascript tracking code that prosper202 generates under the "tracking" tab in poll factory, in the box that says "Javascript (before closing body tag)"

9. Back to prosper202, Click on "#7 Get Links". Select the proper values from the various drop down boxes as shown below:

10. prosper202 will generate your adwords link, it will look something like this:
Code:
http://www.yourdomain.com/poll.php?t202id=5154&t202kw=

11. Now, In adwords, you should set your destination URL to:
Code:
http://www.yourdomain.com/poll.php?t202id=5154&t202kw={keyword}