Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 16 to 30 of 53

High Ctr!!

This is a discussion on High Ctr!! within the Ad Networks forums, part of the Monetizing category; Code: <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100&#37;" align="center"> <tr> <td class="alt1" width="100%" align="center"> AD GOES HERE </td> </tr> </table> this ...

  1. #16
    Senior Member
    Real Name
    Kristijan
    Join Date
    Oct 2005
    Location
    Zagreb
    Posts
    280
    Liked
    1 times
    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100&#37;" align="center">
    <tr>
        <td class="alt1" width="100%" align="center"> AD GOES HERE
     
    </td>
    </tr>
    </table>
    this is just for two boxes, how can i add one more for link unit table
    Croportal forum - Biggest Croatian Forum

  2. #17
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    To add the images, you will need to create the images in the correct size (250x250, or whatever height ads you are using), then you will need some custom code (plugin) to randomly display those images between your ads. There's no "easy" way to do it, and it will vary a bit from site to site. I created my own custom code to display mine.

  3. #18
    Senior Member Dave Hybrid's Avatar
    Real Name
    Dave Hybrid
    Join Date
    Mar 2007
    Location
    UK
    Posts
    400
    Liked
    8 times
    Quote Originally Posted by croportal View Post
    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" width="100%" align="center"> AD GOES HERE
     
    </td>
    </tr>
    </table>
    this is just for two boxes, how can i add one more for link unit table
    Paste the code again for as many boxes/tables as you like...

  4. #19
    Member
    Real Name
    Jay
    Join Date
    May 2007
    Posts
    86
    Liked
    0 times
    Quote Originally Posted by croportal View Post
    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100&#37;" align="center">
    <tr>
        <td class="alt1" width="100%" align="center"> AD GOES HERE
     
    </td>
    </tr>
    </table>
    this is just for two boxes, how can i add one more for link unit table
    Just duplicate it twice if you want 2 boxes split up (add a BR tag after the first block)

    Peace

  5. #20
    Senior Member Dave Hybrid's Avatar
    Real Name
    Dave Hybrid
    Join Date
    Mar 2007
    Location
    UK
    Posts
    400
    Liked
    8 times
    To add to the origainal question...

    Yes I use this setup and have found it to work better than any other.

  6. #21
    Senior Member
    Real Name
    Kristijan
    Join Date
    Oct 2005
    Location
    Zagreb
    Posts
    280
    Liked
    1 times
    when i add twice duplicate one of adsense banner 338X280 goes down?
    Croportal forum - Biggest Croatian Forum

  7. #22
    Senior Member Dave Hybrid's Avatar
    Real Name
    Dave Hybrid
    Join Date
    Mar 2007
    Location
    UK
    Posts
    400
    Liked
    8 times
    In the second box you need to change the code for a link unit.

    Google automaticly removes ads if you have more than 3 units.

  8. #23
    Senior Member
    Real Name
    Kristijan
    Join Date
    Oct 2005
    Location
    Zagreb
    Posts
    280
    Liked
    1 times
    yes i did i understand but not working :(

    dave can u tell me which plugin u use to botoom of the forum to stats
    Croportal forum - Biggest Croatian Forum

  9. #24
    Member
    Real Name
    Jay
    Join Date
    May 2007
    Posts
    86
    Liked
    0 times
    Code:
    <!-- GOOGLE ADSENSE -->
    <if condition="$bbuserinfo[usergroupid] == 1">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100&#37;" align="center">
    <tr><td align="center" width="728" class="thead" colspan="2"><center>Advertisements - (Registered Members will not see this ad)</center></td></tr>
    <tr>
    <td class="alt1">
    <span class="smallfont">
    <center>
    <script type="text/javascript">
    <!--
    google_ad_client = "pub-xxx";
    google_alternate_ad_url = "http://www.jaydabhi.com/collapsible_ad.html";
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = "336x280_as";
    google_ad_type = "text";
    //2007-05-21: threadGuests
    google_ad_channel ="4402504564";
    google_color_border = "F2F0F0";
    google_color_bg = "F2F0F0";
    google_color_link = "D45713";
    google_color_url = "D45713";
    google_color_text = "656565";
    //-->
    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </span></td>
    <td class="alt1">
    <span class="smallfont">
    <script type="text/javascript"><!--
    google_ad_client = "pub-xxx";
    google_alternate_ad_url = "http://www.jaydabhi.com/collapsible_ad.html";
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = "336x280_as";
    google_ad_type = "text";
    //2007-05-21: threadGuests
    google_ad_channel ="4402504564";
    google_color_border = "F2F0F0";
    google_color_bg = "F2F0F0";
    google_color_link = "D45713";
    google_color_url = "D45713";
    google_color_text = "656565";
    //--></script></span>
    <center><script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></td>
    </tr></table></if>
    
    <!-- /GOOGLE ADSENSE -->
    This is the exact code im using.....try that out (change the code to your adsense info)

    NOTE: My code only shows the 2 big boxes for UNREGISTERED, for REGISTERED it switches to a rectangular block. If you want the 2 big blocks to work for all users, remove the IF statement

    Peace
    Last edited by JD76; 05-23-2007 at 09:50 AM.

  10. #25
    Senior Member
    Real Name
    Kristijan
    Join Date
    Oct 2005
    Location
    Zagreb
    Posts
    280
    Liked
    1 times
    the code is working, but i want with the link unit box below

    i dont know how to create link unit table

    Croportal forum - Biggest Croatian Forum

  11. #26
    Member
    Real Name
    Jay
    Join Date
    May 2007
    Posts
    86
    Liked
    0 times
    oh...you have to set that up through google.com/adsense. Choose the LINK UNIT option when you click on adsense for content

    Peace

  12. #27
    Senior Member
    Real Name
    Kristijan
    Join Date
    Oct 2005
    Location
    Zagreb
    Posts
    280
    Liked
    1 times
    i am so sorry? you dont understand me

    when u use the first code show on thi thread i put 2 google adsense banner 336X280 and when i put the link unit in this code its all on the sam table, on this picture is 2 table

    one table for 336X280 and second table for link unit

    do u now understand
    Croportal forum - Biggest Croatian Forum

  13. #28
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    I have been using this kind of setup, except for the second block is a TF ad, for a long time and it has produced the best results.

  14. #29
    Senior Member
    Real Name
    Kristijan
    Join Date
    Oct 2005
    Location
    Zagreb
    Posts
    280
    Liked
    1 times
    i want to put picture betwen two blocks but i dont have plugin :( :( :(

    nad i want below put link unit in second table
    Croportal forum - Biggest Croatian Forum

  15. #30
    Member
    Real Name
    Jay
    Join Date
    May 2007
    Posts
    86
    Liked
    0 times
    ok so you would you use the first code i pasted and put your two banners in there, that will split up the big block ads to go side by side. Then put in another table for the link unit code like follows:

    Code:
    <!-- GOOGLE ADSENSE -->
    <if condition="$bbuserinfo[usergroupid] == 1">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100&#37;" align="center">
    <tr><td align="center" width="728" class="thead" colspan="2"><center>Advertisements - (Registered Members will not see this ad)</center></td></tr>
    <tr>
    <td class="alt1">
    <span class="smallfont">
    <center>
    <script type="text/javascript">
    <!--
    google_ad_client = "pub-xxx";
    google_alternate_ad_url = "http://www.jaydabhi.com/collapsible_ad.html";
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = "336x280_as";
    google_ad_type = "text";
    //2007-05-21: threadGuests
    google_ad_channel ="4402504564";
    google_color_border = "F2F0F0";
    google_color_bg = "F2F0F0";
    google_color_link = "D45713";
    google_color_url = "D45713";
    google_color_text = "656565";
    //-->
    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </span></td>
    <td class="alt1">
    <span class="smallfont">
    <script type="text/javascript"><!--
    google_ad_client = "pub-xxx";
    google_alternate_ad_url = "http://www.jaydabhi.com/collapsible_ad.html";
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = "336x280_as";
    google_ad_type = "text";
    //2007-05-21: threadGuests
    google_ad_channel ="4402504564";
    google_color_border = "F2F0F0";
    google_color_bg = "F2F0F0";
    google_color_link = "D45713";
    google_color_url = "D45713";
    google_color_text = "656565";
    //--></script></span>
    <center><script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></td>
    </tr></table></if>
    <!-- /GOOGLE ADSENSE --><br />
    This is for the 2 big block ads:
    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" width="100%" align="center"> AD GOES HERE
     
    </td>
    </tr>
    put this right after and put in your adsense link unit code. This will give you 2 big ads (side by side) in one table, and then another unit with your Link ads.

    Peace
    </table>
    Last edited by JD76; 05-23-2007 at 09:50 AM.

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. High impression/Low CTR or Low impressions/High CTR
    By Get Shorty in forum Ad Networks
    Replies: 39
    Last Post: 04-14-2010, 09:04 PM
  2. High server load - Could someone investigate?
    By GryphonLeon in forum Troubleshooting
    Replies: 7
    Last Post: 08-06-2006, 02:17 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
  •