Reply
Adsense on dynamic pages
Old 05-30-2005, 09:39 AM Adsense on dynamic pages
Experienced Talker

Posts: 32
Trades: 0
If my page is dynamically generated and I've no hyperlink pointing the page, will adsense appears according to the page content?

I ask this question, because I have a search box which can query my database and I wish relevant ads to be shown on the result pages.

Thank you for advice.
leunga is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 05-30-2005, 10:15 AM
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
They should do it's a different crawler for adsense. Try it and see is the best way.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-30-2005, 10:52 AM I am not sure, but will try
Experienced Talker

Posts: 32
Trades: 0
Thanks for reply.

Basically, my page consists of a form which call a cgi program. The submitted terms can be anything, but the database will generate a specific output. I wonder adsense crawler may not have a way to find the specific content. Anyway, I will try.
leunga is offline
Reply With Quote
View Public Profile
 
Old 05-31-2005, 11:25 AM
kline11's Avatar
Small fish in a big pond

Posts: 1,371
Name: John
Location: USA
Trades: 0
Adsense didn't work for my ASP generated pages (just public serveice ads appeared), until I use both static HTML (with related keywords) and ASP on the page.
__________________
SearchBliss Web Tools | Destiny
kline11 is offline
Reply With Quote
View Public Profile Visit kline11's homepage!
 
Old 05-31-2005, 12:08 PM
zilla's Avatar
Experienced Talker

Posts: 39
Trades: 0
Well there is no way that AdSense doesn't work on dynamic pages I have few sites that are all dynamic and adsense works well the only problem is if you use javascript POST to go to a page (common in ASP).
zilla is offline
Reply With Quote
View Public Profile Visit zilla's homepage!
 
Old 05-31-2005, 12:32 PM Not sure if a link is a prerequisite
Experienced Talker

Posts: 32
Trades: 0
How about if a dynamic page which does not have any hyperlink from elsewhere?
Will adsense appears right Ads upon the page's generation?
leunga is offline
Reply With Quote
View Public Profile
 
Old 05-31-2005, 03:36 PM
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
the page doesn't need links. the javascript calls the adsense crawler to the page.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-01-2005, 03:33 AM
mtishetsky's Avatar
King Spam Talker

Posts: 1,166
Name: Mike
Location: Mataro, Spain
Trades: 0
Quote:
Originally Posted by leunga
How about if a dynamic page which does not have any hyperlink from elsewhere?
Will adsense appears right Ads upon the page's generation?
The problem is that adsense spider must get exactly the same content as visitor does if you want it to determine your page theme and choose corresponding ads. If your visitor submits the query via POST then the crawler IS called to the page, but he gets a page with almost no relevant info. You should either submit the query via GET or you should display some relevant info by default, when a page was accessed without parameters,

Anyway, there's a point in AdSense TOS. You are not permitted to place AdSense on search results page (still many people do it and stay up and running).
__________________
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 06-01-2005, 11:32 AM GET or POST for adsense
Experienced Talker

Posts: 32
Trades: 0
Do you mean that GET is OK because the Adsense Crawler will be able to use the parameter?

If I use POST, the parameter will be lost and Adsense Crawler will only access the page without parameter. Because of this, I have to put on some default content in order to produce relevant Ads.

My last question is that my search box is actually generating unique information, but not search results of other content. Will this validate TOS of adsense?
leunga is offline
Reply With Quote
View Public Profile
 
Old 06-01-2005, 12:27 PM
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
I can't see how get or post matters. The crawler is only going to arrive on the page once it has been generated. It certainly isn't going to submit the form.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-02-2005, 02:41 AM
mtishetsky's Avatar
King Spam Talker

Posts: 1,166
Name: Mike
Location: Mataro, Spain
Trades: 0
Quote:
Originally Posted by chrishirst
I can't see how get or post matters. The crawler is only going to arrive on the page once it has been generated. It certainly isn't going to submit the form.
Let me explain how GET|POST matters. The process of getting the relevan ad to the page is as following:
1. The user inputs some query and hits Search.
2. The browser sends the request and gets the page with some contents
3. The AdSense javascript on this page calls spider telling him the URL of the page
4. The spider comes, grabs the page and analyzes it thus selecting the relevant ads
Now what will happen if the JS tells the spider the URL like http://www.mysite.com/myscript.cgi? The spider will see a page with default content because it didn't POST a request there. But the user will see quite different page because he did! So ads displayed will correspond with contents of default page, not with what the user has requested. And if the request was sent by user via GET then the JS will pass the spuider the URL like http://www.mysite.com/myscript.cgi?q...ss+destruction, so both user and spider will see the same content and the spider will be able to select the appropriate ads to display.

