PDA

View Full Version : Google Launches AdSense



Chris
06-19-2003, 12:44 PM
http://www.google.com/adsense

This is like the adwords distribution system but for smaller publishers.

Downsides:

Only 120x600 and 468x60 ad sizes. They should atleast have 728x90
No ability to serve defaults. This could be good or bad actually. If it means that you won't have much of a need to serve defaults then it is good.


If they had 728x90 banners I'd definitely consider signing up. Until then TribalFusion is treating me good.

Chris
06-20-2003, 07:46 AM
I think AdSense could save the Internet Ad Industry

Currently it is such a buyers market that companies that want branding design low-CTR banners and get CPC rates. Companies that want clicks design high-CTR banners and get low CPM rates.

What this could do is on a very large scale increase the cost of ad space. People will take those high CTR CPC text-links and earn very good effective CPMs. Companies that want to run high CTR banners will have to pay a premium, and companies that try to run a low-CTR banner on a CPC rate will be rejected and be forced to choose CPM deals.

With publishers making more they'll be less apt to run annoying popups since they won't need that extra money. Popups will then have to offer rates even higher than the 4-5 CPM you can currently get.

As long as Google can generate high CTRs with those ads then the ad industry will rebound. This is all very good.

Mike
06-21-2003, 06:15 AM
Do you think CPC only works well on content sites?

Chris
06-22-2003, 05:24 PM
Nothing but a content site should be running advertising IMO.

Mike
06-23-2003, 08:25 AM
I do have a space for a banner on my site, so I could sign up with adsense and put a template one there - or just exchange banners with one...

What do you think will be more beneficial?

Chris
06-23-2003, 08:48 AM
I wouldn't put any ads on your template site.

Mike
06-23-2003, 09:14 AM
How about banners advertising different parts, such as a newsletter for example?

It's just I have a space at the top of a new design I am doing - and I could put links to homepage etc there or banners.

Chris
06-23-2003, 10:31 AM
You could do that... but in that case text links and other ad types would be better than banners. By banners I mean something that is 468x60

Mike
06-23-2003, 11:05 AM
I think I will just have around five links linking to different parts of the site - least then it may help search engine stuff.

Thanks,
Mike:)

Kyle
06-23-2003, 10:28 PM
I have just added the Google Adsense to my site.
I will keep you guys updated on how it does.

Kyle
06-25-2003, 09:20 AM
Edited after reviewing Google's Adsense terms and conditions.

dolphin
06-26-2003, 11:27 PM
Hi Guys,

I am currently using faskclick for my banner ads and have just been accepted to google's adsense.

What I want to do is to have Google's adsense banner come up when fastclick is showing those ad council ads, is this possible?

Cheers

Dolphin

Chris
06-27-2003, 07:25 AM
You can try, but I don't think the targetting is going to work correctly.

incka
08-14-2003, 02:34 AM
I replaced my fastclick 120x600 banners with google ones on my games site. First da i got $16, but its only around $0.5 a day now... I wish they would rotate there banners more!

Mike
08-14-2003, 02:44 AM
Edit your post before google see it;)

incka
08-14-2003, 03:25 AM
The problem with my site is I'm getting no new visitors. All the visitors I have I got about 1/2 a years ago and they keep coming back. Its good that there coming back, but I need new visitors as well to be sucessful at google ads.

Chris
08-14-2003, 06:54 AM
This might help you a little bit Incka.

It is a script that'll rotate the colors of your Google ads on every page view.



<?

srand ((float)microtime()*1000000);
$clr = rand(1, 24);


if ($clr == "1" ) {
// Mother Earth
$google_color_border = "336699"; $google_color_bg = "FFFFFF"; $google_color_link = "0000FF"; $google_color_url = "008000"; $google_color_text = "000000";
}

elseif ($clr == "2" ) {
// Black and Blue
$google_color_border = "000000"; $google_color_bg = "F0F0F0"; $google_color_link = "0000FF"; $google_color_url = "008000"; $google_color_text = "000000";
}

elseif ($clr == "3" ) {
// Fresh Mint
$google_color_border = "B4D0DC"; $google_color_bg = "ECF8FF"; $google_color_link = "0000CC"; $google_color_url = "008000"; $google_color_text = "6F6F6F";
}

elseif ($clr == "4" ) {
// Cut Grass
$google_color_border = "A8DDA0"; $google_color_bg = "EBFFED"; $google_color_link = "0000CC"; $google_color_url = "008000"; $google_color_text = "6F6F6F";
}

elseif ($clr == "5" ) {
// Raspberry Smoothie
$google_color_border = "DDB7BA"; $google_color_bg = "FFF5F6"; $google_color_link = "0000CC"; $google_color_url = "008000";$google_color_text = "6F6F6F";
}

elseif ($clr == "6" ) {
// Vanilla Cream
$google_color_border = "FDEFD2"; $google_color_bg = "FDEFD2"; $google_color_link = "0000CC"; $google_color_url = "008000"; $google_color_text = "000000";
}

elseif ($clr == "7" ) {
// Green Taffy
$google_color_border = "E0FFE3"; $google_color_bg = "E0FFE3"; $google_color_link = "0000CC"; $google_color_url = "008000"; $google_color_text = "000000";
}

