What we need is some embedded Javascript code that can be placed inside of a Wordpress page which can receive information from Paypal.com and upon a success order can fire off an affiliate tracking pixel. We develop all of our sites in wordpress and we would like to stay inside of its frame work. We use paypal.com to process all of our clients payments so the script would capture the paypal.com data and execute a affiliate tracking pixel. <!-- Affiliate Offer: PROGRAM OFFER--> <iframe src="http://jump.mobkey.com/aff_l?offer_id=1&amount=AMOUNT" scrolling="no" frameborder="0" width="1" height="1"></iframe> <!-- // End Affiliate Offer --> the "amount" would be passed back from paypal to the thank you page - thus firing off the above tracking pixel. **NOTE** perhaps build tiny copy / paste application where we can copy the above tracking code into a box and the return will be a Javascript embed code that listens for Paypal.com