Mobile traffic is the “wave of the future” for many affiliate marketers. I personally know guys putting up astronomical monthly revenues driving cheap mobile traffic to email/phone submits. In recent years the amount of people with “smart phones” that have full web browsers has grown exponentially and the number of opportunities that leaves affiliate marketers is almost endless. Today, I want to talk about how to collect a user’s email address and send them to a mobile optimized offer to monetize.
To get started you first need to decide where to purchase your media. A few of the more popular mobile traffic sources include AdMob, Decktrade, AdWhirl, Adfonic, and of course Google Adwords. I’ve ran the most volume with AdMob/Decktrade, but there is really an abundance of sources out there to test. Choose a few and then prepare your campaign. To get started you’ll need an account at a mailing service provider, a couple of mobile optimized CPA campaigns, and a mobile optimized landing page.
AWeber is my mailing service provide of choice because of their high deliverability rate. I also like their follow-up sequence feature as they allow you to send unlimited messages automatically to your subscribers. I’ve never had a problem with them and their prices are right along with the rest of their competition. They also have a pretty sick web form generator.
Most all CPA affiliate networks are now carrying a variety of mobile-optimized offers. Most are dating but some I suggest you look for are email/phone submits as these can be very lucrative on the back-end of building your list.
The jQuery mobile-optimized framework is one of the simplest ways to build out a customized landing page that can begin collecting emails. It took me about five minutes to create this very simple, yet effective, landing page:
The HTML code for this is REALLY simple:
<html> <head> <title>Enter Your Email</title> <link rel=”stylesheet” href=”http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css” /> <script type=”text/javascript” src=”http://code.jquery.com/jquery-1.5.2.min.js”></script> <script type=”text/javascript” src=”http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js”></script> </head> <body> <div data-role=”page”> <div data-role=”header”> <h1>Enter Your Email</h1> </div><!– /header –> <div data-role=”content”> <p>Subscribe to our email updates!</p> <!– begin form configuration –> <form method=”post” action=”http://www.aweber.com/scripts/addlead.pl” > <div style=”display: none;”> <input type=”hidden” name=”meta_web_form_id” value=”1599549339″ /> <input type=”hidden” name=”meta_split_id” value=”” /> <input type=”hidden” name=”listname” value=”default1818076″ /> <input type=”hidden” name=”redirect” value=”http://www.imgrind.com/forum/ryan/samplemobile1.html” id=”redirect_0592033141e71603aa3d53d3ea55ac68″ /> <input type=”hidden” name=”meta_adtracking” value=”Mobile_Optin_1″ /> <input type=”hidden” name=”meta_message” value=”1″ /> <input type=”hidden” name=”meta_required” value=”email” /> <input type=”hidden” name=”meta_tooltip” value=”” /> </div> <div data-role=”fieldcontain”> <label for=”email”>Enter Your Email:</label> <input type=”text” name=”email” id=”email” value=”” /> </div> <button type=”submit” data-theme=”a” name=”submit” value=”submit-value” aria-disabled=”false”>Submit</button> <div style=”display: none;”><img src=”http://forms.aweber.com/form/displays.htm?id=jKycnKwsnMzMnA==” alt=”” /></div> </form> <!– end form configuration –> </div><!– /content –> <div data-role=”footer”> <h4>Copyright © 2011</h4> </div><!– /footer –> </div><!– /page –> </body> </html>
Pretty cool stuff huh? Are you getting some ideas about how powerful this can be? In my above example you’ll notice a redirect that goes to our Mastermind Forum (http://www.imgrind.com/forum). This is where you would want to send your visitor AFTER they enter their email address. You can split test this but either sending them to a CPA offer or another pre-sale landing page has proven to be effective. This will allow you to recoup some of your advertising costs all while building a massive list that can be monetized daily.
Are you promoting mobile campaigns yet?
Ryan Gray is the founder and CEO of NameHero, one of the fastest growing independent web hosts in the United States. Ryan has been working online since 1998 and has over two-decades experience in Internet Entrepreneurship.
Copy code, buy traffic, profit. Thanks Ryan.
Well obviously use this as an example, get CREATIVE, and kill it bro. Lots of guys are 😉
i am also using jquery for my landing pages. It is very simple to use and the codes for the templates are free. This really helps people like me who think that php is a type of vegetable. 🙂
If you use the HTML5 <input type="email" rather than <input type="text", some devices will change their input so an email address can be more easily entered.
I have been doing this method for building my email list for over 2 years now and when I first started most of the CPA networks wouldn't except my mobile traffic ! They told me that I was to far ahead and maybe someday they will. Well that someday is definitely here !
Great post and even better strategy this is a big money maker !