|
楼主 |
发表于 2012-5-24 00:23:43
|
显示全部楼层
Well - There's many ways to stuff the visitors. Do you have TCL? You can buy a script like TCL if you want to control the numbers, stuffing percentage, and/or stuffing based on referrer. If you want to stuff ALL your visitors (and in this case, I'm assuming you do) - you'll just want to put a hidden iframe on the page, that loads your affiliate link, thus dropping the cookie (or you can stuff them with any method you really want to - because in this scenario, you aren't trying to illegitimately "steal" commissions. You're just trying to get paid for your salesmanship - so you could even use a simple img tag that is your affiliate link) . Let's also assume you are promoting a clickbank product.
First thing you do is make sure all visitors to your blog are getting stuffed (you don't want to send them to the checkout page without having your cookie - otherwise they'll be buying the product from your site without getting you a commission). So add the iframe code (or whatever stuffing method you are employing) to the bottom of the sales page you created. Make sure the cookie is getting dropped by visiting your page (clear your cookies, and visit your page - if you now have a cookie from the merchant, it worked).
Next - find out what the URL is of the checkout page for the product you are promoting is. This is usually pretty easy - just visit your affiliate link, click the Buy Now button or the Checkout button, and copy down the checkout page URL. (some merchants/sites use a dynamic page for the checkout and this makes it a little harder to get a checkout page url. For some merchants there are urls you can use to get to the checkout page of a particular product, and for others, it's not as easy. you'll just have to do some research). Now, you'll want to create a page on your site, that is just framing this checkout page. Create a "checkout.html" page and put a framing code similar to this - in the html:- <!DOCTYPE HTML PUBLIC "â€//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head><title>Product Name - Checkout Page</title> <meta name="description" content="Write your description here." /> <meta name="keywords" content="keyword1, keyword2, keyword3, etc." /> </head> <frameset rows="100%,*" border="0">
- <frame src=" http://theproductsite.com/the-checkout-page-url-goes-here.php" frameborder="0" />
- <frame frameborder="0" noresize /> </frameset> </html>
复制代码 Now you can use that page as your checkout page link. It will go to the merchant's site's checkout page for that product, but it will look like your site since's it's using a 100% frame.
That's really it. The user visits your page. Get's your affiliate cookie placed in their browser. When they go to buy the product, this will skip teh merchant's landing page, go directly to the checkout page which appears like it's on your site.
I'm not sure how much this adds to the "trust factor" of a site. Or if this really makes Google/other SE's really think it's not an affiliate site. Just an idea I had, and have actually done it before. It's good to do, from a user's standpoint - when a clickbank product has a really shitty sales page. If you find a good product on clickbank, it's like 50/50 that they have a good sales page. Most are crap. So this way, you can create your own salespage, and increase the # of conversions since they aren't turned off by the crappy sales page that makes it look like a shitty product. |
|