Jump to content


Googles Adsense


5 replies to this topic

#1 raenef

    Code Enforcer

  • Members
  • PipPipPip
  • 540 posts
  • Location:Battle Creek, Michigan
  • Interests:Web Development and Graphic Design

Posted 03 August 2005 - 02:34 AM

Recently I've checked my site-stats and it says I've been visited by Google's Adsense bot. Strange because I've never submitted to Adsense or have anything remotely having to do with them.
I was just wondering what that means? Are they checking me out to see if my tiny little sites worth adding to their system or what?
Just curious. <3

#2 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 03 August 2005 - 02:17 PM

you were visited by the mediapartners bot? Wierd. The only things i can think of would be they just stumbled accross your site and are indexing it, or somebody else besides you registered with adsense and got the bot to go to your site.

#3 Jaymz

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 4,104 posts

Posted 03 August 2005 - 02:52 PM

Or somebody is displaying your site in a frame, and they use Adsense, making the bot crawl your page to find relevant ads, maybe?

#4 raenef

    Code Enforcer

  • Members
  • PipPipPip
  • 540 posts
  • Location:Battle Creek, Michigan
  • Interests:Web Development and Graphic Design

Posted 03 August 2005 - 05:31 PM

Ah, thanks for the input :P
I just found it strange they'd be visiting. I wonder who would've registered or framed me now :D
Anyways, as said, thanks for the input. :D

#5 _*ben__*

  • Guests

Posted 05 August 2005 - 08:02 PM

Write a little block of javascript that removes the frame & logs that it was framed.

eg:

<script type="text/javascript">
if(window != top)
{
top.location.href = location.href + "?framedby=" + document.referrer;
}
</script>

Then you can just open one of your sites traffic log files and do a ctrl+f to find the ?framedby or your traffic analysis stuff might show it for you.

#6 raenef

    Code Enforcer

  • Members
  • PipPipPip
  • 540 posts
  • Location:Battle Creek, Michigan
  • Interests:Web Development and Graphic Design

Posted 05 August 2005 - 10:52 PM

Thanks for the code.
I'll give it a try if it persists but as of now it hasnt. Perhaps it was just a fluke. :rolleyes:





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users