elseif ($clr == "8" ) {
// It's a Girl!
$google_color_border = "F9DFF9"; $google_color_bg = "F9DFF9"; $google_color_link = "0000CC"; $google_color_url = "008000";$google_color_text = "000000";
}

elseif ($clr == "9" ) {
// Aquadoodle
$google_color_border = "DFF2FD"; $google_color_bg = "DFF2FD"; $google_color_link = "0000CC"; $google_color_url = "008000"; $google_color_text = "000000";
}

elseif ($clr == "10" ) {
// Popcorn
$google_color_border = "FDFFCA"; $google_color_bg = "FDFFCA"; $google_color_link = "0000CC"; $google_color_url = "008000"; $google_color_text = "000000";
}

elseif ($clr == "11" ) {
// Blue Whale
$google_color_border = "6699CC"; $google_color_bg = "003366"; $google_color_link = "FFFFFF"; $google_color_url = "AECCEB";$google_color_text = "AECCEB";
}

elseif ($clr == "12" ) {
// Cumulous Cloud
$google_color_border = "B0E0E6"; $google_color_bg = "FFFFFF"; $google_color_link = "000000"; $google_color_url = "336699"; $google_color_text = "333333";
}

elseif ($clr == "13" ) {
// Blue Bird
$google_color_border = "003366"; $google_color_bg = "003366"; $google_color_link = "FF6600"; $google_color_url = "99CCFF"; $google_color_text = "FFFFFF";
}

elseif ($clr == "14" ) {
// Peach Melba
$google_color_border = "FF4500"; $google_color_bg = "FFEBCD"; $google_color_link = "DE7008"; $google_color_url = "E0AD12"; $google_color_text = "8B4513";
}

elseif ($clr == "15" ) {
// Wicked Witch
$google_color_border = "003366"; $google_color_bg = "000000"; $google_color_link = "FFFFFF"; $google_color_url = "FF6600"; $google_color_text = "FF6600";
}

elseif ($clr == "16" ) {
// Swamp Green
$google_color_border = "669966"; $google_color_bg = "99CC99"; $google_color_link = "000000"; $google_color_url = "00008B"; $google_color_text = "336633";
}

elseif ($clr == "17" ) {
// Grape Skin
$google_color_border = "CC99CC"; $google_color_bg = "E7C6E8"; $google_color_link = "000000"; $google_color_url = "00008B"; $google_color_text = "663366";
}

elseif ($clr == "18" ) {
// Melancholy Blue
$google_color_border = "2D5893"; $google_color_bg = "99AACC"; $google_color_link = "000000"; $google_color_url = "000099"; $google_color_text = "003366";
}

elseif ($clr == "19" ) {
// Steely Gaze
$google_color_border = "CCCCCC"; $google_color_bg = "FFFFFF"; $google_color_link = "000000"; $google_color_url = "666666"; $google_color_text = "333333";
}

elseif ($clr == "20" ) {
// Black Knight
$google_color_border = "333333"; $google_color_bg = "000000"; $google_color_link = "FFFFFF"; $google_color_url = "999999"; $google_color_text = "CCCCCC";
}

elseif ($clr == "21" ) {
// Robin's Egg
$google_color_border = "DDAAAA"; $google_color_bg = "ECF8FF"; $google_color_link = "0033FF"; $google_color_url = "0033FF"; $google_color_text = "000000";
}

elseif ($clr == "22" ) {
// Grean Tea
$google_color_border = "578A24"; $google_color_bg = "CCFF99"; $google_color_link = "00008B"; $google_color_url = "00008B";$google_color_text = "000000";
}

elseif ($clr == "23" ) {
// Blue Seuy
$google_color_border = "191933"; $google_color_bg = "333366"; $google_color_link = "99CC33"; $google_color_url = "FFCC00"; $google_color_text = "FFFFFF";
}

elseif ($clr == "24" ) {
// Pot Roast
$google_color_border = "660000"; $google_color_bg = "7D2626"; $google_color_link = "FFFFFF"; $google_color_url = "DAA520"; $google_color_text = "BDB76B";
}

else {
// Mother Earth (by default, just in case random doesn't find anything)
$google_color_border = "A8DDAO"; $google_color_bg = "EBFFED"; $google_color_link = "0000CC"; $google_color_url = "008000"; $google_color_text = "6F6F6F";
}

echo "
<script type=\"text/javascript\"><!--
google_ad_client = \"CHANGE-TO-YOUR-GOOGLE-AD-CODE\";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = \"468x60_as\";
google_color_border = \"$google_color_border\";
google_color_bg = \"$google_color_bg\";
google_color_link = \"$google_color_link\";
google_color_url = \"$google_color_url\";
google_color_text = \"$google_color_text\";
//--></script>
<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>
";




?>

incka
08-15-2003, 06:08 AM
Do google allow that?

Chris
08-15-2003, 07:38 AM
Apparently, yes.

incka
08-16-2003, 05:06 AM
Ive used googles own script

snoopers
11-09-2003, 05:30 PM
I've heard rumors of overture developing a similar program to adsense.

Anyone have any information on it?

Chris
11-09-2003, 07:39 PM
Overture does have a similar program, but it is only available to very very large sites.

X Q mano
11-12-2003, 11:47 AM
How big do you have to be to get accepted with google adsense? I couldn't find the info in the faq...

Mike
11-12-2003, 12:02 PM
Most sites are accepted I think, regardless of traffic.