Y T Nuke  
Results 1 to 10 of 10
I keep getting told that you can only advertise on Google if your selling a ...
  1. #1
    kennyall is offline Newbies
    Join Date
    Jun 2011
    Posts
    14
    Reputation
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Can someone help me out with a Landing page question?

    I keep getting told that you can only advertise on Google if your selling a direct product however I know many people that have ads leading to a landing page for CPA's as well as affiliates, so is it against Googles TOS to have an ad leading to these? Can someone give me some good clarification as to what Im allowed to have my ad direct to?

  2. #2
    brainpower's Avatar
    brainpower is offline Junior Member
    Join Date
    Mar 2009
    Posts
    138
    Reputation
    11
    Thanks
    14
    Thanked 22 Times in 20 Posts

    Default Re: Can someone help me out with a Landing page question?

    google is seriously cracking down on affiliates LPs whose sole purpose is to click through as an affiliate.

    Your LP needs to provide some sort of value other than "funneling" the user to the affiliate source.

  3. #3
    kennyall is offline Newbies
    Join Date
    Jun 2011
    Posts
    14
    Reputation
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Can someone help me out with a Landing page question?

    I see, what if I were to have a blog without any affiliate links or anything, deep in content with a Pop up CPA. The blog would be related to the CPA ex: a blog about Macbooks and reviews and then have a Win a Free Macbook CPA Popup?

    I read Google frowns upon any Popups or over adverstising but I don't think that would be slap worthy would it? Especially if the blog is providing some good content and reviews. Also the ad would be targetted towards "Win a free Macbook" not.. macbook reviews.

  4. #4
    artizhay's Avatar
    artizhay is offline Senior Member
    Join Date
    Nov 2010
    Location
    Houston, TX
    Age
    19
    Posts
    901
    Reputation
    163
    Thanks
    165
    Thanked 584 Times in 310 Posts

    Default Re: Can someone help me out with a Landing page question?

    Well, I've direct linked to a CPA landing page in an ad and Google approved it. However, that's pretty useless because without the tracking link (with the exception of a few advertisers), my conversions won't track.

    What I do is build a nice, informative, user-friendly landing page with no external links to make Google happy. If Google visits my site, they see the landing page. Everyone else who visits goes straight to the CPA offer.

    =D
    Good at talking to people? Sell my services for easy monthly commission. PM or IM me.

  5. #5
    kennyall is offline Newbies
    Join Date
    Jun 2011
    Posts
    14
    Reputation
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Can someone help me out with a Landing page question?

    Quote Originally Posted by artizhay View Post
    Well, I've direct linked to a CPA landing page in an ad and Google approved it. However, that's pretty useless because without the tracking link (with the exception of a few advertisers), my conversions won't track.

    What I do is build a nice, informative, user-friendly landing page with no external links to make Google happy. If Google visits my site, they see the landing page. Everyone else who visits goes straight to the CPA offer.

    =D
    how do you get only google to see the landing page and have everyone else go straight to the CPA offer?

  6. #6
    artizhay's Avatar
    artizhay is offline Senior Member
    Join Date
    Nov 2010
    Location
    Houston, TX
    Age
    19
    Posts
    901
    Reputation
    163
    Thanks
    165
    Thanked 584 Times in 310 Posts

    Default Re: Can someone help me out with a Landing page question?

    Quote Originally Posted by kennyall View Post
    how do you get only google to see the landing page and have everyone else go straight to the CPA offer?
    It's a PHP script that gets some info about the user then responds accordingly. There are two ways to do it:

    1. Browser user-agent.
    When you use a browser, it has a special code that identifies which browser it is. Google's auto-verify bot for AdWords has the word "AdBot" (I believe, could be something different; I don't remember) in the user-agent, so you can detect this with PHP and display the landing page for the bot. This only works for the AdWords bot. If an employee visits your page manually, they will go to the CPA offer.

    2. Referring URL
    Perhaps better because you can deter both Google employees and the bot. When you visit a site, some data is sent along, including where you came from. When you click on a Google ad, then URL you click is "www.google.com/aclk" followed by a long string of characters. So if your user comes from that link, you can redirect them to the CPA offer because you know they legitimately clicked your ad. Otherwise, the user will see your landing page, i.e. if an employee goes straight to your site or the bot visits your site.
    Good at talking to people? Sell my services for easy monthly commission. PM or IM me.

  7. The Following User Says Thank You to artizhay For This Useful Post:

    kennyall (11-10-2011)

  8. #7
    kennyall is offline Newbies
    Join Date
    Jun 2011
    Posts
    14
    Reputation
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Can someone help me out with a Landing page question?

    Awesome info thanks man. If I were to own my own online store/e-commerce site would I have to go through all that trouble with the scripts or is it fine for me to simply direct link to my store?

  9. #8
    artizhay's Avatar
    artizhay is offline Senior Member
    Join Date
    Nov 2010
    Location
    Houston, TX
    Age
    19
    Posts
    901
    Reputation
    163
    Thanks
    165
    Thanked 584 Times in 310 Posts

    Default Re: Can someone help me out with a Landing page question?

    Quote Originally Posted by kennyall View Post
    Awesome info thanks man. If I were to own my own online store/e-commerce site would I have to go through all that trouble with the scripts or is it fine for me to simply direct link to my store?
    You can direct link.
    Good at talking to people? Sell my services for easy monthly commission. PM or IM me.

  10. #9
    kennyall is offline Newbies
    Join Date
    Jun 2011
    Posts
    14
    Reputation
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Exclamation Re: Can someone help me out with a Landing page question?

    Gotcha, one more question... could you recommend a cloaking plugin for wordpress? Those work just as well as manually installing a go.php script correct?

    Im looking at something like pretty link but want to choose the best one I can.

  11. #10
    Corrupt's Avatar
    Corrupt is offline One Man Army
    Join Date
    Sep 2011
    Posts
    746
    Reputation
    285
    Blog Entries
    1
    Thanks
    625
    Thanked 320 Times in 208 Posts

    Default Re: Can someone help me out with a Landing page question?

    Quote Originally Posted by artizhay View Post
    It's a PHP script that gets some info about the user then responds accordingly. There are two ways to do it:

    1. Browser user-agent.
    When you use a browser, it has a special code that identifies which browser it is. Google's auto-verify bot for AdWords has the word "AdBot" (I believe, could be something different; I don't remember) in the user-agent, so you can detect this with PHP and display the landing page for the bot. This only works for the AdWords bot. If an employee visits your page manually, they will go to the CPA offer.

    2. Referring URL
    Perhaps better because you can deter both Google employees and the bot. When you visit a site, some data is sent along, including where you came from. When you click on a Google ad, then URL you click is "www.google.com/aclk" followed by a long string of characters. So if your user comes from that link, you can redirect them to the CPA offer because you know they legitimately clicked your ad. Otherwise, the user will see your landing page, i.e. if an employee goes straight to your site or the bot visits your site.
    I like the second version. I personally am always going to make landing pages, but great thinking. Repped.

Dot Gov Backlinks Sale


Smarter Submit

Similar Threads

  1. ScrapeBox Footprints
    By jayvechi in forum Black Hat SEO Tools
    Replies: 26
    Last Post: 01-22-2012, 07:21 PM
  2. Can I/Should I Do SEO For A ClickBank Landing Page?
    By SEORasta in forum Black Hat SEO
    Replies: 3
    Last Post: 10-13-2011, 07:30 PM
  3. Landing Page Question
    By hslambo23 in forum BlackHat Lounge
    Replies: 1
    Last Post: 12-30-2010, 04:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76