1. What is the incoming URL when I'm doing a landing page? Is it simply www.domainformylandingpage.com? How does it track the keyword (I'm doing a PPV campaign with Media Traffic)? Do I need to get a tracking link or do I just add ?subid= at the end? Or is this where the JS comes in (from the video it looks like it just records the user info)?
2. I have a landing page that uses an image map link. As soon as I plug in the JS, the image map link becomes disabled. Here is the code I'm using.
<body>
<img src="offerlanding.jpg" width="750" height="550" border="0" usemap="#Map" style="position:absolute; left:0px; top:0px">
<map name="Map" id="Map">
<area shape="rect" coords="60,360,250,400" href="trialoffer.php" target="_blank"/>
</map>
<script src="http://static.tracking202.com/lp/xxxxxxx/landing.js" type="text/javascript"></script>
</body>
EDIT:
3. While I'm at it, can I use the Rotate Offers script to rotate through several landing pages, with each landing page leading to a different offer? If so, how do I replace this:
$offer[1] = 'http://myaffiliateurl.com?subid=';
$offer[2] = 'http://myaffiliateurl2.com?subid=';
$offer[3] = 'http://myaffiliateurl3.com?subid=';
Do those links become the links to my landing pages? Do I put the actual link for the offer, or do I have to put a tracking link? And as per #1, do I need to add ?subid= to the end of the landing page URL?