Monday, 26 August 2013

[Build Great Backlinks] 3 Conversion Tricks I Use to Get More Leads Than You (+ Free Squeeze Page Template)

Build Great Backlinks


landing-page-designWhen I released OptinSkin back at the beginning of 2012, one of the main marketing angles for the product was that it allows split-testing. Similarly, when I released my free training guide Cloud Blueprint, split-testing was stressed so much as something that can take you from being someone who does ‘okay’ online to someone who can quit their job. When changing just one word on your sales or squeeze page can literally mean a 1,000% change in conversions, I’m amazed when I don’t see people doing it.

Today I’m going to share some of my more private landing page tips that help me get more subscribers and sales than my competition in virtually any niche I enter. I’m also going to give you a high-converting squeeze page template you can customize until your heart’s content. Finally, I’ll share – step-by-step – how to implement split-testing so you have no reason not to be doing it.

100% Free HTML Squeeze Page

I want to kick off this post by giving away a totally free HTML squeeze page that you can use to easily collect email subscribers. I did have the idea of using WordPress and custom pages for this giveaway but I thought it would be too much hassle to make it compatible with people’s themes etc. (and there are premium plugins which do exactly this). The freebie is more about giving you an easy way to quickly get into split-testing without needing any technical knowledge (besides FTP) and start building your readership.

I designed this after putting together so many squeeze pages recently for sites in my PPC case study and this template was one of the best that I found to be working. You can view a preview of it and some of the features, below:

squeeze-demo

change-colours

features-yo

Installation

To install the template, you simply need FTP access to your server. If you do not have this, simply ask your web host what those details would be and then use a tool like Filezilla to access your site. Navigate to wherever your website files are – usually public_html – and create a new folder for the name of your squeeze page. EmailA or something similar is fine. Then just drag and drop the theme that I give you to this location, and it will be up and running instantly.

The theme can be found here: http://www.viperchill.com/SqueezePage.zip (Right Click > Save Link As)

User Guide

I did spend a lot of time putting this together so the user guide is behind a little ‘share please’ box. I’ve never done anything like this before, but would appreciate it if you could help me spread the word. If you are more technically inclined already it should be very easy to edit the theme without the guide. However, if you are a beginner, you’ll get access to a huge page on this website which gives you a lot more information.

6 Things I Learned from My Last Round of Split-Testing

Please keep in mind that the following lessons may or may not work well in your industry. The true beauty of split-testing is that you really never know what is going to convert highly for your audience and the plus side is that there’s always a lot of fun in trying.

1. A laptop screen above my opt-in form worked better than a DVD style cover, an eBook cover and an audio CD graphic. The audio CD was by far the worst graphic that I tested. Keep in mind that I did put an image on the laptop screen that was relevant to what I was giving away and didn’t just leave it blank

2. A blue opt-in box worked better than any other colour I tested. Even when I matched the opt-in box to other colours on the site (such as having a red box with a red title) I still couldn’t beat blue with blue for my particular niche.

3. Having a Facebook like box on the page lowered conversions every single time. I’ve had it help when I’m selling a product, but for a squeeze page it just seemed to take people’s attention away from what I was actually doing. Heat-mapping tells me that people weren’t clicking on it – which is fine, I don’t want them to – so it’s not simply that I was directing them elsewhere and thus lowering conversions.

4. Words like “Weird” “unexpected” “unexplainable” “shocking” and so on which increase people’s curiosity helped a great deal. For instance, it would be better for me to say “This weird piece of software sped up my PC overnight” then something really clean and clear like “I installed this software and my computer became faster”. That’s just an example; I’m not involved in the speeding up of your computers.

5. The title still has the biggest impact for me when it comes to increasing conversions. This not only includes the words used as mentioned above, but the colour and even more importantly the font that is used.

6. Having an image underneath the opt-in box (even like the grass you see in my example) could not be beaten. It increased my conversion rate every single time. I played with this to show people’s faces, screenshots of the software they were getting, random ‘press’ images, and so on. Though not all of the images worked much better, every single one increased conversion rates in some way.

Using My Magic Grass Idea for Higher Conversion Rates

The last point there, number 6, was what I refer to as ‘magic grass’. It’s a really simple idea but something that just seems to work over and over again for me when it comes to getting more opt-ins. Have something on your page that people are likely to click on and then remind them to opt-in using a javascript alert.

Click on the grass below to get an idea of what I’m talking about (you’ll have to be viewing this on site, and not in an RSS reader or your inbox):


If you’re using this on a really long page – like this blog post – you’ll have to pick a point in the page using the anchor attribute for HTML links where the user is returned to after they click OK. You probably noticed you got redirected to just above the grass. Typically I don’t have to do this on opt-in pages as they’re short enough that people don’t have to scroll, so it’s fine if someone is taken back to the ‘top’ of the page.

Here’s the code:

<a href="#" onClick="alert('Hold on quick fingers! Enter your email address in the box for INSTANT ACCESS to your free guide!')">IMAGE CODE HERE</a>

Make sure you put the code for an HTML image or whatever it is you want to trigger a pop-up where I have written ‘IMAGE CODE HERE’. It works especially well for:

  • Any graphics on the page showing what you’re promoting
  • Graphics showing underneath your opt-in form (possibly as wide as the page)
  • Thumbnails showing a clip of a video they’re about to get access to

You can make the message be anything really. Just make sure you’re not condescending and make sure you do write in a fun, playful way. The key point is to remind people that they’ll get the bonus or benefit once they opt-in.

If you use any kind of heat mapping software (I use what’s built into Visual Website Optimizer which I’ll cover later) then you can see where people are clicking and then use that section of your page to trigger this kind of javascript alert.

lander-heatmap

Please note that I actually wasn’t using a picture of grass in the heatmap above, but I was using something with the same image dimensions (wide but short) which was semi-relevant to what I was giving away. You can split-test this of course to see what works best for you.

Don’t Show Your Add to Cart Button Instantly

This works especially well if you’re doing one of those ‘free guide’ or free presentation style videos where you are actually using that free concept to push towards a sale. If people can see an “Add to Cart” button under the video from the very start they know you have more intentions than just giving away something for free. At least give them a chance to give you a chance by delaying the effect.

<script type="text/javascript">
function showBuyLink() {
document.getElementById("buylink").style.visibility = "visible";
}
// adjust this as needed, 1 sec = 1000
setTimeout("showBuyLink()", 230000);
</script>
<div id="buylink" style="visibility: hidden" align="center">
YOUR ADD TO CART BUTTON / LINK GOES HERE
</div>

Don’t forget to change the part in bold with how long you want the delay to be. 1000 equals a 1 second delay. If you’re promoting a 10 minute video then I recommend trying about 3-4 minutes in because at least this way you’re only showing it to people once you’ve really got their attention with it. As with the theme of this blog post though, this is something you should absolutely be testing.

Get People to Click-in and They’ll Opt-in

This was one of the random ideas I had a few weeks ago that I put into action. At first it sucked pretty badly but with some tweaking it did outperform other pages in some ways. I found that it worked best when someone already know of me / my website and then went to buy or sign-up for something. However for cold traffic it didn’t seem to be as effective as having everything on one page by default.

What this does is basically lure people into taking a very simple action – clicking a link – and then getting them to opt-in or convert in other ways after. For example, you would say you’re giving away something for free and then tell people to click a link to get that free thing – making them assume the link is the access. That link then just unveils more content on that same page and doesn’t take them anywhere else.

My guess is that – psychology wise – they’ve already performed one action and engaged with the page so they’re more likely to repeat it and engage again. Here’s an example below:

This wont work if you’re reading this in your inbox or an RSS reader, you’ll have to come to the post

Click here to download your 100% free PDF

What you reveal is not a boom graphic but the rest of your page where they convert. Hat tip goes to RS for the code. There is a much better way of doing it that I used to use but I can’t find the old code source I’m afraid. The “much better” way simply means that you don’t have to write Click here to download 3 times in a row in the code. It’s only a once off thing though.

Split-Testing is Everything

Split-testing is so crucial to your success when it comes to sales page and squeeze pages that I just can’t over-hype it enough. If you’re not testing, you’re losing money. I can enter brand new niches where I know less about the market than anyone else and quickly overtake their income because I’m finding out what a particular audience really responds to rather than just guessing based on my extensive “experience”. This is not just some broad statement either, I’ve done this for friends and clients where I know very specific figures about their income / leads and I’ve been able to surpass that through nothing but hardcore testing.

