User login

MetaTraffic 2.0 Boxshot

blank page?

Posted by Ecovation [June 12, 2006]

I just installed Metasun Lite and as a test, loaded the javascript on 3 pages. When I browse to the pages from an outside IP, then load the http://www.yourdomain.com/metatraffic2/track.asp page, nothing is displayed, not even an error page.

The only way I can see any dashboard at all is to go to the default.asp page, but that only shows me browsing the track.asp page in the report...?

Did I miss something in the setup?
Rob

blank page?

If you load the tracking page, nothing should be displayed when everything is working properly. MetaTraffic is installed correctly. There must be a problem with the tracking code in your pages. Have you modified the tracking code at all? Where have you placed it in your web pages?

~Chad

blank page?

The only thing that I modified in the tracking code is this line:
---------
var pagetitle = document.title; //INSERT CUSTOM PAGE NAME IN QUOTES
---------
which I changed to:
var pagetitle = document.title; //"index.html" (or "contact.html")

I placed all of the code at the bottom of the pages I wanted changed, just before the line.

blank page?

The page url and all information will be tracked automatically. You do not need to put the filename as the page title. This is only if you want to insert a custom page title such as "XYZ Services".

Are you getting any javascript errors on your pages? The tracking should work based on the information you have provided.

~Chad

blank page?

It's actually working fine- I just wasn't patient enough for users to get to the site!

Thanks for the help...