Search the web
Sign In
New User? Sign Up
webanalytics · The Web Analytics Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Wanted: a tool that can scan a site to report on integrity of track   Message List  
Reply | Forward Message #7925 of 24284 |
Re: Wanted: a tool that can scan a site to report on integrity of tracking code

I checked with one of our Unix experts, who says that you would be
able to use wget and grep to download a page and look for page tags
and links and check the page tagging integrity, assuming that:

- Your page tags are always in the same format (i.e. the code is not
split across lines differently)
- Your site only uses plain links, no JavaScript menus or onClick links
- You can navigate your site without using flash
- You can confidently assume that all of the other JavaScript in your
pages will not cause the page tagging JavaScript to fail
- Your site doesn't use <base> html elements
- Your grep command handles <a> elements that are split over multiple
lines, and multiple <a> elements per line
- Your grep command handles other navigation elements, such as <frame>
or <iframe>
- Your site doesn't need a login or session cookies to be viewed.

These are some conditions - not a complete list - that would keep this
from being an optimal approach. The best alternative is to utilize a
product that can handle all those conditions, regardless of the site's
operating system, web server, content creation solution or
methodology, or web analytics vendor.

Debbie Pascoe
MAXAMINE, Inc.


>
> If you are UNIX-literate (or have such folks available to you), a simple
> 'wget/grep' command should be enough.
>










Thu Sep 21, 2006 9:01 pm

d_pascoe2002
Offline Offline
Send Email Send Email

Forward
Message #7925 of 24284 |
Expand Messages Author Sort by Date

Hi Does anyone know of or use a tool that is able to scan a site to report on the integrity of the tracking page tags? Whether the code is missing, rendered...
hunter_analytics
hunter_analy...
Offline Send Email
Sep 21, 2006
12:17 pm

Hello Lesley, WebtraffIQ Alerts checks the customer’s website every 10 minutes, and then alerts them by SMS and email if there is a broken link and the page...
Marcos Richardson
marcos.richardson@...
Send Email
Sep 21, 2006
2:25 pm

That's not really the same service. Lesley's wondering if there's a service that spiders your site to see if there is a reference to a particular JS file...
Jason Egan
egan_jason
Offline Send Email
Sep 21, 2006
3:11 pm

Lesley, As you have no doubt realized, errors crop up in many forms. Common errors include: a) pages lacking tags, b) pages with incorrect tags, c) tags that...
d_pascoe2002
Offline Send Email
Sep 21, 2006
8:46 pm

Hi Lesley; I remember when I had to identify faulty tags in an Omniture implementation. I'd modified my s_code.js and reserved a s_prop just to store which...
Julien Coquet
julien.coquet
Offline Send Email
Sep 21, 2006
3:13 pm

You're looking for Maximine. We used it to successfully scan our site and report on which pages are missing tags. http://www.maxamine.com...
Ted McDonald
bigteddymac
Offline Send Email
Sep 21, 2006
3:14 pm

You should also look at WatchFire. http://www.watchfire.com/ ... site ... code ... appreciated....
bwalh
Offline Send Email
Sep 21, 2006
3:57 pm

... code ... If you are UNIX-literate (or have such folks available to you), a simple 'wget/grep' command should be enough. -- Tim Evans...
Evans, Tim
evanstimk
Offline Send Email
Sep 21, 2006
6:44 pm

I checked with one of our Unix experts, who says that you would be able to use wget and grep to download a page and look for page tags and links and check the...
Debbie Pascoe
d_pascoe2002
Offline Send Email
Sep 21, 2006
9:20 pm

... Well not quite... :-) ... Do it in perl, and slurp the entire file in as a "single line". RegEx's to ignore line splits are trivial to write. Common even....
Steve
nuilvows
Offline Send Email
Sep 22, 2006
2:14 pm

Steve, It was great fun reading your point-by-point response, and I can tell that you enjoyed the exercise :-) Your last observation is the crucial thing. In...
Debbie Pascoe
d_pascoe2002
Offline Send Email
Sep 25, 2006
5:01 pm

Hi Lesley, you might want to check my post at http://shamel.blogspot.com/2006/09/web-analytics-solution-profiler-wasp.html where I list a couple of available...
Stephane Hamel
shamel67
Offline Send Email
Sep 22, 2006
3:21 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help