Here’s a good example from Mind Valley when they split-tested promoting the Silva Method which has millions of customers.

conversion-example

Recently for example, I removed all text from the Backlinks XXX sales page and replace it with a video. We’ve tried (and are trying) lots of videos on the sales page. Every single variation with a video beat the version of the page with a lot of text that I had in place for months. It sucks that I put so much time and effort into some of the graphics we had up on that page – literally a week of solid work – only to find out it’s not really helping us get sales at all.

But that’s what testing is for. You have to put your ego aside and accept that something else might be working better even if you don’t want it to be. I’ve put together two short guides for you on how to set up testing with different services.

Split-Testing with Visual Website Optimizer

I read the story behind Visual Website Optimizer (not an affiliate link) recently and have to say it was pretty inspiring. Started by one guy out in Mumbai, India, all he wanted was to make $1,000 per month from the service to replace his current income and then some. A few years down the line he’s pulling in millions of dollars per month, works with his best friends, and never took money from a single investor.

Not a bad end result.

The reason the service is so successful is because they’re great at every aspect of their offering. Great support, a great interface and most importantly, great (and fast) results for your split tests. When you first sign-up to the service you get a list of options for split-testing as you can see below:

vwo-options

A/B testing and Multivariate testing seem to be the most popular that I read about online. A/B testing will basically replace one object of the page for you with another. Like swapping between a red opt-in box and a blue opt-in box. Multivariate testing will variate through multiple objects on your page (such as titles, graphics, fonts — whatever you choose) and try to find you the best end result. Multivariate testing only really works well if you have a lot of traffic though, as there are so many variables that it needs to test.

I don’t actually use either of these, but instead rely on split-URL testing. I make too many odd changes (such as changes to the code snippets I shared above) that I find easier just to keep on separate pages of WordPress and use the split-URL options.

vwo-goals

After you’ve then put in different variations of the page you want to test, it’s time to select what your goal is. Visual Website Optimizer have options for pretty much everything:

vwo-step4

I generally use either visits a page or submits a form. Both of them can be used for tracking opt-ins as you put in your form submit URL from Aweber or you can put your thank you page in as the page that someone has to visit. If you aren’t sure what to track or how to track it then I recommend sending through an email to support. I had a unique situation with some membership site software I run (they go to Paypal then back to my website) and wanted to ensure it would be tracked correctly as the produce is expensive (and sales rarer) so I would have to wait a while for it to test properly.

They promptly responded and helped me select the correct variable.

With testing, your results aren’t always going to be better than your original page. Sometimes your gut instinct is pretty good and the changes you make actually lower conversions. Here’s an example of this happening for me:

conversion-fail

Sometimes they go the right way but it’s hard to separate a winner (it can take a lot of traffic) and you need a little patience. I do have far more clear cut examples of of successful testing but this was such an anomaly for me that I had to take a screenshot. I know the traffic numbers are very low so it’s too early to pick a winner, but never have I ever seen the exact number of conversions from visitors for two additional variations that I’m testing.

conversion-non-fail

Split-Testing with Google Analytics Experiments

Google used to have their own split-testing tool that was independent from Analytics called Google Website Optimizer. It seems these days this is now built into Google Analytics so you’ll need to make sure you’re running that on your website to take advantage of this free offering. I personally don’t use Google Analytics at all anymore – though my clients do – so don’t have any personal tests to show you.

I will show you how to set it up though. Once you’ve logged into your Analytics account, you’re going to want to click on Content then select Experiments. You’ll be faced with the following options window:

website-optimizer2

For the percentage of traffic to test I would probably go for 100% unless you’re making some drastic changes that might put off a large portion of your audience. If that’s the case, then scale things down accordingly.

The next option will then ask you to define the goal (conversion) you wish to track. Something simple like someone landing on your thank you page – where they get redirected after subscribing to your email list – is an obvious one you can use for testing both your own site and on my free squeeze page.

google-analytics1

You’ll then see a preview of the experiment before it goes live with the tracking code you’ll need to install on your site.

experiments

Simply follow the instructions here and you should be up and running. As mentioned earlier, I don’t use Google Analytics for website tracking so unfortunately don’t have any reports to share with you like I do for Visual Website Optimizer. As with most things Google though, it appears incredibly easy to set-up and be on your way to getting more conversions if you don’t have the budget (or desire) to use VWO.

I hope I’ve inspired you to give split-testing a go if you aren’t doing it already. And if you are doing it, some code and ideas which might help to improve your conversions even further. If you have any questions or feedback, I’m here in the comments. I would love to know what you think…



You may view the latest post at
http://www.viperchill.com/ultimate-squeeze/

Build Great Backlinks
Glen
peter.clarke@designed-for-success.com

Thursday, 22 August 2013

[Build Great Backlinks] Ultimate Guide to Making Your YouTube Videos Interactive

Build Great Backlinks


YouTube let’s you connect with people – 1 billion of them to be exact.

That’s how many people visit YouTube every month. The site’s extreme popularity is why we’ve highlighted YouTube in the past with posts like How to Go Viral on YouTube and The Top 10 YouTube Channels.

But we’ve never written about YouTube annotations – and how they can greatly improve your videos by adding an interactive element. This post is all about delving into interactivity on YouTube:  why to do it, how to do it, and what you’re capable of doing once you master it.

Why Make Your YouTube Videos Interactive?

More Views to More of Your Videos

The most basic reason of all — who doesn’t want more views?

YouTube annotations allow you to create links from one video to another or to a playlist. The right link will turn a one-time viewer into a serial viewer. And since YouTube allows you to make a link to your subscribe page right in the video, interactivity can boost your subscription rate as well.

Up-to-Date Messaging

After you publish a blog post, you can return to it and edit it whenever you want. A YouTube video isn’t so malleable:  once it’s up there, it’s up – and if you want to make substantial changes you’ll have to take it back down and re-upload it (losing all of your views and comments in the process).

That’s a problem because the world keeps spinning and so too will your message.

That’s where annotations come in. Since they’re tacked on after you’re video is uploaded, they’re easy to change in just a minute or two. That means you can keep your YouTube videos with whatever is new with you — whether that’s a list of upcoming events, your newest products, or your most recent blog posts.

A good YouTube video will continue to amass thousands of views for years and years after it’s posted. Design a video with YouTube interactivity in mind and it can still be working for you decades from now.

Easier to Navigate Videos

Have you ever been watching a tutorial video and had to skip around for minutes trying to find the one part you need to learn? Wouldn’t it be nice if there was a way to skip right to the part you need?

With YouTube annotations, it’s possible. You can set up a series links in your video with titles referring to its different “chapters” — just like a table of contents. Your viewer will be able to read through the list, click on their desired chapter, and — poof — the video skips ahead to that exact location on the video.

Get Started with YouTube Interactivity in 3 Steps

(1) Access Your Video Manager

YouTube Interactivity Walk-Thru 1Log in to YouTube and click on the gray arrow next to your name in the upper right corner.

From there click on Video Manager in the ‘YouTube’ Column.

 

(2) Access Annotations Area

YouTube Interactivity Walk-Thru 2From the list of videos you’ve uploaded, select one to add interactivity and click on downward arrow next to edit. Select Annotations from the drop-down menu.

 

(3) Add Annotations to Your Video

YouTube Interactivity Walk-Thru 4Click on the Add Annotation button to the right of your video, then start working down the list. You’ll have the option to add text, adjust its placement within the video, and make it link to other pages or videos.

I’ll dive into these features in the next section.

Making and Adjusting YouTube Annotations

There are five types of YouTube annotations. In the example above, we’re using the Spotlight style of annotation. A spotlight is a just thin outline of a box, so they are useful when you want to use an existing part of the video and turn it into an interactive element. In this case, we’ve incorporated a short clip of another Income Diary video and put a spotlight around it’s edges, essentially turning the video clip into a link to the full video.

I’ve made an image with an example of the remaining four types of annotations:

types of youtube annotations

Titles allow for the largest font size; the Speech Bubble creates a playful cartoon speech box; Notes make a simple, useful rectangle; and Labels look a lot like spotlights, but they reveal text when you hover over them with your mouse.

Adding Text and Color

