SEO Class in Chicago, IL
Learn How To Optimize Your Website on July 26, 2013
High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
Urchin 6
#16
Posted 16 July 2005 - 02:38 AM
#17
Posted 16 July 2005 - 09:36 AM
Sometimes you have to spend a little money to make a little money.
#18
Posted 16 July 2005 - 11:09 AM
#19
Posted 18 July 2005 - 10:37 AM
#20
Posted 18 July 2005 - 01:06 PM
1) Promised telephone support from Urchin. There is no telephone support and the online support is very difficult to use. They require you to enter your authorization code (a very long number which is a pain to find and enter
2) I was promised an upgrade to 6.0 within a month, (this was six months ago) and while they have been acquired by Google since then they should still honor this request. I believe the intent was to come out with a newer version for Urchin on Demand and release 6.0 for the 5.7 users.
3) I have not been able to get Urchin does not track the detail pages on my ASP websites. It will track the main page: www.ABC.com/detail.asp but drops any information relating to the specific pages that follow: www.ABC.com/detail.asp?Area=658. This is one of the topics that I've requested support on but have not been able to get Urchin to respond.
4) This may be specific to Urchin 5.7 but I've found that the the Urchin tool will shut down and then to restart the product I have to go into DOS mode (remember DOS?) and enter 5 or six lines of programmer code to restart the product.
Overall, the product is okay, but I would not have bought the product if I knew that I was going to be treated so poorly by the people at Urchin.
#21
Posted 18 July 2005 - 09:01 PM
First, it sounds to me like there's definitely some sort of configuration issue that needs to be resolved. I've been running various versions of Urchin on several servers for errmmm...well years now, and I've never had it shut down once on me. So something is triggering that, which may be a contributing factor to some of the other things you mentioned.
You'll want to stay on Urchin Support about that. Because something's not right.
1. No clue on that one. I've never had to contact their support for anything. The most I've ever had to do was look in their Manual/Help Files that are freely available.
2. I would tend to agree that Google should have to abide by the previous promise.
3. Do you have the UTM module installed and running? Where you put a bit of code in your page? I don't know if that's required or not because I have it enabled for all of my sites. It may not be a requirement.
Anyway, look under Pages & Files > Page Query Terms. What you're looking for with the variables should be located there. You can drill down farther by clicking on the little blue arrow next to each entry.
4. See above. Sounds like a config problem to me. But having never experienced anything like that I wouldn't know where to start looking. Is anything being recorded to your log files when it fails?
#22
Posted 20 July 2005 - 10:51 AM
#23
Posted 20 July 2005 - 11:52 AM
Anyway, this is all I could find. Maybe it'll be useful.
Toll Free : 1-888-8 URCHIN
Local Dial (San Diego number): 619-233-1400
#24
Posted 22 July 2005 - 05:43 PM
I can confirm the other things Internet-Engine said - the thing tends to hang more than crash, but to get it restarted you have to run a bunch of DOS commands. What's worse is you don't know its stopped working as it doesn't mail you. Then when you restart you have to work out how to download the missing days for all of your profiles - currently over 30 - all different.
The 30 profiles is the reason I could never move to their On-Demand product. Web Trends has a similar pricing model and is out of the question also. Perhaps there's an open source alternative that's better than analog - anyone know of one?
#25
Posted 24 July 2005 - 10:24 PM
Actually, the 20K script has to be installed on your own server, then referenced from every page of your site.
Graphics-wise, the On-Demand service has integrated Flash into the display of the graphs, so you can right-click to zoom in. An interesting enhancement.
#26
Posted 07 October 2005 - 03:47 AM
I have a problem using Urchin 6.0 Demand.
Itś abut capturing the e-commerce transactions.
I have put the code:
<script src="/__utm.js" type="text/javascript"></script> on my homepage
head, and thatś works perfectly. But it doens work with the code below
UTM:T|[order-id]|[affiliation]|[total]|[tax]|[shipping]|[city]|[state]|[country]
UTM:I|[order-id]|[sku/code]|[productname]|[category]|[price]|[quantity]
</textarea></form><body onLoad="javascript:__utmSetTrans()">
I have made an example file below, and just put numbers instead of order -id. I just wanted to test if it worled.
<head><title>skoj</title>
<script src="__utm.js" type="text/javascript"></script>
</head>
<body>
Welcome
<form style="display:none;" name="utmform">
<textareaid="utmtrans">
UTM:T|34|affiliation|10|2|1|san diego|smaland|Sverige
UTM:I|34|xp-10|nike|shoes|7|1
</textarea></form>
<script language="javascript">__utmSetTrans();</script>
</body>
</html>
And in the urchin 6.0 demand I just chosed
General Settings
Website URL: www.test.com (using another site) (
Default Page: www.test.com/index.hl,(e.g., index.html)
Revenue Source: E-commerce Data
Page Parameters Match: exclude SID
Localization
Currency Symbol:None
Precision: 2
Activate Goal: on
Goal Web Address:www.test.com
Goal Name: goal 1
Goal Value (Revenue): 0
But when I check for transaction I just get zero transation. What am I doing wrong, need help badly.
#27
Posted 07 October 2005 - 06:52 AM
Have you tried checking the Urchin help files or their support?
#28
Posted 07 October 2005 - 07:27 AM
Not sure how much help I'm going to be trying to troubleshoot this one since I use the Installed version of Urchin instead of the On Demand version. For the installed version I have have php dumping the e-commerce info into a little log file on my server that Urchin then reads from.
A question or three... Does the On Demand version access any log files on your server? Or is that what the __utmSetTrans(); call is supposed to do?
Also, is that javascript function part of their base __utm.js file?
Last thought...
I know with the installed version instructions tell you to put the call to the __utm.js script at the very bottom of the page so that it doesn't affect the load time of the page adveresly. Is this where you have it on your test page?
The reason that I ask is that if you're calling the __utmSetTrans(); function as a BODY onLoad event, you'll need to the call to the __utm.js file to be above the BODY tag in your page to get any kind of consistency in your reporting. Otherwise the onLoad is going to be trying to run a js function that doesn't yet exist.
#29
Posted 07 October 2005 - 04:55 PM
#30
Posted 07 October 2005 - 07:27 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users








