Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: AdSense not marked as ads on LinkedIn

  1. Default AdSense not marked as ads on LinkedIn

    I thought this was a bit surprising and unlike Google, Google AdSense displayed without ad notice on LinkedIn.

  2. #2

    Default

    Been like that for a while.

    Says "Ads by Google"
    Barry Schwartz, CEO of RustyBrick, Inc. & Editor of the Search Engine Roundtable.

  3. Default

    The link under the search feature doesn't say Ads by Google, at least not for me anyway.

    Here's a full size screenshot where I've hovered over "SEO Compare The Definitive Top Five SEO Websites" so you can see the URL at the bottom of the browser.

  4. Default

    I just realised my original post might have been confusing, the Ads by Google block on right-hand side is fine, it's the text link and description at the top of the page which is generated by AdSense but doesn't contain a sponsored links/Ads by Google notice.

  5. #5

    Default

    I see what you mean. The line at the top....
    Barry Schwartz, CEO of RustyBrick, Inc. & Editor of the Search Engine Roundtable.

  6. Default

    Yep, they've had ads like this at the top for a while but I've never seen them powered by Google AdSense before.

  7. Default

    Its just a premium account.
    Always been like that...


    Look http://www.gumtree.com/london/london...nted_23_1.html

    Ads at the bottom..

  8. #8

    Default

    But even premium accounts need to label the ads as ads.

    I am a premium adsense publisher.
    Barry Schwartz, CEO of RustyBrick, Inc. & Editor of the Search Engine Roundtable.

  9. Default

    Gumtree labels the ads as sponsored links

  10. Default

    sorry.. I get you..

    One thing I did by mistake a while back was to forget the 2nd JS include from the adsense code ..

    This then removed the "ad by google" text..

    e.g. normal code would be:
    Code:
    <script type="text/javascript"><!--
    google_ad_client = "xxxxxxxxxxxxxx";
    google_ad_width = 120;
    google_ad_height = 600;
    google_ad_format = "120x600_as";
    google_ad_type = "text_image";
    google_ad_channel ="0952010014";
    google_color_border = "D8D8D8";
    google_color_bg = "D8D8D8";
    google_color_link = "025681";
    google_color_url = "990066";
    google_color_text = "000000";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    Remove the last inlcude..

    Looking at linkedin source code its using internal JS hmmm ..

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
  •