PDA

View Full Version : Configure VB with Urchin ?


John Miller
Tue 10th May '05, 10:30am
Hi.
I registered for a trial account with urchin 6 on demand. Can someone help to place there __utm.js files into my vbulletin pages ?

After uploading __utm.js to your web server, you'll need to call it from each of the pages in your site so that they will be tracked in your On Demand reports.
Basically, you should add the following code within the HEAD tags of your pages:

<script src="/__utm.js" type="text/javascript"></script>
This is the reply I got from there technical support.

Please let me know where to place the scripts properly in my header/footer files, on forums and archive. I have placed the file __utm.js on my webserver under public_html folder and public_html/board/ folders

Thanks.

Steve Machol
Tue 10th May '05, 2:34pm
That would go in the vB headinclude template.

John Miller
Wed 11th May '05, 12:01am
further help will be appreciated. where how to place in headincludes template ??

Steve Machol
Wed 11th May '05, 2:39am
I really don't know exactly where you should place it, nor even if it matters. You should ask their technical support about this.

Icheb
Wed 11th May '05, 4:58am
It would have to be placed anywhere between the <head> and </head> tag.

John Miller
Wed 11th May '05, 8:51am
Hi Icheb,
I have customized our head tags manually for each template :(, can you please tell me a template to place this script tag in ?

Thanks.

Ted S
Thu 12th May '05, 12:42am
Each style needs the code which generally goes into the headinclude area (anywhere will do but I generally put it at the end of the file).

Should you decide to track any specific pages to record registrations (for action/ lead tracking) those would likely go into a phrase specifically as there is no template for the registration thank you page that isn't shared with other non-registration pages.

John Miller
Fri 13th May '05, 6:41am
Each style needs the code which generally goes into the headinclude area (anywhere will do but I generally put it at the end of the file).

Should you decide to track any specific pages to record registrations (for action/ lead tracking) those would likely go into a phrase specifically as there is no template for the registration thank you page that isn't shared with other non-registration pages.
i still cannot get this to work :confused: