Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 31 to 45 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; In the last few hours my stats have gone up yay - curious if this is legal in the TOS ...

  1. #31
    Member
    Real Name
    Jeffrey Espejo
    Join Date
    Jun 2007
    Posts
    77
    Liked
    0 times
    In the last few hours my stats have gone up yay - curious if this is legal in the TOS or even possible... instead of clicking generally directly on the ad - make it so you can click anywhere within the table and it automatically goes to the link.

  2. #32
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    that is not legal

  3. #33
    Member
    Real Name
    Jeffrey Espejo
    Join Date
    Jun 2007
    Posts
    77
    Liked
    0 times
    too bad - well trying the above method - doing a full integration - but instead of adding the vBa footer ad i made a skyscraper ad- i just checked my adsense and it increased to $5 for the day (i was normally getting .50 - $1 a day) so now i'm really considering getting vBSEO on payday...

  4. #34
    Senior Member
    Real Name
    .
    Join Date
    Jul 2006
    Posts
    386
    Liked
    3 times
    Blog Entries
    1
    The answer isn't always putting more ads on the site. This guide is good if you wanted an ad in a certain spot, then this will show you. Other than that, I highly recommend staying away from doing all these methods.

    Have you ever heard "Less is More"? Well, usually in this case, that is true.

  5. #35
    Junior Member
    Real Name
    GTX2
    Join Date
    Jul 2006
    Posts
    11
    Liked
    0 times

    Exclamation

    Quote Originally Posted by gtx2 View Post
    Hello,

    I'm looking for this kind of adsense integration into my forums:
    http://images20.fotosik.pl/259/366f428bb016eb46med.png

    Anyone can give me a hand setting this up?
    Thanks
    This would be great !!
    Anyone can help us out?

    PS- After using some adsense code posted in this thread, i've got a daily increase of 500% in clicks ! wow!

  6. #36
    Junior Member
    Real Name
    GTX2
    Join Date
    Jul 2006
    Posts
    11
    Liked
    0 times
    anyone?

  7. #37
    Junior Member Black Cobra's Avatar
    Real Name
    Darren Metcalfe
    Join Date
    Aug 2006
    Posts
    18
    Liked
    0 times
    Well I have just added alot of this tutorial to my site, hope i get some results

  8. #38
    Member
    Real Name
    Corey Costadura
    Join Date
    May 2006
    Posts
    42
    Liked
    0 times
    Quote Originally Posted by gtx2 View Post
    anyone?
    Adsense on the right side of a post? - vBulletin.org Forum

    I'll warn you ahead of time, expect your users to cry about it. I moved my postbit ads into the posts, using the smallest sized ad possible. It amazes me how the users with the most awful looking sig images can complain about a 180 pixel wide ad.

  9. #39
    Member
    Real Name
    Angel
    Join Date
    Nov 2005
    Location
    Nepal
    Posts
    62
    Liked
    0 times
    What about for 3.6.8 version?

    Thanks

  10. #40
    Member mykkal's Avatar
    Real Name
    Michael McKoy
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    37
    Liked
    1 times

    Getting adsense to show an ad after the first five threads are shown on FORUMSDISPLAY.

    Lets say I want adsense to show after the first 5 threads are shown? I don't want it to show first but rather down in the page a bit becuase we get a lot of posts and members scroll down all the time. I'm able to do that on the postbit legacy template where the leaderboard ad shows after ever 3rd post but i'm unsure how to do that in the FORUMSDISPLAY template.

    Does anyone know how I can specify adsense to show after 5 threads?

  11. #41
    Junior Member riverplate.com's Avatar
    Real Name
    Federico Grinberg
    Join Date
    Nov 2007
    Posts
    4
    Liked
    1 times
    Quote Originally Posted by ang2el View Post
    What about for 3.6.8 version?

    Thanks
    In 3.6.8 is not working

    <!-- message -->
    <div id="post_message_$post[postid]">
    <if condition="($post[postcount]==1) and ($show['guest'])">
    <div style="float: right; width: 300px; height: 250px;">
    <script type="text/javascript">
    ADSENSE CODE
    </script>
    </div></if>$post[message]</div>
    <!-- / message -->

    Example:
    Nuevo Tecnico en River Plate - Para vos quien viene - Foro River Plate - La Pagina Millonaria, www.riverplate.com

  12. #42
    Senior Member Hendricius's Avatar
    Real Name
    Hendrik Kleinwaechter
    Join Date
    Jun 2007
    Location
    Hamburg
    Posts
    173
    Liked
    3 times
    Blog Entries
    5
    How can I show the advertisement after the first post, on every threadpage after the first post?

  13. #43
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Quote Originally Posted by Hendricius View Post
    How can I show the advertisement after the first post, on every threadpage after the first post?
    You need this conditional:

    <if condition="$post[postcount] % $vboptions[maxposts] == 1">

  14. #44
    Senior Member Hendricius's Avatar
    Real Name
    Hendrik Kleinwaechter
    Join Date
    Jun 2007
    Location
    Hamburg
    Posts
    173
    Liked
    3 times
    Blog Entries
    5
    <if condition="(!is_member_of($bbuserinfo,29,28,5,6,38 ,2,39,3,7)) AND $post[postcount] % $vboptions[maxposts] == 1">

    That's how I got it to work.

    For all the conditionals:
    http://www.vbulletin.org/forum/showt...hlight=adsense

  15. #45
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    3 times
    I have a question, I want to do this, but I don't want the ads to appear in a certain forum (eg. the adult forum) how do I exclude the ads from showing in that forum? or how do I exclude the ads from showing to certain usergroups as well?

    I've worked out how to exclude multiple forums now but now I am just trying to work out how to also include the exclusion of certain usergroups?

    eg forum exclusion.

    <if condition="!in_array($forumid, array(30,279))">
    adsense code
    </if>

    also would anyone mind checking www.gamerzneeds.net/forums and seeing if there are any other forums I should exclude?
    Last edited by hornstar6969; 05-20-2009 at 03:59 AM.

Page 3 of 4 FirstFirst 1 2 3 4 LastLast

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
  •