text area on YouTubeUse the white box to write in the text you want to appear with the annotation. You have a choice between four font sizes (11, 13, 16, and 28) unless you’re using a Title (48, 72, and 100). If you increase the font size but you don’t notice a change on the video, then you likely need to make the annotation box bigger.

Text must be either white or black, but you have an assortment of 34 colors to choose from for your annotations — including transparent. Your first priority here should be clarity, so make sure that there is a high amount of contrast between the text and the background color. You may also want to consider using colors associated with your brand or using attention-grabbing colors (e.g. red, orange, yellow) when making a call-to-action.

You also have the choice between two styles, Normal and Impact. I prefer the simplicity of Normal.

Positioning Annotations

When you make a new annotation, it will appear over your video. You can adjust it’s position by placing your mouse over the middle of the annotation, clicking, and dragging. It’s usually a good idea to place annotations on the periphery of the screen so that they don’t distract from the video, but in some cases you may want the annotation to be the focal point – front and center.

You can adjust the size of an annotation by clicking and dragging any of the black rectangles that are on each corner. YouTube limits the size of the annotation so that it cannot take up more than 30% of the screen.

Annotations in Time
moving annotations in timeOnce you’ve added your annotation, it will appear in the dark gray area underneath the video. By putting your mouse on either side of the annotation, you can extend it longer or make it shorter. By putting your mouse in the center of the annotation, you can move the whole thing forward and backward in time. You can also make these adjustment with the Start and End time fields to the right.

Choosing the right duration for your annotations is important. Too short and the viewer may not have time to read your message or click on your link. Too long and the annotation may distract from the video and overstay its welcome. Give your best guess at how long an annotation should stay up (probably about 5-7 seconds) and then watch the video from the beginning with the annotation. That will give you the best idea of whether or not you’ve chosen an appropriate length.

If you’re having trouble fine-tuning, you can use the magnify bar in the bottom right to get a closer look.

Turning Your Annotation into a Link

youtube linkHere’s where we finally get to add interactivity:  YouTube allows annotations to link to other Videos, Playlists, Channels, Google+ Profiles/Pages, Subscribe Pages, and Fundraising Projects. 

Types of Interactive YouTube Links and their Uses

Videos

This allows you to link to any other video on YouTube. This is the type of link that we use in the example video (Will Smith Explains How to Bend the Universe). Use it to link to one more related videos.

Since you can start the linked video at a second-marker of your choosing, you can select very specific portions of videos or even link to different parts within the same video. That’s how you make a table of contents for your video:  a series of video links to different times in the same video.

Another use could be to allow the viewer to go back and re-watch a particularly tricky part of the video:  “That last part about SEO was pretty technical, so click the button in the bottom right to go back and hear it one more time.”

Subscribe Pages

This is one of the most powerful links, since every subscriber you get is another long-term viewer. When someone clicks on a subscribe link, it takes them to a special landing page for your channel with a big button saying ‘subscribe’.

I see no reason why you shouldn’t put a subscribe button in every video you post on YouTube. It’s as easy as putting a note in the bottom left corner that says ‘Subscribe’ in 13 pt text.

Channels

Your channel page is like the home page for your YouTube channel. This is a great stepping-stone for viewers who are interested in learning more about you and your videos but who might not yet be ready to subscribe.

Google+ Profiles/Pages

You can’t link a YouTube video to your Facebook, Twitter, or Instagram — but you can link directly to your Google+ page. If you have an active YouTube channel and a social media presence, then this is an awesome opportunity to start building a relationship with your viewers.

Playlists

For audiences, a playlist can mean more entertainment/information queued up for them without them having to bother with browsing for the next one. For you and your videos, it can mean the difference between getting one view or ten views. If you have a series of videos that make sense being watched in a particular order, you make a playlist and put a link to it in each one of those videos.

Fundraising Projects

YouTube recently started allowing users to link to their fundraising projects on 18 approved websites, including Kickstarter and IndieGoGo. This makes YouTube a great place to promote your campaign

If you’re thinking about crowd funding, you can check out our Ultimate Guide to a Successful Kickstarter Campaign.

Can I Link from a YouTube Video to My Website?

