Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-01-2011, 02:52 PM   #1
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Ok, I right now have one ad on facebook. It hasn't converted well... I think the problem is that well my signup page isn't that long, the process of getting to that page is. So I tried to make a ad that linked directly to my offer link, and suprise, disapproved...

So how can I make the ad on facebook link directly to my CPA offer link. And please don't say make a list. My offer is paying out $25 per one page submit, with only 5 text boxes and no really personal information. So I want to try and link directly to my offer. Well, how?
xaxistech is offline   Reply With Quote
Old 03-01-2011, 03:00 PM   #2
HyperActive Warrior
 
Join Date: Sep 2010
Location: Long Island NY
Posts: 352
Thanks: 0
Thanked 47 Times in 41 Posts
Contact Info
Send a message via AIM to COPEAC Stephen
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Have you ever though about sending PPV traffic to the same offer? If it's a 1 page lead gen, has a short landing page and only requires 5 fields and isn't requesting personal or banking information...PPV is a good way to get consumers looking where you want them to without going through a long and detailed process like consumers may be experiencing when you're live on FB.

COPEAC launches COPEAC University. Looking to quit your 9-5? Click Here to find out more: http://www.copeacu.com/banner/?src=8
COPEAC Stephen is offline   Reply With Quote
Old 03-01-2011, 03:19 PM   #3
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by COPEAC Stephen View Post
Have you ever though about sending PPV traffic to the same offer? If it's a 1 page lead gen, has a short landing page and only requires 5 fields and isn't requesting personal or banking information...PPV is a good way to get consumers looking where you want them to without going through a long and detailed process like consumers may be experiencing when you're live on FB.
I have, the problem is CPV sites require a deposit of like 100 dollars. So far I used 150 in advert credits, got 4 conversions, and that 100 depositing into my CPV account may make or break me. I know I can get more, the only problem is risk, is there any cpv site with low deposit amounts?
xaxistech is offline   Reply With Quote
Old 03-02-2011, 09:19 PM   #4
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

help me please!
xaxistech is offline   Reply With Quote
Old 03-02-2011, 09:49 PM   #5
Filters out the @#! in IM
War Room Member
 
Filter's Avatar
 
Join Date: Mar 2010
Location: Australia
Posts: 316
Thanks: 31
Thanked 88 Times in 62 Posts
Contact Info
Send a message via Skype™ to Filter
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Hey xax

Easiest way would be to put a redirect script in. Point your FB ad to the redirect script, while the ad is being approved point to your original lander that got approved. Once the new ad is approved, change the URL in the redirect sript to point direct to the offer.

Here's something really simple that would do it:

PHP Code:
<?php
// Simply change where the $myURL points after ad approval
$myURL 'http://www.adomain.com/offer1.html';
header('location: ' .$myURL);
 
die();
?>

FILTER OUT THE @#! IN IM & STOP WASTING MONEY ON YET ANOTHER WSO....
1 - On - 1 Coaching & Campaigns: Currently Full Sorry
CPA * PPV/CPV * PPC * Prosper/Tracking202 * SEO
Filter is offline   Reply With Quote
Old 03-02-2011, 10:07 PM   #6
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by Filter View Post
Hey xax

Easiest way would be to put a redirect script in. Point your FB ad to the redirect script, while the ad is being approved point to your original lander that got approved. Once the new ad is approved, change the URL in the redirect sript to point direct to the offer.

Here's something really simple that would do it:

PHP Code:
<?php
// Simply change where the  points after ad approval
 
'http://www.adomain.com/offer1.html';
header('location: ' .);
 
die();
?>
thanks, i really needed that script
xaxistech is offline   Reply With Quote
Old 03-02-2011, 10:12 PM   #7
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by Filter View Post
Hey xax

Easiest way would be to put a redirect script in. Point your FB ad to the redirect script, while the ad is being approved point to your original lander that got approved. Once the new ad is approved, change the URL in the redirect sript to point direct to the offer.

Here's something really simple that would do it:

PHP Code:
<?php
// Simply change where the  points after ad approval
 
'http://www.adomain.com/offer1.html';
header('location: ' .);
 
die();
?>
wait, where in the wordpress files should i put the code?
xaxistech is offline   Reply With Quote
Old 03-02-2011, 10:17 PM   #8
Filters out the @#! in IM
War Room Member
 
Filter's Avatar
 
Join Date: Mar 2010
Location: Australia
Posts: 316
Thanks: 31
Thanked 88 Times in 62 Posts
Contact Info
Send a message via Skype™ to Filter
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by xaxistech View Post
wait, where in the wordpress files should i put the code?

You don't put the code in Wordpress mate, it's a stand-alone file. Simply copy that code into a text editor (notepad will do, not Word) and save the file as something like "myFaceBookAd.php" and upload to your server.

Then, point your Facebook ad to "yourserver.com/myFaceBookAd.php" and just change where it ultimately ends up by changing the $myURL variable. So the redirect would look like:

Facebook Click -> myFaceBookAd.php -> Whatever URL You Want To Land On

Cheers

