There's a bit of writing below Joe, but it's as reference only.
I'm talking to these guys and tell them I'm on an "ASP.Net" Plattform.
But they keep talking - and sending me - PHP stuff.
Prosper202 does have JavaScript alternative as well - for most functions.
So, it's a simple question Joe;
Does the below PHP talk, and PHP pages have any relevance to DNN.
Would it work at all - or it must be re-written for ".aspx" ????
Have a great weekend...
Cheers
Olle...
QUESTION, 3) Tracking keywords & conversions that land on your
http://www.conniehansen.com/Partner...ealth.aspx website then are redirected to the vendors site once they click on an offer.
To Answer Scenario (3)
Landing Page: Outbound PHP Redirect Code (FOR EACH OFFER):
This is the php redirect code, for each individual offer you have placed on your landing page. What
you would do is if you have 5 offers for instance, you might have when the visitor comes into your site,
they can click on 5 different offers. Each offer could be named, offer1.php, offer2.php, offer3.php,
etc etc etc. You would have a different page that the visitor would click on to goto each offer.
For offer1.php, you would want to copy and paste the php code for that specific offer. So for instance
if you had 3 ringtone offers on your page like, flycell, playphone and ringaza.
You would have a link for flycell.php, and on flycell.php you would want the php redirect code for
flycell. For your ringaza links, you would have your visitor click on ringaza.php and have the php
redirect code for ringaza copy and pasted onto ringaza.php.
Basically for each offer has their own php page, and you want to copy the code given below for
each offer, onto each of their associated pages.