"Profit Generating Ideas"
10 Part Email course to multiply your sales

Here's a new tool that will guaranteed boost your online sales... plus you 
will also have the chance to earn money on 15 different products!

As you may know, an autoresponder, sending out follow up messages to a 
lead who  requested your info, is the most powerful marketing tool online.

Research shows that it often takes up to 7 exposures for the lead to become 
interested  enough to make a purchase. By using this Ecourse, you will be 
exposing your affiliate links for 10 days in a row! 

If you follow the steps below, you'll soon see a steady stream of affiliate sales 
come in... all automatically... 24/7...

You can place the 10 Day Ecourse on an autoresponder to offer to your 
subscribers/visitors/cliënts, and the great thing about this Ecourse is that 
every message that goes out contains your affiliate links!

I'll show you exactly how to set up everything in full detail.

But first, you need an autoresponder account

If you don't have one yet, it's best to sign up for a paid autoresponder account, 
so you won't have any ads placed in your messages. (Free services place their 
own ads at the top of your autoresponder messages. That's how they keep their 
service free.)

So, forget the free option. Having other ads in your messages makes you look 
"cheap" and unprofessional. Those ads take away your leads attention, and 
the last thing you want to do is distract your reader!

I use the "Getresponse" service to send out my follow up messages. The 
Getresponse folks offer an excellent service that I have not found anywhere 
else online. (If you're in doubt, you can click here to receive a FREE report  
that will show exactly how to set up a Getresponse autoresponder. You'll 
notice how fast, easy and powerful this system is within seconds!)

Click here to sign up for a smartresponder account at Getresponse. Don't 
worry, you'll earn the registration fee back in no time :-)

However, if you are on a budget, and can't afford to spend money on a smart 
account, you can use the Royal Responder service.
Click here to get a free account.

Here's another free autoresponder service: http://www.freeautobot.com 
(Warning: it's been my experience that some messages from Freeautobot 
get lost due to server outtimes, so I can not recommend this service.)

Download the Ecourse lessons

Once you have set up your autoresponder account, you can
download the 10 
autoresponder Ecourse messages via this link. The lessons are in Word, and 
you'll need to unzip the file with Winzip

After unzipping the file to a special directory on your hard drive, you will have 
10 lessons - one to send out every day. 

Now, before you upload the lessons to your autoresponder, you'll need to 
customize the messages. You'll notice links throughout every message 
highlighted in red
. Replace these links with your own affiliate links. (See 
instructions below.)

This will allow you to receive the 50% commission should the lead decide 
to order one of the products in the Ecourse.

You will also see "$firstname" throughout these messages. 

Leave  these fields as they are to personalize your messages. Personalizing 
your subject line and message is an effective method of  converting leads into 
customers. They work great  with Getresponse autoresponders. (Of course, if 
you use another  autoresponder, see their own customization instructions.)

IMPORTANT!!! You will not use your regular Clickbank hoplink to 
earn your commission. 

Your new affiliate link will look like: 

http://www.ebooks-made-easy.com/ezGaffurl.php?offer=YOURID& pid=xx

The YOURID code will be your own Clickbank ID. The xx at the end of the 
link is for the specified product link. But don't worry about that, I will do this 
for you. You just need to put your Clickbank ID inside the affiliate links.

Click here first to create your affiliate links. You'll receive an email with 
detailed instructions when done.

IMPORTANT!!!
Don't forget to insert your Clickbank ID in every affiliate link 
in the lessons, because all the links lead to different products!

How I protect your commission...

ClickBank runs a terrific affiliate program, but there is one drawback for you as 
an affiliate. Many people know how to "steal" the commission payments which 
are rightfully yours, by substituting their own ClickBank nickname for yours. The 
result is that you do all the promotion work, but someone else takes the benefit. 

Now, I have
blocked this unethical situation by disallowing anonymous affiliate 
purchases by using an additional piece of protection software called easyClickMate.

The result is that, as one of my affiliates, you benefit from less fraud and higher 
commission checks. I value all the work you put into promoting my business, and that's why I want to reward you with more cash in your pocket...

You can also insert 3 other links for affiliate programs in the lessons. They 
are also free to join. 

Here they are:

- The "NoMoreHits" web site traffic service.  To join, click here.