FILTER OUT THE @#! IN IM & STOP WASTING MONEY ON YET ANOTHER WSO....
1 - On - 1 Coaching & Campaigns: Currently Full Sorry
CPA * PPV/CPV * PPC * Prosper/Tracking202 * SEO
Filter is offline   Reply With Quote
Old 03-02-2011, 10:45 PM   #9
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by Filter View Post
You don't put the code in Wordpress mate, it's a stand-alone file. Simply copy that code into a text editor (notepad will do, not Word) and save the file as something like "myFaceBookAd.php" and upload to your server.

Then, point your Facebook ad to "yourserver.com/myFaceBookAd.php" and just change where it ultimately ends up by changing the variable. So the redirect would look like:

Facebook Click -> myFaceBookAd.php -> Whatever URL You Want To Land On

Cheers
thanks, worked pefectly!
xaxistech is offline   Reply With Quote
Old 03-02-2011, 11:05 PM   #10
AdCopyAssault.com
War Room Member
 
jeffrey73's Avatar
 
Join Date: Apr 2010
Location: USA
Posts: 2,073
Thanks: 1,249
Thanked 450 Times in 374 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Your problem is you only have 1 Facebook ad. You need to create about 50-300 ads and test different variables. Test at least 10 different pictures, 2 headlines, 2 ad-copies.

jeffrey73 is offline   Reply With Quote
Old 03-03-2011, 03:00 PM   #11
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by jeffrey73 View Post
Your problem is you only have 1 Facebook ad. You need to create about 50-300 ads and test different variables. Test at least 10 different pictures, 2 headlines, 2 ad-copies.
yeah, i know what you mean, but i wont wanna spend 300 dollars to find a winning campain, but hell, you gotta spend money to make money. :P
xaxistech is offline   Reply With Quote
Old 03-03-2011, 06:55 PM   #12
Senior Warrior Member
 
ChrisBa's Avatar
 
Join Date: Jun 2008
Posts: 4,127
Thanks: 10
Thanked 507 Times in 401 Posts
Social Networking View Member's Twitter Profile 
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by xaxistech View Post
Ok, I right now have one ad on facebook. It hasn't converted well... I think the problem is that well my signup page isn't that long, the process of getting to that page is. So I tried to make a ad that linked directly to my offer link, and suprise, disapproved...

So how can I make the ad on facebook link directly to my CPA offer link. And please don't say make a list. My offer is paying out $25 per one page submit, with only 5 text boxes and no really personal information. So I want to try and link directly to my offer. Well, how?

Were you direct linking straight to a network link, or did you do a redirect through your own domain?

I'm Living MY DREAM Thanks to AFF PLAYBOOK! You Can Too!



Or Jump on the IM GRIND!
ChrisBa is online now   Reply With Quote
Old 03-03-2011, 07:24 PM   #13
HyperActive Warrior
 
Join Date: Jan 2011
Posts: 114
Thanks: 4
Thanked 5 Times in 5 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

Quote:
Originally Posted by ChrisBa View Post
Were you direct linking straight to a network link, or did you do a redirect through your own domain?
Redirecting from a subdomain
xaxistech is offline   Reply With Quote
Old 03-04-2011, 09:43 AM   #14
Internet Marketing Dude
War Room Member
 
patrickwagner's Avatar
 
Join Date: Nov 2009
Location: Toronto, Canada
Posts: 71
Thanks: 1
Thanked 12 Times in 12 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

I've built a javascript that let's you add the like button to any page, if the like button get's click a new page it opened with the document or download the user liked you to get.

** WSO #2 was just POSTED ** See how my AutoPinWP Plugin >> [Make Any Image in Wordpress "pinnable" on Pinterest.com ] Take advantage of the Fastest Growing Social Site & the Most Talked about site for 2012 - Pinterest.com

Get Your #1 RANKING with Whitehat LINK BUILDING - my WP Plugin Automates Your Link Exchanges & Backlink Building Process - Approve Links via Email - Anytime.
patrickwagner is offline   Reply With Quote
Old 03-30-2011, 01:32 PM   #15
Warrior Member
 
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

If facebook approves your landing page and then you go and change the website to redirect with the php script. Then facebook finds out you did this. Will they ban you?
jf12358 is offline   Reply With Quote
Old 03-31-2011, 06:31 AM   #16
Active Warrior
 
Biowza's Avatar
 
Join Date: Sep 2010
Location: Australia/France
Posts: 57
Thanks: 6
Thanked 8 Times in 6 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

I was wondering that too, I can't imagine them being too happy...

I don't sell anything in my signature...yet
Biowza is offline   Reply With Quote
Old 03-31-2011, 07:01 AM   #17
Senior Warrior Member
War Room Member
 
imback's Avatar
 
Join Date: Jun 2009
Location: United States
Posts: 1,429
Thanks: 129
Thanked 279 Times in 199 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

In facebook you can direct link most of the times. The only time you would really need an redirect is if you were testing domain names.

imback is offline   Reply With Quote
Old 04-01-2011, 02:13 AM   #18
Active Warrior
War Room Member
 
Join Date: Sep 2010
Location: Melbourne, Australia
Posts: 75
Thanks: 4
Thanked 0 Times in 0 Posts
Default Re: Facebook Ads Help! How can I redirect facebook users directly to my offer page?

A lot of people do this. Just be careful they don't find it.
machej is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..

Tags
ads, directly, facebook, offer, page, redirect, users

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 01:42 PM.