AdSense not showing up on dynamic pages

Discussion in 'Placement / Reviews / Examples' started by 073165, Nov 16, 2005.

  1. #1
    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
     
    073165, Nov 16, 2005 IP
  2. Foxy

    Foxy Chief Natural Foodie

    Messages:
    1,614
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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. :)
     
    Foxy, Nov 16, 2005 IP
  3. 073165

    073165 Active Member

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3

    I understand the frames concept but am not familiar with "iframe" or what it takes to do that.
     
    073165, Nov 16, 2005 IP
  4. Foxy

    Foxy Chief Natural Foodie

    Messages:
    1,614
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Here is an example of the code:

    <iframe height="700" width="724" name="display" src="http://travel.ian.com/airlines/index.jsp?cid=xxxxx&amp;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.
     
    Foxy, Nov 16, 2005 IP