This is the one interactive elements that my video clients ask for most — and unfortunately the answer is no:  you cannot link directly to your website from a YouTube video. Your best bet is to leave your full web address (including the http://) within the first three lines of the description area.

How to Design Your Video from the ground up for Interactivity

template for youtube interactivity
When I set out to make interactive videos for Income Diary, I made a special 1920 x 1080 px background in Photoshop comprised of branding elements taken straight from Income Diary’s site (above).

The focal point of the design is the spot in the center for a previous Income Diary video. When I finish each new video, I import the above template and the previous video file. Then I scale down the previous video so that it fits in the box and speed it up so that there’s more movement. After the video’s uploaded, it’s as easy as putting a spotlight around the miniature video and linking it up.

Another aspect of the above template is that there’s room in the bottom center for another annotation. That’s a prime spot for a note that says ‘Subscribe’.

How to Add Interactivity to an Already Uploaded YouTube Video

If you want to add interactivity to videos after the fact, don’t fret. You don’t need a fancy template and you don’t need to have planned anything in advance.

I recommend keeping it simple. Try putting a note in the bottom left that says, “Previous Video” and a note in the bottom right that says “Next Video”. Or simply put a note in the bottom center that says “Subscribe” and links to your subscription page.

In most cases, the bulk of the action will be in the center of the screen so it won’t be particularly distracting if there are notes discreetly placed at the bottom. Nevertheless, I don’t recommend putting these links up until the last 30 seconds or so of your video.

Conclusion

Do you have any questions about interactivity? I would be happy to answer them in the comment section.

Furthermore, if you have any insight into using YouTube annotations please share with our community below.

Finally, if you want to learn more about how to succeed on YouTube check out our 21 ways to Dominate YouTube.

The post Ultimate Guide to Making Your YouTube Videos Interactive appeared first on How To Make Money Online.



You may view the latest post at
http://www.incomediary.com/ultimate-guide-interactive-youtube-videos

Build Great Backlinks
Nick
peter.clarke@designed-for-success.com

Wednesday, 21 August 2013

[Build Great Backlinks] How I Doubled My Money With Facebook Ads

Build Great Backlinks


Facebook ads have transformed the way we make money with our website. We have our ads set up so that we always make more money than we spend, and always have a positive return on investment.

It could be anywhere from 20% to 400% depending on what we’re advertising.

Needless to say, it’s worth sharing with you guys.

We’ve learned everything we know on this subject from Brian and Scott Moran at Get10kFans and their Facebook Ad Academy course.

If you haven’t already, I would suggest reading my ‘Top 10 Facebook Advertising Mistakes To Avoid‘, as it will start you on the path to making money more before you’ve even started.

The Basic Premise

Lets say you’re selling a $100 (for the sake of round numbers) digital product online. Every sale makes you $100 clear profit.

So long as you spend less than $100 on advertising that product (and make a sale), you’re making a positive return on investment.

Just how much that return on investment is all comes down to how you market the product.

So how do you advertise the product?

Advertising Option 1

We’re first going to look at a popular technique of collecting emails first, and then redirecting people to sales pages, and chasing them up with emails.

Step 1 – Collect The Email

You set up a Facebook ad campaign to advertise a free ebook / report / course, in return for someone’s email address. This can be done with a page template in OptimisePress, and a whole host of other software.

When they enter their email address, they get added to your list, and the first followup email they receive contains the free offer.

Screen Shot 2013-08-21 at 17.42.17

Step 2 – Direct Them to a Sales Page

You have their attention; don’t waste it.

You can automatically redirect your leads when you collect their emails. Either when they enter their details, or confirm their email address. This is when you want to send them to a sales page.

I send people to my sales page, only I change the video to include a small introduction so that I can connect with people, rather than just saying ‘Here, buy my stuff before you’ve even received the free stuff I promised you.’

This is called a thank you video, and my introduction goes a little something like this:

“Hey, thanks for signing up for your free ebook, it’s on its way to your email inbox, but real quick, while I’ve got you here…”

And then I lead into a sales pitch.

That’s just one way of doing things though.

You could send people to a one-time-offer page, where they can a limited discount on a product if they purchase within the next hour.

Or you could send people to an affiliate page.

Or you could send them to a page with a bunch of discount codes for multiple affiliate products.

I’ve tried all three, and I prefer the first method as I can easily do the other methods later on through email too.

The possibilities are endless, and you should test for yourself, but there’s one thing that they all have in common: each page is monetized.

This means that the traffic you’ve paid money for is then being sent to pages which will make you money.

Step 3 – Add Them to an Auto-responder

You’re only going to make an initial return on investment from a handful of people in step 2, so it’s important that you keep in contact with these leads, providing them with a mixture of content and sales.

Because there’s still loads of money in that list.

Auto-responders are a different subject altogether though.

The Cost

Lets say for example that it costs you 20¢ a click to send someone to your squeeze page from Facebook.

And that your conversion rate on the squeeze page is 40%.

That means that for every dollar you spend, you will get two leads.

50¢ a lead, if you will.

Now, looking back at our $100 product, we know that for $100 we can get 200 people to our sales page, while collecting 200 emails at the same time.

All you need to do is ensure that your page converts, your offer is great, and you’re targeting the right people on Facebook.

If you can get everything right, and one in every 100 people purchases your product, you will double your money.

It’s that simple.

It’s not always that easy, but it is that simple. The most important factors here is making sure you have an offer which converts, and you’re targeting the right people.

If you can get that right, you’ll be laughing.

Of course, you can completely skip step 1 and 3, and send people directly to your sales page, but I find it’s best to build a list at the same time.

After all, the money is in the list.

But lets look at that option now.

1013285_10151622310962017_1310306243_n

Advertising Option 2

You can simply send people directly to your offer.

Why would you want to do this?

Well, for one, if you’re paying 20¢ a click still, then you can send 2.5 times as many people to your page before breaking even. Rather than sending 200 people, you could send 500, which is quite an appealing idea.

But this is not an option I recommend, and I’ll show you why now.

3 Reasons Why I Rarely Choose Option 2

First, it’s unlikely that you will still only be paying 20¢ a click.

Your cost per click depends on your click through rate (how many times your ad is shown before it’s clicked on), and people are much more likely to click on an ad for a free offer, than a paid one.

This means that your CPC goes up. In my experience, it’s usually by around 50%.

Second, if people choose not to buy your product, then you’ve kissed that advertising money goodbye. At least if you send people to a squeeze page first, you can collect their email.

Third, people like to know who you are before they buy something. Especially if it’s an info product, and not software.

They want to see that you can provide quality content to them, before they start paying for it. Which you can do in the form of a free report or ebook.

You have to make that human connection.

As I sell info products, I rarely choose option 2, but there are times when you might want to.

When To Choose Option 2

If you’re targeting your fans with information on a sale you’re having, then option 2 is a great idea. They already know who you are, and they’re much more likely to buy from you then.

It’s also a good choice if you’re marketing an affiliate product. I’ve seen lots of people advertising OptimisePress 2.0 in the past few weeks, because it’s killer software which people actually want to buy. All you have to do is send people to the page, and the software’s found, James Dyson, does all of the hard work.

Another good idea is if you’re advertising a customer testimonial.

Brian Moran, the founder of Get10000fans runs a sponsored story every day, detailing a customer’s testimonial for his Timeline Blueprint course. The reason that ad runs every day, is because it converts like mad. It leads people direct to his sales page, but the conversions on the ad are great.

Bonus Tip: Be Careful About Tracking Conversions with Facebook

I’m not saying you shouldn’t track conversions using Facebook’s methods, as it does work; you just need to be careful.

If you’re running a campaign and you have it optimised for CPC, and then you go in and edit the campaign to track conversions, Facebook will automatically change the ad from CPC to ‘Optimised for Conversions’.

This essentially means that you’re going to start paying a lot more for those clicks.

That’s at least what happened to me.

Rather than paying 20¢ per click, I ended up paying around $2.50, with terrible results. It spent my whole daily budget in just a couple of hours.

I don’t know if Facebook is trying to be sneaky with this one, but watch out for that.

So there you have it, there’s an introduction to Facebook advertising. Want to learn more about it?

Want to learn how to build successful ads that clicked on just a few cents?

I very strongly recommend Brian and Scott Moran’s Facebook Ads Academy, which you can see here.

For the next 48 hours, they’re running a limited half price launch sale, so get it while it’s still cheap.

Screen Shot 2013-08-21 at 17.49.56

Also, if you buy through our link today, you will receive a free copy of Site Profit Domination.

It's our guide on how we successfully monetize our blogs – everything you need to know from start to finish, and the perfect companion for Facebook Ads Academy.

Check it out today, and if you buy through our link, fill in this form to claim your free bonus.

The post How I Doubled My Money With Facebook Ads appeared first on How To Make Money Online.



You may view the latest post at
http://www.incomediary.com/earn-money-with-facebook-ads

Build Great Backlinks
Josh Dunlop
peter.clarke@designed-for-success.com

Monday, 19 August 2013

[Build Great Backlinks] 10 Ways To Improve Blog Security (so that you don’t get hacked)

Build Great Backlinks


Every day, experienced hackers and nasty plagiarists flood the internet to look for security loopholes on websites. If they find your blog vulnerable, they may do anything from installing malware to redirecting your traffic to their own sites.

In spite of the thousands of hacking incidences that take place online each day, few people seem concerned about blog security. Do not think that your blog is immune to such attacks.

Well, hacking is not the only practice you should be worried about while working online. Content theft is possibly a huge problem, particularly in the world of blogging where uniqueness is the hallmark of quality.

While Google and the other search engines create algorithms to identify the origin of certain content, it is still not fun when you discover that people copied your content and pasted it on dozens of other blogs out there.

Slide1

Since WordPress is a popular tool for setting up blogs, it can easily draw the attention of hackers. You can find the latest threats right here and you will understand what I mean.

Fortunately, you can take a number of measures to nip such security threats in the bud. This post will highlight 10 effective ways you should use now to make your blog more secure.

1. Secure the login

You may have noticed that admin is the default username on your WordPress blog. All hackers know it as well. So, change this one as soon as yesterday. Besides, use Captcha for the user login as a means of protection from the brute fore attack.

b2

 

To implement Captcha, you can use the BWS Plugins. You will find the Captcha plugin useful in controlling against spam as well.

2. Do not advertise the version of your WordPress blog to the world

Typically, WordPress sites normally publish a version number, which makes it easier for visitors to know whether you are operating on an obsolete, non-patched edition of WordPress.

Exposing the version number of your WordPress site will make it vulnerable to security threats and attacks. While you can take off the WordPress version from your web page, you need to make an additional change: go to your WordPress installation directory and delete that readme.html file from the directory since it also advertises the version of your WordPress site to the world.

Slide2

A number of WordPress themes contain login links to give you easy access to a login page. You do not need to reveal your login page in a manner that will invite everyone including hackers, to access it.

Therefore, if you have a theme with a login link, you should remove it. If you cannot remove it, consider changing the theme.

3. Automatically back up your blog

With regular backups, you can easily recover from even the deadliest hacks. In fact, at a click, you can restore the entire site.

Besides, before you make any significant changes to your site like upgrading the WordPress version or installing a new plugin, ensure you make a back up. The Better WP Security plugin, you can schedule back functions and enhance security for your blog.

Slide3

4. Add the password authentication to your WP-admin folder

If you want to keep hackers away from your blog, make it hard for them to break in through your login page. To achieve this, add the password protection to your "WP-admin" folder. This will ensure that anyone accessing this folder will need to type in the correct password and username (aside from the user login).

The simplest way to add the password authentication is through the CPanel. Simply log in to your CPanel and then select this option – 'Password Protect directories.'

 b11

5. Add links to guard against copy/paste

You do not require any complex tools to steal web content. It is as easy as copying the article and pasting it in another place. Besides, you don't even need to bother about the formatting because that will be copied too!

Way too convenient for the content thieves, right?

Well, recently I started using a great service, known as Tynt. While Tynt won't disable the copying of your content, it adds an attribution URL to your blog anytime someone copies content from your blog.

The result will look like this – copied content+ read more at www.example.com.

Well, you might say that most content thieves will just delete that link though chances are most of them won't even realize it! I mean, most of them simply copy, paste and then publish.

 b5

 

After installing Tynt, you'll receive stats on the number of copy commands that occurred on your site in addition to the most copied posts. Moreover, this tool will help you know how many links you have generated from the read more links.

6. Setup Your Own Google Authorship

Whenever there is duplicate content, search engines may decide which content deserves a lower ranking by finding out the one that was published earlier.

However, that isn't always sufficient, especially if a person whose blog has a higher ranking steals your content. In such a scenario, the stolen content might continue to receive more link juice.

It is here that Google authorship comes in handy. If your authorship is confirmed, there's less likelihood for your content to rank lower than similar content stolen and posted on another site.

 b6

 

To setup your Google authorship, you should follow the following steps:

  1. Sign up for a Google+ account.
  2. In your profile settings, you will find "Contributor to"
  3. You should add the link to your own blog there
  4. Install the WordPress SEO plugin by Yoast
  5. Now go to users  then to your profile
  6. Move down to the contact info
  7. Add the profile link of your Google+ account

For more detailed instructions on setting up Google authorship in WordPress, go here.

7. Disable hotlinking

When someone copies your article, chances are he will also copy images   within the article. After the thief publishes your post on his or her blog, the image URLs will actually point to your server.

Consequently, your hosting will receive additional load thus lowering your blog's performance. The direct copying of images from someone's blog is called hotlinking.

Slide4

 

The good news is there is a way to help you avoid all these headaches and the solution is CloudFlare.

Well, CloudFlare is simply a great content delivery network. This tool improves the loading times and to achieve this, it caches the content, collects information about the location of the visitors and then sends the cached data right from the local server.

The above functionality and the fact that it's free (though you may find more premium features), makes CloudFlare a must have for any serious blogger.

However, in our case, we need the "hotlink protection" checkbox, which you can get from your profile at CloudFlare. You simply need to turn it on in order to stop the hotlinking issue.

You simply need to click on the "Security Settings" and then scroll down to the "Hotlink protection" and just click on the "ON" button.

8. Install trusted plugins only

Hackers can easily access your blog through the plugins you install. When you install a plugin, you make it possible for one to access core files found in your WordPress installation. This is why you need to be cautious when installing any plugin to your blog.

 b8

 

Below are four major considerations you should do before you install any plugin

i. Ensure it features in the plugins directory on WordPress.org

If you cannot find the plugin in this directory, chances are it is either not legitimate or it is premium. Do not hesitate once there's a download option for it in this directory.

ii. Check the rating

Look at the star rating that users have given to the plugin as well as the distribution of votes. If the plugin has more one-star ratings than it has five-star ratings, chances are there could be a security concern.

iii. The number of downloads

Try to look for a popular plugin. You can tell this from the number of downloads under each plugin. Bad plugins hardly generate thousands of downloads because moderators would remove them in no time.

iv. Check out the third-party reviews

As aforementioned, premium plugins do not feature in the directory, making it hard for you to establish their legitimacy. So, when considering such plugins, find out more from the reviews of those who've used it.

You can also visit the CodeCanyon directory, which features premium plugins and you can find out whether the plugin is legit and safe to use.

9. Install the two security plugins

You can install two powerful security plugins that will keep hackers running from your blog. These are:

a. Wordfence

This security plugin has awesome features: it limits the login attempts, scans the themes and plugins against your WordPress repository versions for changes; scans the comments for phishing URL's and malware, and checks out for any outdated plugins. Wordfence is a great plugin that you can get free.

Slide5

b. Limit Login Attempts

With this plugin, you can keep threats off of your WordPress login page. It enables you to restrict the number of times that users (based on the IP address or cookie) can unsuccessfully try to log in into your own blog.

10. Install a Firewall

Finally, to protect your blog against hacking and other security attempts, you should install OSE Firewall, the creation of Open Source Excellence.

This firewall has a built-in scanner that will scan your blog for any malicious codes. Besides, it has a new anti-spam feature that will keep your blog spam free.

Slide6 Conclusion

You can follow the above steps to protect your WordPress-powered blog against unsolicited access and also to keep content thieves at bay (although I am yet to find a sure-fire tool that can stop content theft from my blog).

Now, I'm curious to know the ways you guys use to secure your blogs. Do you use other security plugins or other methods not on this list? Kindly take a minute and share something in the comments!

 

 

 

The post 10 Ways To Improve Blog Security (so that you don’t get hacked) appeared first on How To Make Money Online.



You may view the latest post at
http://www.incomediary.com/improve-wordpress-blog-security

Build Great Backlinks
Kevinson Libama
peter.clarke@designed-for-success.com

Friday, 16 August 2013

[Build Great Backlinks] Top 10 Facebook Advertising Mistakes To Avoid

Build Great Backlinks


Allow me to share a harsh truth about web traffic with you:

Free traffic sucks.

This is something I learned the hard way.

I have over 17,000 fans, and not only is the traffic minimal, but when I get it, the quality sucks.

And I can prove it.

Last week I was running a Facebook ad campaign. Nothing major, just a couple hundred bucks on a free ebook squeeze page.

And I’ve just started using OptimizePress 2.0, so I was split testing three different page templates at the same time.

Below is a screenshot of the conversion rate of this split test, over the top of the when I was spending money on Facebook ads.

1013285_10151622310962017_1310306243_n

It’s pretty clear from that image that when I paid for high quality, targeted traffic from Facebook, the conversion rates on my squeeze pages went up.

Way up.

We’re talking the difference between 10-20% and 40-50% conversion rate.

If you have something to sell, then you need to send quality traffic to it if you ever want to make any money from it.

So long as you’re seeing a positive return on investment from your ad spend, you can ramp up your ad spending, and watch your profit increase.

Today I’m going to help you get a positive return on investment by pointing out the top 10 mistakes that Facebook advertisers make.

Avoid these and you will be well on your way to turning a profit with Facebook advertising.

#10 Targeting Your Fans

Your fans already know you, they know what you have to offer; you don’t need to advertise to them.

They’re your fans, so if you want to reach them, just create a status update.

Offer them something good for free to that it gets shared and liked and commented on, and then when you’ve got their attention with that, you can then sell to them.

The only time I ever advertise to my fans is when I’m having a sale on a product, and that’s usually in the form of a promoted post.

#9 Not Setting Clear Goals

I can’t believe how often I see this.

Ask yourself a very simple question when you set up your Facebook ad. “What do I want to achieve with this ad?”.

More sales?

More opt-ins?

More free sign ups?

Whatever you’re advertising has to have a goal which is ultimately going to make you money. Don’t bother with page views if they’re not going to make you any money.

#8 Choosing The Wrong Landing Page

Don’t advertise your Facebook page, or blog post.

This is a just a great way to burn through piles of money.

Fans look great, they’re social proof, and they make you feel good, but they don’t do a whole lot to your bottom line.

And that’s what it’s all about – making more money.

You need to choose a landing page that will make you money somewhere down the line.

Advertise your products, or a squeeze page. This way you will either make a sale, or gain a new lead, which you can sell to in the future.

This ties in nicely with setting the right goals.

#7 Broad Targeting

Facebook allows you to be really specific about who you target, so pay careful attention to this.

You can target people based on age, location, gender, sexual preference, language, education, interests and more.

The most important of those is interests.

I’m going to use myself as an example here.

My target market is beginner photographers, but it would be a big mistake to go into Facebook and choose people whose interests are ‘photography’.

Why?

Well, because my mum likes photography, but has no interest in learning about it.

You need to be much more specific than that.

What I do is search for entry-level camera models that I know amateur photographers use. Canon EOS 550D, Nikon D3200, etc.

If someone has listed these as one of their interests, then they’re likely to be amateur photographers.

Think carefully about who the people your targeting are, and what their interests may be.

#6 Weak Ad Images

I’m a photographer by trade, so I’m pretty good when it comes to creating images that get attention.

When it comes to images, we are drawn to those with the strongest ‘visual weight’, as it’s known in composition.

We’re naturally drawn to certain elements in a frame, and I’m going to list the top three now, so that you can use them to get your ad clicked on.

First and foremost is human eyes. Whenever we talk to someone, or look at someone (for the most part), we look into their eyes. If you look at a photo of a person, whether you realise it or not, this is where your eyes are drawn.

And remember, you’re competing for attention on the sidebar, against 4-5 different ads. Yours need to stand out the most, so adding a human element to your sidebar is a good idea.

The ad below has been in my sidebar for months. It wouldn’t be if it wasn’t still converting.

Screen Shot 2013-08-16 at 12.54.04

 

The next most powerful visual weight is size/color/contrast. Something that stands out in the frame.

This is a little harder with the limited space you have on Facebook, as you can’t really create anything too big.

If it was just a big orange box (not sure if that would be approved), it would certainly stand out, but it doesn’t really advertise what you’re selling, so bare that in mind.

The third most powerful visual weight is writing. Specifically the ABC alphabet. We’re naturally interested by writing, and want to read it, so we’re drawn there quite easily.

So there’s a brief introduction to visual weight, for more information on how to create ads that get clicked on, keep reading.

#5 No Clear CTA

I see this time and time again, and I’m going to show you a couple examples.

Which text do you think drives more people to click on the ad, this one:

Screen Shot 2013-08-16 at 13.05.42

Or this one:

Screen Shot 2013-08-16 at 13.05.08

The second one, clearly.

It doesn’t just say what it does, it commands you to click on it with ‘Click here’.

#4 CPM Rather Than CPC

CPM stands for cost per thousand impressions (M being the roman numeral for 1,000). CPC stands for cost per click.

You want to use CPC bidding, because then you can control the price of your bid. It will save you money in the long run as you will never go over that price.

You see, as your ad starts to get older, and people have seen it a few times, they’re less likely to click on it. They become blind to your ad. But this doesn’t mean Facebook will stop showing it, which ultimately results in you getting less clicks for your 1,000 impressions.

#3 Using The Suggested Bid

This scared me when I first started using Facebook Advertising.

I entered in exactly who I wanted to target, and Facebook told me that my suggested bid was 67¢. When I ran the campaign, I was only paying 13¢ a click.

Don’t be put off by Facebook’s suggested bid, which tends to always be grossly exaggerated.

#2 Not Tracking

How are you supposed to know if your marketing efforts are working if you’re not tracking them?

There’s countless tools on the market for tracking, including Google Analytics, which is completely free. You’d be a fool not to track everything you do.

In internet marketing, there’s two things you should be doing. Always be tracking, and always be testing. That way you will get the best possible results, and know how you should move on.

If something’s not working for you, it’s important to know about it.

#1 …

For the number 1 mistake, we’re going to hand you over to our friends Brian and Scott Moran at Get10000Fans.

The tip they’re about to share with you is a game changer. You have to hear it.

I urge you to check it out, and find out the number one mistake they were making.

When they fixed it, they almost doubled their profits.

They made their ads 36% cheaper, which resulted in 42.3% increase in profits.

It’s all revealed in this video here.

Today they’re launching a completely new version of the hugely successful Facebook Ads Academy.

If you’ve enjoyed this post, then you’ll be blown away by the content they’ve put together.

It’s entirely new content to keep up to date with the different ads that Facebook has introduced, and the latest marketing strategies.

Also, if you buy through our link today, you will receive a free copy of Site Profit Domination.

It’s our guide on how we successfully monetize our blogs – everything you need to know from start to finish, and the perfect companion for Facebook Ads Academy.

Check it out today, and if you buy through our link, fill in this form to claim your free bonus.

The post Top 10 Facebook Advertising Mistakes To Avoid appeared first on How To Make Money Online.



You may view the latest post at
http://www.incomediary.com/facebook-advertising-ad-mistakes-avoid

Build Great Backlinks
Josh Dunlop
peter.clarke@designed-for-success.com

Thursday, 1 August 2013

[Build Great Backlinks] $1K Profit (Almost) in 1 Week: My PPC Case Study

Build Great Backlinks


ppc-case-studyIf you run any site with a large audience, it’s easy to fall into the trap of producing just any old content and forgetting why people followed you in the first place. Though what I’m about to share in this post is going to be highly focused on paid traffic, there are a large number of insights for those who have no interest in doing the same.

I’ve always thought that it is better to master one main traffic source versus becoming only fairly proficient in a lot of them and for now I think I have a pretty perfect grasp on the old SEO game. In all honesty, I’ve never really given paid traffic (and specifically PPC) too much thought throughout my years of experimenting online. That changed recently when I met up with some friends in Bangkok who are making more money than any blogger income reports you’ve seen. I have no desire to enter the same industries as them, but I have the spare cash to put into an experiment, so I thought “why not”.

I just want to make a few things clear before I start:

  • I expected to lose money. I view my monetary investment as a learning experience so wasn’t worried about this
  • I actually profited, very quickly. It was easier and more fun than I thought
  • Even if you have no interest in paid traffic, you’re going to learn a few things here where I really should have known better

Before I did anything, I joined a forum called Stack That Money. It’s a forum my friends in question used to be a part of and I thought that if I could speed up my learning, I would also be able to speed up the results I get and it would make for a better case study.

I remember when a friend of mine paid $5,000 for just a few hours of coaching to a fairly famous internet marketer. I thought he was crazy and should really be learning the basics first as he had never even built a website before. Last I heard he’s now doing $20K+ per month and would probably regard it as one of his better decisions in life.

The forum is far cheaper than that at $99/m, and is full of some interesting characters. I approached the investment as “I’ll spend this $99, devour every interesting thread I can, and then plan my attack.”

case-study-anyone

I had originally announced that I was going to use Google Adwords for this campaign and I was going to promote two websites I already run. This means I didn’t have to worry about looking for offers and getting set-up with various affiliate networks, which can be a time consuming part of the process. Being on Stack That Money however also convinced me to give Facebook advertising a try as well. I’ve dabbled in it quite a lot in the past, and do actually like their platform.

What’s different about this forum is that people are making serious bank, and actually getting into a lot of detail about how they’re actually generating crazy incomes. Who couldn’t be inspired by this list of topics?

stackthatmoney

I know I’m going to continue with my membership as well, purely because PPC campaigns are fair easier to duplicate than a profitable blog or SEO campaign. You just find the offer, get a traffic source, and test test test. This is also a downside of PPC as your unique angles can easily be stolen, but it’s great when you’re just starting out.

Being totally honest: People are not going to say I’m using this offer, with this traffic source, and this is how I’m bidding. But they are going to tell you they’re in a certain niche, using a certain angle, and they’re profiting XXX per day.

You’ll get pushed in the right direction, but you are expected to put in some effort. Actually less effort than I thought it would be, based on my own results, but effort nonetheless.

Goodbye Google, Hello Facebook

I have not done enough advertising with Google at all to dismiss it entirely as a network, but here’s what happened in my first day:

  • Facebook took about 15 minutes to approve my ads and start getting me clicks
  • Google took closer to 15 hours to approve my ads

Now, I was promoting two different things, but I woke up to a Facebook ad spend of less than $2 and I could instantly see results, while Google had took $40 from my account (my daily budget) while I slept and I didn’t have anything to show for it. I decided then and there that I would put all of my effort into Facebook.

Step 1: Test Out My Market With Very Cheap Clicks

I discovered a few years ago now that you could get very cheap Facebook clicks ($0.01 each) by directing traffic internally to your own Facebook fan page. It makes sense that it would be cheaper to advertise within Facebook than try to send people elsewhere outside of the network. This didn’t actually turn out to be the case exactly, but bear with me for now.

facebook-likes-test

I used a terrible image which was much smaller than the Facebook allowed dimensions and really didn’t get to test more than 2 headlines properly, but it was nice to see how big a difference just a headline makes once again. I do enjoy this kind of data; especially when you can get it so fast.

For an un-optimised campaign, I paid $7.74 for 120 page likes. That works out to be $0.064 per like. I was more pleased with my Click-through rate. I’ve been told that getting anything above 0.1% or 0.2% is something to be happy with, so nearly hitting 0.4% gave me a little bit of a boost. Even if it wasn’t to an outside source.

Step 2: Use Facebook Conversions on an Email List

Now that I had a small grasp once again on how to put ads together, I decided to go for some conversions. This is for a website where I sell software, but not in the marketing niche. I also ran a case study for the main site I feature in Backlinks XXX, but don’t have too much to show for that at the moment. This is my own product, so I would be keeping 100% of the commissions. However, it wasn’t time to go for the big sale just yet. I wanted to optimise how much I was paying for each click.

What I did at this stage was use the best title I found from my previous tests (I did a few more similar to step 1, but for different age groups) then load it up with 20 images. Therefore, I had 2 campaigns in Facebook with 10 ads each, all with the same title and body text. The only thing that differed was the picture. Here’s the data from one campaign:

facebook-conversions

As you can see, the data was pretty interesting here. Two observations can be made:

#1: The picture has a HUGE effect on CTR. I would say it’s more important than the title from my testing. Remember, it’s the only thing that changed

#2: Just because something is getting a lot of clicks, it doesn’t mean it will convert. My 3rd most clicked ad actually had the best conversion rate. The image must still be relevant to the offer

So for this experiment I received 73 email addresses for $14.12. The other campaign ran with slightly worse results which I believe is because I was targeting a younger demographic. Older people seemed happier to give an email address. Just in case you want me to do the maths, that’s $0.19 per email address, or 5 emails for $1. Quite a lot better than most solo ads actually – and highly targeted – so I was fairly impressed with this. I know many people who would be very happy with 500 leads for a $100 spend.

This is also forgetting that I would get more conversions for a cheaper price after optimising the campaign and taking out low-performing ads.

Sidenote: How to Set-up Facebook Conversion Tracking

Apparently this is only a recent thing (within the last year) and has transformed how people are running their Facebook campaigns. No longer do people have to rely on Tracking 202 or CPVLab as they did before (though I hear they’re great as backup programs).

First of all, once you’re on the Facebook ads manager, look on the left sidebar for a fairly obvious link called ‘Conversion Tracking’, as shown below:

conversion-tracking

After that, you’ll then look at the top right hand corner of the page and click Create Conversion Pixel:

conversion-pixel

Then you simply select the type of conversion you wish to track. You should know, based on whatever it is you’re promoting:

conversion-type

And then Voila! You get this nice little tracking code that you can put on your website:

conversion-code

While Facebook suggest that you should put this before the end of your head tag like most code, you can just enter it into the page or post on a WordPress site and it tracks fine for me.

You can then go ahead and put this on your Thank you page – where someone gets redirected after an email opt-in – or on the registration form of a product after payment. Wherever you can tell that someone has actually completed a conversion.

Step 3: Make $200-300+ Profit Promoting a Dating Site

Dating is absolutely huge on Stack That Money (STM). While other members are going off into other verticals, Plenty of Fish and Facebook advertising seem to be talked about more than anything else. This is how some people are making thousands of dollars per day on the Facebook ad network. I decided to test it out in a not-so-crowded country (meaning not America, the UK or Australia) and see how I could do. It turns out, I did very well.

date-me-silly

Before I continue, I want to say that even if this campaign had made me $1,000 straight away, I knew I wouldn’t keep promoting it. More on that in a second.

I did spent more than $20, I actually spent $47.06 on this campaign. The screenshot you see is targeting men who are interested in women, speak English (All), and are between the ages of 50-65 (Facebook’s max) in a particular country.

I found myself getting higher click through rates with the same ads on the 40-50 age group, rather than 20-30 and so on. The reason I was going to stop this campaign no matter what is for a few reasons:

  • I only get $1 per lead and that really is the best offer available for this country. If I relied on this, I was barely making a profit
  • The country is too small. The ad frequency I highlighted in that ad shows that some people have seen the same ads over and over again. Optimisation could help, but there isn’t much room to scale
  • I can’t track conversions. I have absolutely no idea which ads are bringing in actual users. I need to research other tools (or anyone in the comments?) with how I could
  • The real money is made from people buying a premium account, which is why I could end up making around $500-600 from this campaign. But I have no idea. I can’t keep spending when I don’t know what I could or couldn’t make thus don’t know my profit margins

I’ve since joined a number of other CPA (Cost Per Acquisition) companies that were recommended on STM and thankfully I got fast approval since I’m a member. As someone who had only played with Facebook for a few days, I was pretty surprised that I was making these profits. Now I can totally see how people are doing six figure months and killing it.

What I’m looking for from a new offer is basically more room to scale (a country with a bigger population and / or a bigger payout for free leads). I know they exist, so I may as well be trying with them. I will still stay clear from the biggest markets, and perhaps rely on some friends for translating into other countries. More on this in a future post I think.

Step 4: Spending $27.97 to Make Over $600!

This number would have been a little higher, but I did have a couple of refunds which brought it down a bit. I actually pulled in closer to $700 in sales from that spend. I own the product, so the profit margin is huge.

First of all, here’s how not to set-up a campaign:

crazy-conversions

I can’t remember exactly what I did here, but I think people weren’t buying the product and instead opting in for my email list, which triggered a conversion. Actually, no, that doesn’t make sense either. I messed up somehow and was tracking the wrong thing, which Facebook clearly registered. I wish I could get 398 conversions for spending $17.61, but I definitely did not.

Lesson learned: Make sure your set-up is correct before going out and letting your ads run.

Here’s a small insight into the sales that I made (I set up a new membership name called Premium in Wishlist member):

hello-there

This is for software that I own and promote, but again not in the marketing niche. The price is between $30-$50, depending on what you purchase. I don’t want to give away too much here as my profit margin is huge and there’s no way for me to benefit by outing myself.

Here’s some more realistic tracking numbers when you’re sending someone straight to a ‘Buy now’ page:

fb-clicks

There are a few more ads below the ones I’ve highlighted, but you get the idea. One of them actually had a 0.6% Click through rate, which I’ve heard is pretty huge for Facebook. I am promoting to pretty tight demographics though (5 year age groups, in particular cities). Paying around $5 for a $30-$50 conversion is pretty damn fantastic to me.

Step 5: Big Money, Let’s Dominate Adwords too!

I was obviously very happy and excited from the results for my previous test, so I thought I should start setting up things with the Google Adwords network. I decided from the start that I was going to play around with the Content network rather than search results. Meaning anyone who runs ads on their websites using Google Adsense has a chance to display my own ad and that my ads would not appear in search results when you look for something.

I ended up spending over $40 with Adwords and didn’t get a single conversion.

adwords-test
(A sample of the ads I ran in one campaign)

Now, I did say I was going to use this as a learning experience, and I am, but I quickly decided that at least for now, Facebook is far more interesting to me than the Adwords network. Adwords gives me a far bigger volume for my audience than Facebook will, simply because of how many sites there are out there related to my software, but I’m just wasting money without any training in their platform. I’m going to watch a lot of videos online to learn the network better, and try it out again.

Step 6: Always Test, but Accept When You’re Wrong

Now, one thing I haven’t yet told is that I am worried about the size of my audience availability on Facebook. Though I was doing tight-targeting, I’ve known from the start my potential audience there is quite small for that very profitable industry. I would say I could max out at between $10,000 – $15,000 in profit. I know that sounds like a lot to some of you, but I’m really looking for campaigns where I can bring in an additional 6-figures per year to my business. Especially when it’s going to be taking time out of my other endeavors which are already very lucrative.

For this reason, I decided to stop sending traffic direct to a sales page and once again send people to an email list. My theory is that I’m wasting those 600+ clicks if I’m only getting 2 sales from it. My thinking was that I can get 100 or 200 email subscribers, and then probably get more than 2 sales from those people.

I spent more money than usual testing this theory, and it just didn’t work out. I got a few hundred new email subscribers, sent them a few follow-up emails, and then pushed them on the product. It didn’t help sales conversion rates at all. I now know I may as well push this campaign hard, max out my profit margins and get as many customers on board as I can. And I’ll do this by directing people straight to a (split-tested) sales page.

My Step-by-Step Facebook Attack Plan

This has not been tested as far as it can be tested and there are probably much smarter people reading this who don’t follow this strategy at all. However, from my reading of PPC guides and actually testing, here’s a recap of my own Facebook strategy:

Step #1: Start out with some cheap clicks to an internal Fan page of yours (where applicable) on Facebook. Max out the budget at $15-20 so you’re not going to get a shocking bill, and then play around with some variables. Simply get used to the Facebook system and see how quickly you can get approved. Don’t worry too much about the images you’re using or anything like that.

Hell, I just used the default picture from my Fan page which Facebook pulled up for me. Run around 5 ads within the same demographic (i.e. men, 40+, living in Spain who like Apple) and just change the titles around a bit. Keep the ad copy text the same. Notice how much of a difference one little change can have on the click through rate.

Step #2: Start promoting a page on your website where you have some kind of opt-in form. You can skip this section if you don’t have this option in place, but you may as well be getting a better return on your “testing investment” than just some Facebook likes. This time choose your best title from the previous tests and have some fun with the images.

Once again, notice how much difference a change in your ad can have, even when two other variables are the same and you haven’t changed your targeting. Also use this opportunity to try Facebook’s conversion tracking system. You can then optimize for conversions rather than just paying for clicks.

For my bid amount, I tend to bid in between Facebook’s suggested bid. So if the suggested bid is $0.10 to $0.20 then I would bid $0.15. Facebook will automatically lower how much you’re paying per click (if you’re not using the optimize for conversions option) if you get a good CTR, so don’t worry about the price too much to begin with.

Step #3: Find an offer. There are literally thousands of companies you can sign up with such as Neverblue, Cupid.com (instant approval), Commission Junction etc. I am currently only using one of those three, but I will very shortly be using a number of companies recommended to me on STM. You get ‘fast tracked’ through the approval process which is another benefit of being part of their community.

It’s totally fine to promote your own product or services as well if that’s what you want to do. I did and had a lot of success with it. The plus size is that even if someone doesn’t convert, you can use pop-ups or exit redirects to convince people to sign-up to your own email address as well. This means, of course, that you can market to them at a later date after building a connection.

Read affiliate blogs and reviews for specific programs to find out what kind of verticals are big. Forex, dating, Facebook game installs, iPhone Apps etc are all big and all offer a CPA (Cost Per Acquisition) or CPL (Cost Per Lead) model where you get paid for every lead or paying customer you send someone. For instance, you might run a Facebook ad targeting gamers aged 18-23 and you can get paid $2-$7 for everyone who installs and starts playing that game on Facebook. The potential is limitless.

Step #4: One Headline, One Demographic, One Hundred Images

The best advice I received was basically to keep your ad copy the same and go through a massive testing spree with images. Not necessarily 100 pictures, but at least a few dozen.

If your target demographic is not too small, then split this up between 2-3 campaigns with 10 ads in them each. Again, each time keep the title of your ad and the ad copy the same. Just go through styles of images. So for dating ads targeting women you might try:

  • Men in suits
  • Men with their cars
  • Men in uniform (police, firemen, teachers)
  • Men with tattoos
  • Men looking poor
  • Men looking rich
  • Chubby, “cuddly” men

The options are endless and I promise you’ll be amazed which ads get clicked more than others. Then you’re focusing on the CTR of the ads to see which one is getting you the most clicks. Another thing I love about PPC is that the more testing you do, the more likely you are to find a profitable campaign. Or in other words the more you put in, the more you’re likely to get out financially. Perfect for someone like me who is happy to do the ‘hard work’ in return for the big money.

For images, don’t pick anything that’s too professional. I’ve found images that are a little quirky to be the best. For example, using the free stock photos site here, I pulled up the following options:

stock-guy

My guess that the best converting of these – and I’m not saying they’re great pictures at all, it’s just a quick example – would either be top left or bottom right. Bottom right has something ‘weird’ about that it people are likely to notice, and top left looks good but not too staged and professional.

If you’re like me and have problems with the ‘Power Editor’ for Facebook (which only works in Chrome) then simply go through with the Create Similar Ad option so you can change images very fast:

similar-ad

Here’s a little secret, I’ve found that ads targeting men which have a girl sitting in a car get clicked more than any other. I have no idea why, and that’s the beauty of testing so much. You find what works even if you can’t explain why it does. I guess something about the picture just looks more ‘natural’ and honest

What to Do If “Place Order” Doesn’t Work

I have had an issue now since day two where the place order button in Facebook just doesn’t work for me. It’s even more frustrating when you’re creating a new ad, set your criteria, then click the button and nothing happens. Meaning, you have to do it all over again. A Google search shows I’m not alone, and a friend messaged me about the same problem as well.

The solution is fairly simple. Create an ad with the URL you wish to promote – don’t select any demographic criteria at all – and then click Place Order. Then go back and Edit the ad, and you shouldn’t have any issues changing all your criteria and clicking Save. I can’t believe a billion dollar company could have issues like this – especially when it comes to the main system which makes them money – but I just can’t get past this no matter what browser I use.

Hopefully this solves some frustrations for those of you who try the platform.

The 3 Tools I Tested in this Case Study

I did use a number of tools to help in my learning and to speed up the process for this case study. As I said earlier, I view anything I spend as a learning investment and I’m happy to lose money in the short-term to help increase the chances of making good money in the long-term.

Tool #1: Alexa Pro Advanced – $149/m

alexa-pro-review

I had planned on using this tool for one month only, but I ended up using it for about a minute. The reason I paid for it in the first place was to get more insights into the data that Alexa currently has. By default, Alexa shows you 5 words or phrases that are likely driving traffic to any website. You can see this for free without needing an account.

However, with a pro membership, they say you can see a lot more of this information. I wanted to use it on sites in my industry (and for ViperChill while I had access) to find good keyphrases to target for things like my Adwords campaign and possibly for content ideas as well. You don’t get access to this data on their $9.99/m plan and you don’t get this data on their $49/m plan. You specifically need to pay $149/m to find more data on these terms.

Keeping in mind that the free plan gives you 5 phrases, how many do you think the $149/m option gives? 50? 100? A few thousand? No, it gives you 10. Barely more useful than the free service itself, and I can only praise the fact that they gave me a quick refund.

Tool #2: Social Ad Ninja – $147/m

ad-ninja

This is a great tool which is specifically great for those of us who advertise on Facebook. Essentially, it’s a spy tool which lets you see other ads that people are creating. The main features include:

  • Seeing how long someone has been running an ad. If it has been running for a long time, it’s probably profitable
  • Being able to search by domain being promoted i.e. match.com, relevant keywords, and even search by titles
  • Knowing the demographics that people are targeting with the long-running ads which are there

Using this tool I found a title from the same industry – which I adapted to mine – which was by far the title which got me the best CTR. You definitely don’t need to have this tool to profit on Facebook, but even just for one month of usage, you’re going to get a ton of insights which should speed up your learning process.

I’ve already cancelled my membership (though it hasn’t expired yet) as I have really abused a few industries and took notes of all the things I saw that were working.

Tool #3: Ad Beat – $99/m

adbeat

Ad Beat is very similar to Social Ad Ninja but instead of being focused on Facebook, it gives you insights into people using Google Adwords. I was specifically interested in seeing the banner ads that people are using in my industry and how long they’ve been running. When you’re running on the content network using only images, the graphics you use are everything.

I think I received quite a good CTR from what I’ve been told (over 1%) but I just couldn’t convert those visitors into anything meaningful just yet. I definitely haven’t given up on Adwords though, and will return to AdBeat once it becomes a more serious part of my advertising efforts.

Where I Go From Here

First of all, unless someone convinces me otherwise, I’m going to go all out on my profitable campaign and run it for all I have. I’ll push the ad frequencies on every single age group of my target market and make as much money as I can until it stops becoming profitable. As mentioned earlier, I think I have a ceiling of $10,000 – $15,000. I don’t expect to spend more than a couple of hundred dollars to reach this.

My market is bigger than that, but seemingly not from Facebook as my ad frequency just becomes too high, too quickly. Maybe I’ll be surprised and make even more than that, but it will still be a nice income stream at the end of the day even at the lower end of the scale.

What I’m really going to try out though is the dating niche via Facebook. It’s definitely saturated with a lot of competition, but I’m willing to test a thousand landing pages and ad creatives if I have to in order to make a campaign profitable. The thing about Facebook dating is that – for the most part – it can be scaled up to a huge level once you find something that’s converting well. This leaves the potential for consistent, 4 figure days in profit.

I bought myself a notebook and a fancy pen (really) just to take notes from Stack That Money (non-aff) for the next few months. There are a lot of case studies from people banking really hard with Facebook dating. My favourite comes from a guy in India who was making $0/day just a few months ago, and now he’s making posts like this:

stack-that-now

I’m under no illusion that it’s going to be easy money, but PPC campaigns are obviously far easier to duplicate than an entire blogging strategy or seeing how someone is ranking with SEO in the same industry. I’m not going to be able to get started until a few weeks from now (I’m working on something pretty huge of my own), but it will get my full attention when the time is right.

I’ve joined quite a few new networks in the last few days, and I’ll be ready to continue profiting. In the next few days I have another free guide to this subject coming up (including split-testing, easy to create landing pages and all that good stuff) so subscribe below in the yellow box if you haven’t already.



You may view the latest post at
http://www.viperchill.com/ppc-case-study/

Build Great Backlinks
Glen
peter.clarke@designed-for-success.com