If you have a need to pass through a custom parameter to the click
URL of a website.
For example:
https://www.yahoo.com/?affid=12345
You can accomplish this with Ad Peeps Hosted. Follow the setup
instructions below:
1. In the Ad Peeps HTML Code you will need to tell Ad Peeps the VALUE of
the parameter you want to pass by adding:
&xx_passthru=VALUE
For example, if you want to pass affid=128373 to yahoo.com link, you
would need to
append "&xx_passthru=12345" to the Ad Peeps HTML Code where it calls
the
ads:
<script type="text/javascript"
src="http://www.adpeepshosted.com/adpeeps.php?
bf=showad&uid=100000&bmode=off&gpos=center&b
zone=default&bsize=80x60&btype=3&bpos=default&
btotal=1&btarget=_blank&bborder=0&xxpassthru=12345">
Notice the code at the very end. Be sure not to add affid or any other
characters as the software won't recognize this at this point.
2. Now, in the "Website URL" field locating in the Configuration tab of the
Ad Setup, you would plug in the passthrough variable like this:
http://www.yahoo.com?affid=<xx_passthru>
3. When the ad is clicked, Ad Peeps will send the user to:
https://www.yahoo.com/?affid=12345