
Hi guys,
I try your software (MetaTraffic 2.03) and everything work very great except for the screen area...
Yes i put the Javascript tag to retreive the screen area
There is my javascript tag :
quote:
[code]
// METATRAFFIC -- COPYRIGHT 2004, METASUN SOFTWARE CORP.
var scriptlocation = "/afe/ens/metatraffic2/track.asp";
var pagedata = 'mtr=' + escape(document.referrer) + '&mtt=2&mts=' + window.screen.width + 'x' + window.screen.height + '&mtz=' + Math.random()
document.write ('');
[/code]
So i put this on my index page of the website
in 7 days ive got 2028 daily visit and only 9 Demographics » Screen Area have been log in the database :
quote:[code][size=1]1. 1024x768 5 55,56%
2. 1152x864 2 22,22%
3. 1280x1024 1 11,11%
4. 1280x960 1 11,11%
Total: 9 [/size=2][/code]
But if i go in the report type Pages & Files » Urls
I can see this :
quote: [code]2. /afe/ens/metatraffic2/track.asp?mts=1024x768 953 17,81%
3. /afe/ens/metatraffic2/track.asp?mts=800x600 308 5,76%
9. /afe/ens/metatraffic2/track.asp?mts=1152x864 79 1,48%
14. /afe/ens/metatraffic2/track.asp?mts=1280x1024 63 1,18%
18. /afe/ens/metatraffic2/track.asp?mts=1280x960 27 0,50%
22. /afe/ens/metatraffic2/track.asp?mts=1600x1200 13 0,24%
24. /afe/ens/metatraffic2/track.asp?mts=1680x1050 8 0,15%[/code]
So if i can see the screen resolution in the Pages & Files » Urls Report why they dont appear in the Demographics » Screen Area Report type?
Thank you!
Martin
Weird bug with the Screen Area....
Are you sure you haven't modified the javascript code? The track.asp file should never show up in any reports unless you load it directly in your web browser.
If you are seeing URLs like that in your reports, that tells me that the javascript has been modified and that is why your screen area reports don't work. This needs to be left intact as copied from the tracking section of MetaTraffic.
Regards,
~Chad
Weird bug with the Screen Area....
No i am not modified the javascript code
There is exactly the code i have put in my include
// METATRAFFIC -- COPYRIGHT 2004, METASUN SOFTWARE CORP.
var scriptlocation = "/afe/ens/metatraffic2/track.asp";
var pagedata = 'mtr=' + escape(document.referrer) + '&mtt=2&mts=' + window.screen.width + 'x' + window.screen.height + '&mtz=' + Math.random()
document.write ('');
Weird bug with the Screen Area....
I would review your tracking code and how you have it setup on your web site, something is not right. You metioned an include with your javascript tracking? How have you set it up?
~Chad
Weird bug with the Screen Area....
Ok... im on a server with IIS 5
I put the tracking code Both ASP and Javascript in a include...
Does this should be a problem put my tracking code in a include?
Weird bug with the Screen Area....
It really depends on how you inserted your tracking code. You can only use one tracking method per page: Javascript or ASP.