Greetings! First off, thank you for reading this post. Second... I have an issue with the AdSense ads displaying. I operate a series of quizzes; on the first page, the ads display but when you view the quiz (which grades your score) the ads do not appear. I contacted Google and this was the repsonse I received... "You'll have to change your dynamic web site so our crawler can see each quiz result as a unique URL, and be able to access these pages without having to "answer" the quiz first." One of their suggestions was to add a ?personalmarkerhere so I did but still no luck. Any ideas on how to fix this? http://www.HolidayQuiz.com Thanks in advance for any assistance-- Michael
What they are saying is that the google adsense robot cannot access the "page" of results without "submitting" - the page is a bit like a thankyou page after you have filled in a form. One way [I am sure there are better ways] which would be simple to do would be to make a page that is static with an iframe with the dynamic page within. That way the results would show inside the frame.
Here is an example of the code: <iframe height="700" width="724" name="display" src="http://travel.ian.com/airlines/index.jsp?cid=xxxxx&currencyCode=GBP"></iframe> and you place this where you want on your php or html page http://www.holidayquiz.com/quizzes/0007/ You can place scolling="auto" or scolling="no" in the code also.