That's what I was talking about.
__________________
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 06-02-2005, 05:43 AM
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
Excellent point. Just excuse me for having a stupid day

Hmm, apparently you can't say mass here, lucky it's not a religion forum


<added>
only in URIs though. interesting.
</added>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-02-2005, 11:27 AM
howardroark's Avatar
Extreme Talker

Posts: 179
Trades: 0
would using the "ads in framed page" option have any effect?
__________________
funbrain | andkon
howardroark is offline
Reply With Quote
View Public Profile Visit howardroark's homepage!
 
Old 06-03-2005, 07:07 AM
mtishetsky's Avatar
King Spam Talker

Posts: 1,166
Name: Mike
Location: Mataro, Spain
Trades: 0
Quote:
Originally Posted by howardroark
would using the "ads in framed page" option have any effect?
It's obvious that you should use the "ads in framed page" flag only if you display adsense on page that is loaded inside the frame. Checking this flag affects only what URL the adsense is displayed on. If the flag is OFF (normally) then javascript passes to the crawler the same url as you visitor sees in his adddress bar. If it is ON then javascript passes to the crawler the url that was actually used to acces the page inside frame.
__________________
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 04-07-2007, 01:42 PM Re: Adsense on dynamic pages
sigmahotels's Avatar
Ultra Talker

Posts: 255
Name: Mark
Trades: 0
its not whether the page is dynamic or not, all my pages are dynamic, its whether the page has a unique URL, google indexes pages by url, if each of your pages has unique URL google can indentify them and show the ads the relative to the content the spider picked up when it crawled your site. Thats why google doen't like ads on search result pages - all to often they have no unique url and also google can't spider them well so can't serve content suitable ads
__________________
SigmaHotels
We search for you
Dubai Hotels
sigmahotels is offline
Reply With Quote
View Public Profile Visit sigmahotels's homepage!
 
Old 04-08-2007, 12:00 PM Re: Adsense on dynamic pages
bj_private's Avatar
Extreme Talker

Latest Blog Post:
Miss January 2009 . . . Great!
Posts: 199
Name: Tony
Trades: 0
I hope I'm not pointing you to a very simple thing that you may already took care of. Did you make sure that the title of your page is correctly generated according to your page content? I think Google Adsense will rely heavily on that.

hope this will help.
bj_private is offline
Reply With Quote
View Public Profile
 
Old 04-08-2007, 12:26 PM Re: Adsense on dynamic pages
WebSavvy's Avatar
Extreme Talker

Posts: 166
Name: Deb
Trades: 0
It's against Google TOS to add AdSense ads to your search results pages anyway. I know of 3-4 directory owners that did this and their AdSense accounts were terminated. If Google terminates your account any money owed you is also forfeited.
__________________
WebSavvy Directory | IHY
WebSavvy is offline
Reply With Quote
View Public Profile Visit WebSavvy's homepage!
 
Old 04-08-2007, 03:48 PM Re: Adsense on dynamic pages
MrBrownThumb's Avatar
Extreme Talker

Posts: 194
Location: Chicago, IL
Trades: 0
Quote:
Originally Posted by WebSavvy View Post
It's against Google TOS to add AdSense ads to your search results pages anyway. I know of 3-4 directory owners that did this and their AdSense accounts were terminated. If Google terminates your account any money owed you is also forfeited.
Forgive me for jumping in here and feel free to ignore me because I can barely understand what you all are talking about. But if I understand correctly your site has it's own search function and you add adsense to the results page you are in violation of the TOS, right? Can't you get around that by using a Google CSE? I use a Google CSE to search my blogs and it's attached to my publisher account. When someone searches my blog(s) they get relevant results and ads are serviced on the results page. If the ads that show up on the results page are clicked I get credited.

Is there something about the kinds of site you all are talking about that prohibits using and monetizing a Google CSE and get the same results without breaking the TOS?
MrBrownThumb is offline
Reply With Quote
View Public Profile Visit MrBrownThumb's homepage!
 
Old 04-08-2007, 06:23 PM Re: Adsense on dynamic pages
sigmahotels's Avatar
Ultra Talker

Posts: 255
Name: Mark
Trades: 0
I can't find any reference to not being allowed to display ads on search result pages - can anyone point me to the relevent section in the Google TOS
Thanks
__________________
SigmaHotels
We search for you
Dubai Hotels
sigmahotels is offline
Reply With Quote
View Public Profile Visit sigmahotels's homepage!
 
Reply     « Reply to Adsense on dynamic pages

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.20048 seconds with 13 queries