
gert at 3edge
Nov 23, 2009, 10:36 AM
Post #3 of 4
(983 views)
Permalink
|
> -----Original Message----- > From: interchange-users-bounces [at] icdevgroup [mailto:interchange- > users-bounces [at] icdevgroup] On Behalf Of kerry [at] basicq > Sent: Monday, November 23, 2009 2:48 PM > To: interchange-users [at] icdevgroup > Subject: [ic] reports Affiliate > > I ma trying to figure out why I am getting visits by > Affiliate when I do not have a program for them. Just curious as to > where > the visit comes from. > > Kerry > k2b3 > > Traffic Statistics > > Date Affiliate Visits Hits Pages Prod. views Items > in cart Orders > November 22, 2009 1 139 341 77 > 43.17% 266 > 61.87% 0 0 > If you look in the usertrack file (log/usertrack, or whichever else defined with the TrackFile Directive), you will find 1 line for November 22 where the 8th field has a value (cut -d " " -f 2,8 usertrack) ... Likely this line is just a tracking booboo where for some reason the fields have shifted ... Why this happens I do not know and do not have time to figure it out ... In my case I found the following loglines: 20091008 YSDTNJU20091008 nsession:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 1254991956 VIEWPROD=xxx 20091008 nsession:xxx.24920091008 9qU5eeeX:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 1254993789 VIEWPAGE=detail 20091024 nsession:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 12563609420091024nsession:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 1256380724 VIEWPROD=xxx 20091027 bZRK3rR6:20091027 nsession:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 1256675485 VIEWPAGE=results 20091027 ScDMWPC4:xxx.xxx.xxx.xxx xxx.xxx.xxx.xx20091028 weSToy6A:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 1256735905 VIEWPAGE=results As this is 5 broken loglines on approximately 407,000 lines, I'm not so bothered with it ... yet. :) CU, Gert _______________________________________________ interchange-users mailing list interchange-users [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-users
|