Our site (docsavings.com) is going to be advertising to customers via banner ads. This will not be on a public site but a private network for doctors. The ads contain a 10% off enticement. When the customer clicks on the ad, I want to take him to a private welcome page that contains the coupon code and some welcome information just for these customers.
So, advice is needed on the best way to do that:
Should I:
a) Take the customer to a private page (privatewelcome.html). Then they have to click on a link within that page to access the merchant.mvc page in a new window.
b) Not even sure this is possible- take the customer to a private merchant.mvc page with their own welcome message in the center.
c) some other method I haven't thought about.
Suggestions will be much appreciated.
So, advice is needed on the best way to do that:
Should I:
a) Take the customer to a private page (privatewelcome.html). Then they have to click on a link within that page to access the merchant.mvc page in a new window.
b) Not even sure this is possible- take the customer to a private merchant.mvc page with their own welcome message in the center.
c) some other method I haven't thought about.
Suggestions will be much appreciated.
Comment