Gaming Facebook Ads - Part 2

Posted on November 20th, 2007 in Affiliate Marketing, Cloaking, Coding, Facebook

If you're tired of refreshing this page every day like a d-bag, you should probably subscribe to the RSS feed.

This is part 2. Part 1 can be found here. Nickycakes will never charge money for any of this. If you like it, please check out NeverblueAds. The Cakes makes mad cash from them, and you can too.

It’s time to get more dirty with facebook ads. Setting up an ad is easy, and by now you have hopefully been able to get a few ads with decent CTR. But how can you get facebook to let you advertise what you want to advertise instead of the crap that they approve of in their ad guidelines? How can you improve your CTR? How do you run your ad only at specific times of day? How can you get an account if you don’t have a credit card? What if your credit card gets banned? All easy answers.

Improving Your CTR

Use wide images, not tall. People accustomed to the old flyers system will be trying to use tall skyscraper style images for their ads. Don’t. Use something like 225w x 90h images for the ads. Use a dark background to make your ad stand out on the almost all white facebook page.

Run your ads at night. Any time around 8pm EST is good. You will see better CTR on your ads and better conversions in most cases. But facebook doesn’t allow advertisers to specify when their ads will be run! No problem. Just set your click bid at a penny until 8pm and bump it up a cent until you start seeing impressions and let it run.

Running Facebook Ads Without a Credit Card

Don’t have a visa, or did facebook ban the one you are using? No probs. Get a prepaid visa. This is for US only, but go here: https://www.allaccessgift.com/gift/index.m (not an affiliate link) and type in your zip code to find a gas station nearby where you can buy one, then just go online and fill it.

Cloaking Facebook Ads Links

So you wanna run that zip submit, but facebook isn’t approving your ad? Want to run adult friend finder or some porn affiliate program? No problem! Facebook devs do a manual review on all ads. For some ads they must review it before it goes live, and for some, they review it after it starts getting clicks. There are 2 ways to cloak it. Since you should be using a redirect to the url to begin with, you can wait till after the devs have reviewed your ad, and then switch it, OR just run my cloaking script:

<?php
  $cloaked_url = "http://www.google.com"; // devs go here
  $normal_url = "http://www.yahoo.com";  // everyone else goes here

  $tracking_ref = $_SERVER['HTTP_REFERER'];

  if(strpos($tracking_ref,”dev.facebook”)){
    Header( “HTTP/1.1 301 Moved Permanently” );
    Header( “Location: ” . $cloaked_url );
  } else {
    Header( “HTTP/1.1 301 Moved Permanently” );
    Header( “Location: ” . $normal_url );
  }
?>

***Note: Make sure when using scripts that modify headers, to remove any whitespace outside the PHP tags or you will get an error.

Just put it in the directory of your choice, enter the url you want facebook employees to see and the url you want the people clicking your ads to see, and use it for your ad url. Good to go!

Published by nickycakes

13 Responses to “Gaming Facebook Ads - Part 2”

  1. Nick Says:

    Hey Nickycakes, thanks for the article. However, I am having a problem. I set up a campaign and it was going great for about 30 minutes and then it reached the $10 mark. Now it has just hit a brick wall and isnt moving. I had set the daily budget to $50 earlier in the day, is there a time period that it takes before that takes affect?

  2. nickycakes Says:

    Daily budgets don’t go into effect until the following day (12AM pst). Bad move on their part, in my opinion.

  3. Nick Says:

    I think so as well, if nothing else they could update them every hour. Thanks for the help. I had been trying to get a facebook ad going and after getting shot down about 5-6 times I was going to give up until I saw your thread on wickedfire.

  4. Woody Says:

    Hey,

    Great Post, I gave up on FB after they were shutting every a/c down. I’ve just refired up a new account now with some offers. Just a quick question about cloaking the links. Would this work this the big G as well?

  5. nickycakes Says:

    With some modifications, yes, you could use this method to fool anyone really.

  6. gigidawg Says:

    Good ideea. I wonder how long until facebook staff will use a proxy :)

  7. banksy01 Says:

    doesn’t matter when they start using a proxy because this isn’t ip-based cloaking. you could dig further with the script that nicky posted and add in an array of all the university prefixes to check before the header redirect. that way they have to come from one of the university pages in order to be shown the $normal_url. may be more of a pain and you might lose out on some clicks from non-university accounts, but you would for sure sidestep facebook in case they visited your url from anywhere other than dev.facebook.com

  8. nickycakes Says:

    I really wouldn’t risk losing out on clicks. This is expensive shit we’re talking about. If you keep any kind of decent logs, you can add a check for the ip they’re coming from which doesn’t change =P

  9. Interview with NickyCakes.com! | Bernard Griffiths’ Blog Says:

    [...] on facebook is still profitable? Think?  More like KNOW.  Go read Gaming Facebook Ads Part 1, and Part 2.  Pretty much everything in those articles still holds true and will make you money if you [...]

  10. Brady Lewis Says:

    Thanks for the FB Guides. Very helpful. I just implemented your cloaking script so I hope it still works! Thanks again.

  11. Make Money Online Blogging Says:

    That is a little blackhat :D Although I love black hat stuff, some things I have to stay away from. You can make good, really good, easy money off facebook. I wouldn’t want to take a risk by cloaking.

    Shudogg Dot Com - Make Money Online Blogging

  12. nickycakes Says:

    thats because you’re a pussy

  13. FaceBook Payday | Peter Koning's Newest Product Fails to Impress | Make Money Online With Affiliate Marketing Says:

    [...] Gaming Facebook Ads Pt. 2 [...]

Leave a Comment