Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Discussions > Tracking Your Site > Do bots run the javascript?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nitts  
View profile  
 More options Nov 16 2005, 12:40 pm
From: nitts
Date: Wed, 16 Nov 2005 17:40:08 -0000
Local: Wed, Nov 16 2005 12:40 pm
Subject: Do bots run the javascript?
I would assume a search engine spider would not actually render the
page, and not run the javascript.  Does this mean that Urchin will not
track search engine traffic?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nitts  
View profile  
 More options Nov 16 2005, 4:50 pm
From: nitts
Date: Wed, 16 Nov 2005 21:50:22 -0000
Local: Wed, Nov 16 2005 4:50 pm
Subject: Re: Do bots run the javascript?
I've also seen something mentioned about google having you download a
1pixelx1pixel image to track those without javascript.  Any word on
that?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ToBe  
View profile  
 More options Nov 17 2005, 7:37 am
From: ToBe
Date: Thu, 17 Nov 2005 12:37:27 -0000
Local: Thurs, Nov 17 2005 7:37 am
Subject: Re: Do bots run the javascript?
I used LiveHTTPHeaders on my Firefox and: yes, in the end the
javascript is request a 1 pixel image.

The request I recorded on the site http://travelshop.autostadt.de is:

GET
/__utm.gif?utmwv=1&utmn=1142882144&utmsr=1920x1200&utmsc=24-bit&utmul=en-us &utmje=1&utmfl=7.0%20r25&utmdt=Autostadt%20%3E%20TravelShop&utmhn=travelsho p.autostadt.de&utmp=/Startseite&utmac=UA-xxxxx-x&utmcc=__utma%3D5829923.131 9782024.1132062099.1132223841.1132230211.8%3B+__utmb%3D5829923%3B+__utmc%3D 5829923%3B+__utmz%3D5829923.1132062099.1.1.utmccn%3D%28direct%29%7Cutmcsr%3 D%28direct%29%7Cutmcmd%3D%28none%29%3B
HTTP/1.1

(Hope most of the numbers are just cookie information and don't reveal
too much about myself :-) )

The response is a gif containing 35 bytes.

So I would assume you can also add a noscript tag to the javascript
code. The problem is, that it just counts the hits on the site. Since
the code has no access to the cookie, it can not track visitors, nor
any browser related stuff (including resolution, etc.).

But maybe if you record some path like /noscript you at least get an
overview over spiders, etc. However, your visitors statistic may crap
up.

The code should read something like:
(your tracking JS code)</script>
<noscript>
<img src="http://www.google-analytics.com/__utm.gif?utmdt=[Title of
page]&utmhn=[your domain name]&utmp=[path to
record]&utmac=UA-xxxxx-x"/>
</noscript>

I have not tested this (since I don't want to spoil up my statistics).

But maybe this is an idea of also tracking RSS feeds?

-t


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »