Page 4 of 4 FirstFirst 1 2 3 4
Results 46 to 58 of 58

vBulletin Google Adsense Deep Integration Tutorial

This is a discussion on vBulletin Google Adsense Deep Integration Tutorial within the Ad Networks forums, part of the Monetizing category; Which ad code displays it here for guests only?...

  1. #46
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    3 times
    Which ad code displays it here for guests only?


  2. #47
    Senior Member
    Real Name
    Future
    Join Date
    Mar 2006
    Posts
    579
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by hornstar6969 View Post
    Which ad code displays it here for guests only?

    This kind of ad placement is against google tos.
    | F | U | T | U | R | E |

  3. #48
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    3 times
    Are any of the others that he posted up on his first post against googles tos now? Is there a limit to how many you can use?

  4. #49
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    265
    Liked
    1 times
    A question,
    i have about 10 AdSense channels (computers - hardware - softwares - camera - Garmin - Navigator - Nokia etc etc) , should be possible to "alternate" each channel adsense code in last thread for example?

  5. #50
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    The point of channels is to TRACK the page it was on. If you're rotating channels, it basically defeats the purpose.

    At least, use a super channel to wrap all these channels in.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #51
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    265
    Liked
    1 times
    But the max number of channels is 5 .......

  7. #52
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Impossible... i have at least 50....
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #53
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    265
    Liked
    1 times
    Hi, i don't have this code
    Code:
     			 				<if condition="$show['signature']">
    in my memberinfo template, where i can write the google code in memberinfo?

  9. #54
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    265
    Liked
    1 times
    This is my MEMBERINFO template, i can't found that code......

    Code:
    $stylevar[htmldoctype]
    <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $headinclude
    
    $usercss
    $memberinfo_css
    <style type="text/css" id="vbulletin_tabctrl_css">
    @import url("clientscript/vbulletin_tabctrl.css?v=$vboptions[simpleversion]");
    <if condition="$show['rtl']">@import url("clientscript/vbulletin_tabctrl_rtl.css?v=$vboptions[simpleversion]");</if>
    </style>
    
    <script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>
    <script type="text/javascript" src="clientscript/vbulletin_quick_edit_generic.js?v=$vboptions[simpleversion]"></script>
    <script type="text/javascript" src="clientscript/vbulletin_quick_edit_visitormessage.js?v=$vboptions[simpleversion]"></script>
    
    <title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
    
    <if condition="$userinfo['userid'] == $bbuserinfo['userid']">
    <script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script>
    </if>
    <script type="text/javascript">
    <!--
    vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
    vbphrase['edit_value'] = "$vbphrase[edit_value_js]";
    
    <if condition="$show['post_visitor_message']">
    function goto_post_pm()
    {
        vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
        fetch_object('visitor_messaging').scrollIntoView();
    
        var textarea = fetch_object('visitor_message_form_textarea');
        if (textarea)
        {
            textarea.focus();
            textarea.select();
        }
        return false;
    }
    </if>
    -->
    </script>
    
    </head>
    <body>
    
    $header
    $navbar
    
    
    <!-- begin user css -->
    <div id="usercss" class="floatcontainer">
    
    <div id="content_container">
        <div id="content">
    
            <div id="main_userinfo" class="floatcontainer">
                <table cellpadding="0" cellspacing="0" border="0" width="100%">
                <tr>
                    <if condition="$blocks['profile_picture']">
                        <td id="profilepic_cell" class="tborder alt2">$blocks[profile_picture]</td>
                    </if>
                    <td valign="top" width="100%" id="username_box"<if condition="$prepared['profilepicurl']"> class="profilepic_adjacent"</if>>
                        <if condition="$prepared['rank'] OR $prepared['reputationdisplay']">
                            <div id="reputation_rank">
                                <if condition="$prepared['reputationdisplay']">
                                    <div id="reputation">$prepared[reputationdisplay]</div>
                                </if>
                                <if condition="$prepared['rank']">
                                    <div id="rank">$prepared[rank]</div>
                                </if>
                            </div>
                        </if>
                        <h1>$prepared[musername] $prepared[onlinestatus]</h1>
                        <if condition="$prepared['usertitle']">
                            <h2>$prepared[usertitle]</h2>
                        </if>
                    </td>
                </tr>
                </table>
    
                <!-- link bar -->
                <div class="tborder content_block" id="link_bar">
                <if condition="$prepared['myprofile'] OR $show['usercss_switch'] OR $show['contactlinks'] OR $show['userlists'] OR $show['usernotes'] OR $show['edit_profile']">
                    <ul class="thead block_row block_title list_no_decoration floatcontainer">
                        <if condition="$prepared['myprofile']">
                            <if condition="$show['can_customize_profile']">
                                <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=customize">$vbphrase[customize_profile]</a></li>
                            </if>
                        <else />
                            <if condition="$show['usercss_switch']">
                                <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=switchusercss&amp;hash=$bbuserinfo[logouthash]&amp;u=$prepared[userid]">$usercss_switch_phrase</a></li>
                            </if>
                        </if>
    
                        <if condition="$show['contactlinks']">
                            <li class="thead" id="minicontact"><a href="#contactinfo">$vbphrase[send_message]</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
                        </if>
    
                        <if condition="$show['userlists']">
                            <li class="thead" id="userlists"><a href="profile.php?$session[sessionurl]do=buddylist&amp;nojs=1">$vbphrase[user_lists]</a> <script type="text/javascript">vBmenu.register("userlists");</script></li>
                        </if>
    
                        <if condition="$show['usernotes']">
                            <li class="thead"><a href="usernote.php?$session[sessionurl]u=$prepared[userid]">$vbphrase[user_notes] ($prepared[usernotecount])</a></li>
                        </if>
    
                        <if condition="$show['edit_profile']">
                            <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                        </if>
    
                    </ul>
                </if>
    
                    <!-- current activity -->
                    <if condition="$prepared['lastactivitydate'] OR $prepared['action']">
                        <div class="alt2 smallfont block_row" id="activity_info">
                            <if condition="$prepared['lastactivitydate']">
                                <div id="last_online">
                                    <span class="shade">$vbphrase[last_activity]:</span> $prepared[lastactivitydate]<if condition="!$show['detailedtime']"> <span class="time">$prepared[lastactivitytime]</span></if>
                                </div>
                            </if>
                            <if condition="$prepared['action']">
                                <span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
                            </if>
                        </div>
                    </if>
                    <!-- / current activity -->
    
                </div>
                <!-- / link bar -->
    
                <!-- user list menu -->
                <ul id="userlists_menu" class="vbmenu_popup list_no_decoration" style="display: none">
                    <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[user_lists]</phrase></li>
                    <if condition="$prepared['canbefriend']">
                        <li class="vbmenu_option">
                            <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=friend&amp;u=$prepared[userid]"><if condition="$prepared['requestedfriend']">$vbphrase[confirm_friendship_request]<else />$vbphrase[add_to_friends_list]</if></a>
                        </li>
                    </if>
                    <if condition="$prepared['isfriend']">
                        <li class="vbmenu_option">
                            <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=friend&amp;u=$prepared[userid]">$vbphrase[remove_from_friends_list]</a>
                        </li>
                    </if>
                    <if condition="$show['addbuddylist']">
                        <li class="vbmenu_option">
                            <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[add_to_contacts]</a>
                        </li>
                    </if>
                    <if condition="$show['removebuddylist']">
                        <li class="vbmenu_option">
                            <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[remove_from_contacts]</a>
                        </li>
                    </if>
                    <if condition="$show['addignorelist']">
                        <li class="vbmenu_option">
                            <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a>
                        </li>
                    </if>
                    <if condition="$show['removeignorelist']">
                        <li class="vbmenu_option">
                            <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[remove_from_ignore_list]</a>
                        </li>
                    </if>
                </ul>
    
                <if condition="$show['contactlinks']">
                <!-- contact popup menu -->
                <ul id="minicontact_menu" class="vbmenu_popup list_no_decoration" style="display:none">
                    <if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email']">
                        <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[send_message_to_x]</phrase></li>
                    </if>
                    <if condition="$show['post_visitor_message']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]" onclick="return goto_post_pm();"><phrase 1="$prepared[username]">$vbphrase[post_a_visitor_message_for_x]</phrase></a></li></if>
                    <if condition="$show['pm']">
                        <li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="private.php?$session[sessionurl]do=newpm&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_private_message_to_x]</phrase></a></li>
                    </if>
                    <if condition="$blocks['contactinfo']">
                    <if condition="$show['email']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></li></if>
                    <if condition="$prepared['hasimdetails']">
                        <li class="thead<if condition="!$show['post_visitor_message'] AND !$show['pm'] AND !$show['email']"> first</if>">$vbphrase[instant_messaging]</li>
                        <if condition="$prepared['icq']">
                            <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_icq.gif" />  <a href="#" dir="ltr" onclick="imwindow('icq', '$prepared[userid]', 500, 450); return false;"><phrase 1="$prepared[username]">$vbphrase[send_icq_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['aim']">
                            <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_aim.gif" /> <a href="#" dir="ltr" onclick="imwindow('aim', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_aim_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['msn']">
                            <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_msn.gif" /> <a href="#" dir="ltr" onclick="imwindow('msn', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_msn_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['yahoo']">
                            <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('yahoo', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_yahoo_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['skype']">
                            <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('skype', '$prepared[userid]', 400, 285); return false;"><phrase 1="$prepared[username]">$vbphrase[send_skype_message_to_x]</phrase></a></li>
                        </if>
                    </if>
                    </if>
                </ul>
                <!-- / contact popup menu -->
                </if>
        </div>
    
        <div id="profile_tabs">
            $template_hook[profile_left_first]
            $blocks[visitor_messaging]
            $blocks[aboutme]
            $blocks[stats]
            $blocks[friends]
            $blocks[infractions]
            $blocks[contactinfo]
            $template_hook[profile_left_last]
        </div>
    
        <script type="text/javascript">
        <!--
        vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "&raquo;", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
        //-->
        </script>
    
    </div>
    </div>
    
    <div id="sidebar_container">
        <!-- sidebar -->
        $template_hook[profile_right_first]
        $blocks[stats_mini]
        $template_hook[profile_right_mini]
        $blocks[friends_mini]
        $blocks[albums]
        $template_hook[profile_right_album]
        $blocks[groups]
        $blocks[visitors]
        $template_hook[profile_right_last]
        <!-- / sidebar -->
    </div>
    
    <!-- end usercss -->
    </div>
    
    $footer
    
    </body>
    </html>

  10. #55
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    This tutorial was written before vb changed the profiles around to the tabbed interface.

    It probably has been moved to one of the $blocks templates.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #56
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    476
    Liked
    12 times
    Hi

    I saw the integration suggestions here and I think there are some better placements.

    I optimized my adsense placements on my forums for 3 years now and I think they are near optimal.
    Check them out at:

    http://www.patientenfragen.net/ (forumdisplay) There are 5 google ads (including link blocks) on this page. Can you spot them all?

    http://www.patientenfragen.net/l (thread) There are 6 google ads (including link blocks) on this page. Can you spot them all?

    The navbar leaderboard and the first link block bring the most earnings, after that both large rectangles in the thread (guests only)

    Before questions arise, all ad placements got their ok by google.
    But to make sure, contact google yourself

    StarBuG
    Last edited by StarBuG; 02-03-2010 at 12:57 PM.

  12. #57
    Junior Member
    Real Name
    Prithvionline
    Join Date
    Jan 2010
    Location
    India
    Posts
    17
    Liked
    0 times
    I think this is old tutorial

    many things changed on vbulletin

  13. #58
    Member
    Real Name
    Emon
    Join Date
    Jun 2011
    Posts
    78
    Liked
    6 times
    I agree, I hope to see a new tutorial for the new vBulletin and maybe some AdSense optimization tutorials with vBSEO.

Page 4 of 4 FirstFirst 1 2 3 4

LinkBacks (?)

  1. 11-12-2007, 01:21 PM
  2. 03-02-2007, 08:13 PM
  3. 01-31-2007, 07:09 PM
  4. 08-13-2006, 11:22 PM

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. Google is All About Search: 4 New Products
    By Joe Ward in forum General Discussion
    Replies: 0
    Last Post: 05-16-2006, 02:52 PM
  3. Replies: 0
    Last Post: 12-17-2005, 02:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •