Does Facebook allow domain forwarding?

4 replies
Does the Facebook ad network allow you to forward a domain through to a cpa offer? For instance ad -> xxxxx.com which is forwarded -> cpa offer. I know that google doesn't allow this but wasnt sure on FB. Thank you.
#domain #facebook #forwarding
  • {{ DiscussionBoard.errors[2859165].message }}
    • Profile picture of the author Soundengine
      Hi

      The best way to do this on Facebook is to use a .php redirect. That's when you don't forward the domain but instead host it and put a redirect file to the offer. Reason being that if you need to change the destination URL of your ad you won't have to resubmit the ad. Also, if you are promoting a foreign CPA offer nobody can see it in the US through your affiliate link and when the Facebook interns go to review your ad and click your link they can't see your offer from the US and will disapprove your ad. Just put the real website address temporarily in the .php redirect until your ad gets approved, then swap it out with your affiliate link.

      Just host one of your domains and upload the following text file:

      Filename: index.php

      Inside the text file put this:

      <?php
      header("Location: http://www.PutYourAffiliateLinkHere.com/?sub=".stripslashes($_GET['sub']));
      ?>

      Then put this as the destination URL in your ad in Facebook:
      http://www.MyDomainName.com/index.php?sub=TrackingID

      The tracking ID at the end sub= is useful because you can pass a variable through the URL and when you get conversions these will appear in your reports. The format of sub= may change depending on what tracking variables your affiliate network uses. For Example:

      A Neverblue tracking URL uses the variable name subid and your ad's destination URL would look like this:
      http://www.YourDomain.com/index.php?subid=TrackingID

      A Maxbounty tracking URL uses the variable name s1 and the ad destination URL would look like this:
      http://www.YourDomain.com/index.php?s1=TrackingID

      When you create your ad in FB just give each ad's destination URL a different Tracking ID number or you won't know which Ad made the lead.

      Never blindly send forwarded traffic to an offer without tracking through a sub id unless you can use Javascript conversion tracking. Unfortunately some networks (Maxbounty for example) don't have the ability to use Javascript tracking so you HAVE to use the sub id which is more time consuming but hey what can you do?
      {{ DiscussionBoard.errors[2860907].message }}
  • Profile picture of the author jeffrey73
    Originally Posted by jedhanlin208 View Post

    Does the Facebook ad network allow you to forward a domain through to a cpa offer? For instance ad -> xxxxx.com which is forwarded -> cpa offer. I know that google doesn't allow this but wasnt sure on FB. Thank you.
    You mean direct linking? Yeah, they allow it. Not sure why you would want to mask a domain to forward to your affiliate offer on Facebook? Your affiliate link isn't displayed in the ad, so it's not really necessary to cloak.
    {{ DiscussionBoard.errors[2860987].message }}
  • Profile picture of the author Herbert S Richter
    Banned
    FB allows direct linking only that it doesnt allow the promotion of some offers.
    {{ DiscussionBoard.errors[2861115].message }}

Trending Topics