Proper value for s.trackingServer
Hi,
I'm having a hard time making custom link tracking work. I have no idea if the values of my s.trackingServer are correct or not. Here's my code:
var s_account="my-account" var s=s_gi(s_account) s.trackDownloadLinks=true s.trackExternalLinks=true s.trackInlineStats=true s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx" s.linkInternalFilters="javascript:" //optional: add your internal domain here s.linkLeaveQueryString=false s.linkTrackVars="None" s.linkTrackEvents="None" s.trackingServer="112.2o7.net" ...
Also, is the section above the tracking server values necessary?