-
Neil Shearings "Scamfree Zone Program".  To join, click here.

-
Terry Dean's "Netbreakthrough Members Site."  To join, click here. 
(Click the "Get Paid" link at the top of the page to sign up.)

How to setup the autoresponder course

The 10 messages need to be set up on your autoresponder service by 
following the instructions at the web site. Select message 1 to be sent 
immediately after the request has been made. 

Schedule messages #2 - #10 to be sent out ONE per day.

Don't forget to personalize the subject lines that I have included in every 
message. 

Put the autoresponder sign up form (see your autoresponder service for 
instructions) on a well visited web page to offer your visitors the 10 day 
Ecourse. 

To make it easy for you, I have created 2 special sign-up forms, with 2 
special offers included - as an incentive to  let people join the Ecourse.
You can download them from here

You'll find 2 different sign-up forms in the file. One is for when you want 
to offer your subscribers a copy of my "How To Make Profit From An 
Affiliate Program"
Ebook. This book contains 15 different product links, 
and you can make money everytime someone clicks and orders from 
these links! 

The other form is for when you choose to give away a copy of Tom Hua's 
"Ebook Magic"
book. This book can also be branded with your own 
information and links.

Don't worry, the branding process is easy, and all the instructions are 
inside the books. 

Click here to download "How To Make Profit From An Affiliate Program"

Click  here to download "Ebook Magic"

Your Pop-Up Window Code

Below is the code to place the pop-up window on your page. (The pop-up is 
set up to only pop-up once a day when a visitor enters your page. If you 
want the window to pop-up more, you can change the value in red.)

Place this code right after the "head" section of your page, and rename the 
red code
with the name of the page you'd like to pop up. For maximum 
result, place the pop-up window on your most visited web page(s).


<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var expDays = 1; // number of days the cookie should last

var page = "popupfile.htm";
var windowprops = "width=540,height=690,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes";

function GetCookie (name) { 
var arg = name + "="; 
var alen = arg.length; 
var clen = document.cookie.length; 
var i = 0; 
while (i < clen) { 
var j = i + alen; 
if (document.cookie.substring(i, j) == arg) 
return getCookieVal (j); 
i = document.cookie.indexOf(" ", i) + 1; 
if (i == 0) break; 

return null;
}
function SetCookie (name, value) { 
var argv = SetCookie.arguments; 
var argc = SetCookie.arguments.length; 
var expires = (argc > 2) ? argv[2] : null; 
var path = (argc > 3) ? argv[3] : null; 
var domain = (argc > 4) ? argv[4] : null; 
var secure = (argc > 5) ? argv[5] : false; 
document.cookie = name + "=" + escape (value) + 
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 
((path == null) ? "" : ("; path=" + path)) + 
((domain == null) ? "" : ("; domain=" + domain)) + 
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) { 
var exp = new Date(); 
exp.setTime (exp.getTime() - 1); 
var cval = GetCookie (name); 
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var exp = new Date(); 
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
}
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count, exp);

window.open(page, "", windowprops);

}
else {
count++;
SetCookie('count', count, exp);
}
}
// End -->
</script>
<BODY Onload="checkCount()"

Ok, now you're ready to start making sales!

For best result you can do the following:

  • ... announce the Ecourse to your Ezine or Opt-In list

  • ... include a link to your sign up form in an Ebook that you wrote

  • ... put a link to the form on your own products download page(s) and 
    offer the Ecourse as a special bonus offer (this is a great way to earn 
    money from backend sales)

  • ... place a link to the sign up form in your email sig file

  • ... buy (or swap) a solo Ezine ad with a newsletter that targets your 
    market (Click here to discover exactly how to write a killer ad that 
    gets results 
    every time, and which 35 Ezines are the best places to 
    publish your ads in
    .)

  • ... put the request form on the welcome page of your Ezine, where new 
    subscribers come to download their welcome gifts.

    Once done, you may sit back, and watch commissions flow in...

    To your -and my- online sales! :-)

    Dirk Dupon

    Note: don't ever use SPAM to get people to sign up to your Ecourse! If 
    you do this I will terminate your affiliate account immediately and take 
    appropriate action! Spam is BAD!


Back to the Affiliate Center | Need help? Contact me