Timberway.com - How To Promote 50 Products From One Clickbank Account |
![]() |
Your Internet Marketing Solution |
How To Promote 50 Products From One Clickbank AccountBy Robert Plank Clickbank is a great third-party system for selling your products, but it's not perfect. The most noticeable problem is that, even though you have the ability to offer up to 50 different products, you can only have one landing page. This means that when an affiliate promotes your URL, you can only take the user to the sales page of a particular product. (Either that, or take them to a page with a link to every single product -- bad idea -- too many choices for the user to make.) Luckily there is a PHP solution. Clickbank lets you add extra stuff to the URL, which can be passed to a PHP script. Then, this script can easy pass the user along to any page you like. A typical Clickbank hoplink looks like this: http://hop.clickbank.net/?AffiliateID/SellerID Where "AffiliateID" is the ID of a Clickbank affiliate and "SellerID" is the ID of the seller whose product you are promoting. I've recently been in a situation where I was selling an e-book, and wrote a second volume. I wanted to be able to offer an affiliate program to the following types of resellers: 1.) Those whose lists contained many people who already purchased Volume 1 from them as an affiliate, and were satisfied enough to buy Volume 2. 2.) Those who hadn't bought either e-book before, and were willing to pay the full price for both Volumes 1 and 2. 3.) Those whose lists contained "freebie seekers" who would be more comfortable buying only Volume 1 for starters. This meant I needed 3 sales pages, but I wasn't comfortable with wasting another $100 to setup two new Clickbank accounts. I also didn't want to have to login three different times to check all my stats. (And cash three separate checks, and so on.) So, I gave affiliates a link like this: http://hop.clickbank.net/?AffiliateID/SellerID&x=volume2 That extra part at the end said, set the query string variable called "x" to "volume2." That "volume2" can be any value you want, by the way. When Clickbank does the redirect to your site, they pass along two things: the affiliate ID, and any stuff you add on to the end of that URL. So, if your sales page was something like: http://www.example.com/index.php Then Clickbank would send the user to: http://www.example.com/index.php?hop=AffiliateID&x=volume2 See what it does? It sets "hop" to the affiliate's ID and then says that "x" is equal to "volume2." Here's where it gets fun. Let's create a new file in your text editor, like Notepad (this will actually be a PHP script). Copy and paste this in: <?php $redirects = array( $x = $_GET["x"]; if (array_key_exists($x, $redirects)) { ?> Change all those rows (volume1, volume2, etc.) and their URLs to your own URLs. They can be anything you want and you can have as many of them as you want. If you want more lines just copy the lines exactly as they are, but the last line doesn't need a comma, as you can see above. Save this file as something like "redirect.php," and then change the extension from the landing page of your site to a PHP extension. For example if your landing page is "http://www.example.com/index.html", it has to be changed to "http://www.example.com/index.php." Change the URL in your Clickbank preferences if it needs to be updated to reflect this change. Almost done. Now in your newly renamed landing page, add in this code: <?php include("redirect.php"); ?> MAKE SURE that line is at the very very start of that page. You can't have anything before it, not even a carriage return or a space. If you put that line of code anywhere than the top of your HTML document the redirect just won't work. And there you have it. If that special code is added to the end, for volume3 or even the "jv" section, the user will be properly redirected. Or if no special code is entered at all (just a regular Clickbank hoplink) the landing page will just be shown normally without any sort of redirect. You can now have more flexibility when giving out special offers. You can't give JV partners a bigger commission (you'd need another Clickbank account for that), but you can:
Now you can promote multiple products through Clickbank without multiple accounts, and without needlessly paying for a costly script that does very little. Experienced PHP/JavaScript Tutor Solves 19 Of Your Most Frustrating Direct Response Sales Page Hang-Ups: http://www.salespagetactics.com/timberway Learn more about Clickbank here: Clickbank
Related links:
|
|
||||||||
| HomeInternet Marketing NewsInternet Marketing Articles » Web Design And Marketing Language » Lead Generation How to -- 10 Tips On Generating More Internet Sales Leads » Increased Web Site Traffic Day 1 » Best Home Business Opportunity » Saturated Market? » Increase Blog Traffic » Email Marketing Kung Fu » PayPal Payment Notifications on Your Phone » Finding the Best and Most Lucrative Affiliate Programs » Seven Steps for Creating Successful Marketing » Is Blogging and RSS ALL THAT? Yes, and a bag of chips! » Search Engine Marketing (SEM) - Houses on Sand » Advertising Testing... The Real Secret Of Direct Response Marketing » How To Have The Best Day Of Your Life » Credit Card Merchant Accounts » Internet Marketing: The 5 Biggest Mistakes Most Internet Marketers Make » Internet Marketing Beginners, Here's The Big Secret! » Update Outlook Calendars from a Web Link » Marketing Test of a Solo Ezine Ad » Why Google Blog Search Matters to Your Business » Make Money on eBay - 5 Secrets To Make A Killing on eBay » Experience the Benefits of an Internet Business » How To Get Celebrities To Endorse YOUR Product » Resale Rights - Are You Making These Three Mistakes? » How Internet Marketing is Like a Car Engine » How To Submit Articles For Massive Traffic » How to Find an Affiliate Program For Any Niche in 2 Minutes » Building eCommerce Websites That Work - Part 1 » Building eCommerce Websites that Work - Part 2 » Building eCommerce Websites that work - Part 3 » Create Viral Web Site Traffic With Brandable eBooks » More on Keywords » One of the 'Golden Rules' of Internet marketing.... » Dirty Hooligan! What a Crude Street Corner Come-On Taught Me About Direct Response Marketing » Pay Per Click Ads » Guerrilla Marketing Insights - Jay Conrad Levinson » Link Color and Traffic » Improved search engine rankings placement » How to Cloak Your Affiliate Links » Create Simple Affiliate Clickbank Hoplinks » Making Your Website Affiliate Friendly » Just Click Send - by Marlon Sanders » Sizzling Offers That Sell Like Crazy » How To Promote 50 Products From One Clickbank AccountInternet Marketing Tools and ServicesInternet Marketing Books, Ebooks, and CoursesWeb Site TemplatesWeb HostingWebmaster NewsMom Execs - Work At Home MomsSearch this siteSite MapContact UsAdditional Internet Marketing Webmaster Resources Links Directory Search Engine Optimization: SEO News | |||||||||
| Home | Site Map | Site Map 2 | Site Map 3 | Search | Search 2 | ||
Copyright 2005 by Timberway.com - Your Internet Marketing Solution - All Rights Reserved |
||
Content managed by the Etomite Content Management System.