Increase Google's Adsense relevance in IPB ( Invision Power Board ) Forums

Discussion in 'AdSense' started by SEO Lover, Mar 28, 2008.

  1. #1
    Dear webmasters,

    i have today a valuable way to Increase Google's Adsense relevance in IPB.

    Google's Adsense does a pretty decent job of delivering relevant results, but too often the advertising is not at all related to the topic, or even the forum being viewed. I was able to increase my click through rate by using the targeting feature, and focusing the Adsense bots on the content. You should see an increase in the click through rate, and the ecpm through higher smart pricing. Let me know you're results if you give it a try!

    In the ACP, make the following edits on the default skin your bots use. If you have Google ad section targeting already in your skin (i.e. Header & Footer Wrapper <% BOARD %>) you should remove it first.



    ACP -> Look & Feel (tab) -> Skin Manager -> Edit template HTML...

    Find:
    {$post['post']}
                    {$post['edit_by']}
    Code (markup):
    Replace with:
    <!-- google_ad_section_start -->
                    {$post['post']}
    <!-- google_ad_section_end -->
                    {$post['edit_by']}
    Code (markup):

    Topic View, topic_page_top
    Find:

    <td width='99%' style='word-wrap:break-word;'><div><{CAT_IMG}> <b>{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}</div></td>
    Code (markup):
    Replace with:
    <td width='99%' style='word-wrap:break-word;'><div><{CAT_IMG}> <b><!-- google_ad_section_start -->{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}<!-- google_ad_section_end --></div></td>
    Code (markup):

    Optional, to increase the relevance for the forum index view (one level below the board index), edit the following...
    Forum Index, PageTop
    Find:
    <td width='99%'><div><{CAT_IMG}> {$data['name']}</div></td>
    Code (markup):
    Replace with:
    <td width='99%'><div><{CAT_IMG}> <!-- google_ad_section_start -->{$data['name']}<!-- google_ad_section_end --></div></td>
    Code (markup):
    Forum Index, render_forum_row
    Find:
    <div>
                {$data['go_new_post']}{$data['prefix']} {$data['attach_img']}<span id='tid-span-{$data['tid']}'><a id="tid-link-{$data['tid']}" href="{$this->ipsclass->base_url}showtopic={$data['tid']}" title="{$this->ipsclass->lang['topic_started_on']} {$data['start_date']}">{$data['title']}</a></span> {$data['PAGES']}
                <div class="desc"><span onclick='return span_desc_to_input("{$data['tid']}");' id='tid-desc-{$data['tid']}'>{$data['description']}</span></div></div>
    Code (markup):
    Replace with:
    <!-- google_ad_section_start --> <div>
                {$data['go_new_post']}{$data['prefix']} {$data['attach_img']}<span id='tid-span-{$data['tid']}'><a id="tid-link-{$data['tid']}" href="{$this->ipsclass->base_url}showtopic={$data['tid']}" title="{$this->ipsclass->lang['topic_started_on']} {$data['start_date']}"> {$data['title']}</a></span> {$data['PAGES']}
                <div class="desc"><span onclick='return span_desc_to_input("{$data['tid']}");' id='tid-desc-{$data['tid']}'>{$data
    ['description']} </span></div></div><!-- google_ad_section_end -->
    Code (markup):

    and enjoy !!!:D
     
    SEO Lover, Mar 28, 2008 IP
  2. FightRice

    FightRice Peon

    Messages:
    1,082
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #2
    FightRice, Mar 28, 2008 IP
    sachin410 likes this.
  3. jakeruston

    jakeruston Banned

    Messages:
    1,363
    Likes Received:
    89
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for other link FightRice ;)
     
    jakeruston, Mar 29, 2008 IP
  4. Suri.CMS

    Suri.CMS Peon

    Messages:
    432
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Nice Tips !! Useful !!
    I shall implement and see...
     
    Suri.CMS, Mar 29, 2008 IP
  5. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #5
    Yeah.. Thats exactly what I was doing before moving to vBulletin.
     
    Abhik, Mar 29, 2008 IP
  6. Pro Scribz

    Pro Scribz Banned

    Messages:
    205
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks mate, I use vBulletin + IPB, there are plenty of vBulletin tips that I have seen before for Adsense, but none on IPB!

    Thanks a lot again for the Tutorial :p!
     
    Pro Scribz, Mar 29, 2008 IP
  7. Suri.CMS

    Suri.CMS Peon

    Messages:
    432
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Have you migrated your forum from IPB to vBulletin ?
    Did you do the migration on your own ?
     
    Suri.CMS, Mar 29, 2008 IP
  8. yogesh sarkar

    yogesh sarkar Well-Known Member

    Messages:
    1,740
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    140
    #8
    I have been using this for a while now on my vBulletin forum, haven’t yet noticed any noticeable change in CTR or CPC.
     
    yogesh sarkar, Mar 29, 2008 IP
  9. The Stealthy One

    The Stealthy One Well-Known Member Affiliate Manager

    Messages:
    3,042
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    105
    #9
    Thank you very much for that! Very useful, indeed! :)
     
    The Stealthy One, Mar 29, 2008 IP
  10. myadsense

    myadsense Peon

    Messages:
    1,160
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Thanks mate for sharing..very helpful
     
    myadsense, Mar 29, 2008 IP
  11. FightRice

    FightRice Peon

    Messages:
    1,082
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Did you see an increase in eCPM?
     
    FightRice, Mar 29, 2008 IP
  12. uooser

    uooser Peon

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Thanks for your work.
     
    uooser, Mar 29, 2008 IP
  13. yogesh sarkar

    yogesh sarkar Well-Known Member

    Messages:
    1,740
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    140
    #13
    Nothing major, though I think the ad targeting did improve slightly.
     
    yogesh sarkar, Mar 29, 2008 IP