1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Adsense and Ajax

Discussion in 'Placement / Reviews / Examples' started by Entrep, Jan 10, 2006.

  1. #1
    Hi there

    Currently I have a website that runs on Ajax technology and as a result Google is not serving up targetted ads - is there any way to make it so that google does?

    The site covers a very wide range of topics, so Google's contextual features would really help out. Would something like ticking the "this ad appears in a frame" box work?

    Cheers, Matt
     
    Entrep, Jan 10, 2006 IP
  2. Seiya

    Seiya Peon

    Messages:
    4,666
    Likes Received:
    404
    Best Answers:
    0
    Trophy Points:
    0
    #2
    cant you reload the ad with ajax too :p
     
    Seiya, Jan 11, 2006 IP
  3. Entrep

    Entrep Well-Known Member

    Messages:
    588
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #3
    meaning what?

     
    Entrep, Jan 11, 2006 IP
  4. Eric Giguere

    Eric Giguere Peon

    Messages:
    541
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you content is loaded client-side, which is what I assume you mean (you can use AJAX for other purposes), then no, you won't get any relevant ads.

    The problem is that AdSense depends on Google's ability to crawl your site to gather information about relevant topics. If all you're doing is returning a page full of JavaScript then there's nothing to crawl, hence no relevant ads.

    If you want to use AdSense, you'll have to rethink your content delivery model and include the content directly into the pages. You could use AJAX (well, plain JavaScript actually) to conditionally hide different parts of the content in reaction to different things the user's doing, but that's not a great strategy. Best to place small sections of content on separate pages that the crawler can see.
     
    Eric Giguere, Jan 11, 2006 IP