Custom Made AdSense Format

Discussion in 'AdSense' started by kahsoon, Apr 27, 2006.

  1. #1
    I found this site when im searching for handphone. Check out the AdSense format in the content under the pictures!
    http://www.infosyncworld.com/mobility/smartphone/nokia_n91.html

    We can get that kinda format if we become AdSense Premium Publisher right? The format look so amazing it doesn't look like an ad at all.
     
    kahsoon, Apr 27, 2006 IP
  2. opticbyte

    opticbyte Active Member

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Must be nice :-/
     
    opticbyte, Apr 27, 2006 IP
  3. veedee

    veedee Peon

    Messages:
    459
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    But why bother to use the "generic" AdSense format on the left side if you can use the custom ones?
     
    veedee, Apr 27, 2006 IP
  4. danfirst

    danfirst Active Member

    Messages:
    450
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Yep that's very cool, I never knew premium publishers could do that.
    Q: How to become one?
     
    danfirst, Apr 27, 2006 IP
  5. veedee

    veedee Peon

    Messages:
    459
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I'm not sure, I read somewhere on the adsense page, to qualify to premium one must have at least 2 million pg views /day...
    but once again .. I'm not sure.. anyone?
     
    veedee, Apr 27, 2006 IP
  6. Jarodboy

    Jarodboy Prominent Member

    Messages:
    7,233
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    330
    #6
    Really cool ad format, i wish we can use it
     
    Jarodboy, Apr 27, 2006 IP
  7. INV

    INV Peon

    Messages:
    1,686
    Likes Received:
    101
    Best Answers:
    0
    Trophy Points:
    0
    #7
    That website is a premium publisher. Inorder to apply for premium publisher you have to have a high-quality website with high traffic numbers. They have the approve the website to be in the system so traffic is not the only factor.
     
    INV, Apr 27, 2006 IP
  8. johntxy

    johntxy Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Ic. Whats a high traffic range likely to be? 200,000 uniques? Seems tough to be a premium publisher..
     
    johntxy, Apr 27, 2006 IP
  9. Edz

    Edz Peon

    Messages:
    1,690
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Not every country needs to have this amount of page views per month to be qualified for a premium publisher.
    Not sure what these standards exactly are but there is a difference.
     
    Edz, Apr 27, 2006 IP
  10. disgust

    disgust Guest

    Messages:
    2,417
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I'm quite amused that you think it "doesn't look like an ad."

    all that's changed, really, is the fonts. what this means essentially is that (at least some people) are getting "banner blindness" to google ads that's, well, damn specific: we pick out google ads from a mile away based on font, now.

    this will likely happen more and more. when it does, the smart move would be for google (... or, assuming they don't make the smart move, someone else) would be to allow these premium options for "regular" publishers.
     
    disgust, Apr 27, 2006 IP
  11. tonyinabox

    tonyinabox Peon

    Messages:
    1,988
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    0
    #11
    that ads are not in iframe look at their codes

    
    <script language="JavaScript">
      <!--
      
      // This function displays the ad results.
      // It must be defined above the script that calls show_ads.js
      // to guarantee that it is defined when show_ads.js makes the call-back.
    
      function google_ad_request_done(google_ads) {
    
        // Proceed only if we have ads to display!
        if (google_ads.length < 1 )
          return;
    
        var s = '';
          
        // Display ads in a table
        s += '<table cellpadding="0" cellspacing="0" width="425" border="0" class=ntekst>';
     
        // Print "Ads By Google" -- include link to Google feedback page if available
        s += '<tr><td align="right">' +
          '<div style="text-align:right;font-size:12px">';
        
        if (google_info.feedback_url) {
          s += '<a href="' + google_info.feedback_url + '"><span style="font-size:10px;font-weight:normal;color:#000000;">Ads by Google</span></a>';
        } else {
          s += 'Ads by Google';
        }
            
        s += '</div></td></tr>';
    
          // For text ads, display each ad in turn.
        // In this example, each ad goes in a new row in the table.
        if (google_ads[0].type == 'text') { 
          for(i = 0; i < google_ads.length; ++i) {
           s += '<tr><td nowrap style="text-align:left;">' +
             '<a style="cursor:pointer;cursor:hand;text-decoration:none" onclick="javascript:top.location.href=\'' + google_ads[i].url + '\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\'" onmouseout="window.status=\'\'">' +
             '<span style="font-size:12px;font-weight:bold;color:#000000">' + google_ads[i].line1 + '<br><br></span>' +
             '<span style="color:#000000;font-size:12px;">'  + google_ads[i].line2 + '&nbsp;' + google_ads[i].line3 + '</span><br><span style="color:#006087;font-size:12px;font-weight:bold;">' + google_ads[i].visible_url +
    		 '</span></a><br><br></td></tr>';
              
          }
        }
    
        // For an image ad, display the image; there will be only one .
        if (google_ads[0].type == 'image') {
          s += '<tr><td align="center">' +
            '<a href="' + google_ads[0].url + '"style="text-decoration: none">' +
            '<img src="' + google_ads[0].image_url + 
            '" height="' + google_ads[0].height + 
            '" width="' + google_ads[0].width +
            '" border="0"></a></td></tr>';
        }
    
        // Finish up anything that needs finishing up
        s += '</table>';
        
        document.write(s);
        return;
      }
    
      -->
      </script>
    
    Code (markup):
    
     <script language="JavaScript">
      <!--
        // This script sets the attributes for requesting ads.
        google_ad_client = "pub-2687608326181527";         
        google_max_num_ads = 2;         
        google_feedback = "on";
        google_ad_output = "js";
        google_ad_type  = "text_image";
    	google_hints = "Nokia N91";
    	google_ad_channel ="3146211353";
        google_image_size = "425x60";
        google_encoding = "verdana";
      -->
      </script>
      <script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
      </script>
    
    Code (markup):

    look different from our ads

    
    <script type="text/javascript"><!--
    google_ad_client = "pub-9236273581054774";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_type = "text_image";
    google_ad_channel ="1287314296";
    google_color_border = "333333";
    google_color_bg = "000000";
    google_color_link = "FFFFFF";
    google_color_url = "999999";
    google_color_text = "CCCCCC";
    //--></script>
    
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    
    Code (markup):
     
    tonyinabox, Apr 27, 2006 IP
  12. Jenstar

    Jenstar Active Member

    Messages:
    524
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    68
    #12
    For US, you need 20 million page views a month. But that said, just because you have that level doesn't mean you will be accepted as a premium. But one of the perks is further customization of how the ad units appear.
     
    Jenstar, Apr 27, 2006 IP
  13. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #13
    Is anyone on DP an AdSense Premium Publisher? I'd never heard of that title until I read this thread...
     
    Tyler Banfield, Apr 27, 2006 IP
  14. danfirst

    danfirst Active Member

    Messages:
    450
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #14
    Ok thx for the info.
    Next Q: What benefits do you get from being a premium publisher other than customized ads?
     
    danfirst, Apr 27, 2006 IP
  15. bpearson

    bpearson Peon

    Messages:
    173
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I wish they would let everyone use this type of code to customize the ads to there sites.
     
    bpearson, Apr 27, 2006 IP
  16. jimkarter

    jimkarter Notable Member

    Messages:
    5,168
    Likes Received:
    347
    Best Answers:
    0
    Trophy Points:
    235
    #16
    I think what you get is personalized person to help setup the ads, more add formats (or custom formats) and (may be) some extra revenue share.
     
    jimkarter, Apr 28, 2006 IP
  17. Jenstar

    Jenstar Active Member

    Messages:
    524
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    68
    #17
    Perks can differ from account to account.
     
    Jenstar, Apr 28, 2006 IP
  18. profs77

    profs77 Well-Known Member

    Messages:
    441
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    118
    #18
    I seriously doubt this is a premium publisher. I have seen a reputable premium publisher site and when you view source you get a pub-and thensome text instead on this one you just get the standard pub-2687608326181527. Sounds fishy to me. Look at the source code. Whats with google_hits javascript variable.
     
    profs77, Apr 28, 2006 IP
  19. phd

    phd Active Member

    Messages:
    496
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #19
    Is it the only requirement? Is there any other way to become premium publisher?
     
    phd, Apr 28, 2006 IP
  20. honey

    honey Prominent Member

    Messages:
    15,555
    Likes Received:
    712
    Best Answers:
    0
    Trophy Points:
    325
    #20
    Wow, looks awesome.
     
    honey, Apr 28, 2006 IP