ILux Filter Attribute Reference

Filter Attributes

The following table defines the valid ILux filter attributes and their parameters. Filters are constructed by entering one or more 'attribute relation value' pairs separated by commas. For example:

DomainType = 'COM', VisitDuration >= '120'

Filter Attribute Name Type Description Example
AccessDate String Date site access occurred in yyyy-mm-dd format. AccessDate = '1996-06-01'
Browser String Browser product group Browser = 'Netscape'
BytesSent Number Number of bytes transferred BytesSent > '8196'
Date String Date of access Date = '1997-01-15'
Day Number Day of month number (1-31) Day = '15'
Directory String HTTP directory Directory = '/download/bin'
Domain String Name of visiting domain or domain group Domain = 'yahoo.com'
DomainType String Type of visiting domain or domain type group DomainType = 'EDU'
FileExtension String Extension of file requested FileExtension = 'cgi'
FileName String Name of file FileName = 'index.htm'
FilePath String The requested file path and filename (URI) FilePath LIKE '/demo/sales%'
HitParameters String Parameters parsed from URL HitParameters = 'ip=netcom22.netcom.com'
Host String Name of visiting host or host group Host <> 'ourhost.ourdomain.com'
Hour Number Hour of access Hour >= '7'
IdentInfo String Authenticated user name (usually an email address) IdentInfo = 'wallace@somedomain.com'
Method String HTTP method Method = 'POST'
MimeCategory String Classification of Mime type. MimeCategory = 'application'
MimeType String Mime data type. MimeType = 'postscript'
Month Number Month of the year Month < '6'
OperatingSystem String Client browser operating system OperatingSystem = 'Unix'
Quarter Number Quarter of the year (1-4) Quarter = '1'
ReferringDomain String Domain name of referrer or group of referrers ReferringDomain = 'yahoo.com'
ReferringDomainType String Type of referring domain or referring domain group name ReferringDomainType = 'COM'
ReferringHost String Name of referring host or referring host group ReferringHost = 'arthur.ilux.com'
ReferringParameters String Parameters from referring URL ReferringParameters = 'srch=log analysers'
ReferringURL String Previous page viewed before this request ReferringURL = 'http://www.infoseek.com/blah/blah.html'
SiteDomain String Domain of site visited or site domain group name SiteDomain = 'ilux.com'
SiteHost String Name of host visited or site host group SiteHost = 'master.ilux.com'
SiteURL String Full URL of site being monitored SiteURL = 'http://www.ilux.com'
StatusCode Number Operation status code StatusCode = '500'
Time String Time of access Time >= '09:00:00'
UserAgent String User Agent string UserAgent = 'Mozilla/3.0Gold (WinNT; I)'
UserName String Authenticated user name UserName = 'fred'
VisitDuration Number Duration of single visit (seconds) VisitDuration >= '120'
VisitEnd String End time of visit. Some databases require HH:MM:SS also, even if it's just 00:00:01 VisitEnd BETWEEN '1996-01-01' AND '1996-12-31'
VisitHitCount Number Number of hits during visit VisitHitCount >= '20'
VisitPageCount Number Number of pages viewed during visit VisitPageCount >= '3'
VisitStart String Start time of visit. Some databases require HH:MM:SS also, even if it's just 00:00:01 VisitStart BETWEEN '1996-01-01' AND '1996-12-31'
Week Number Week of the year (1-54) Week <= '26'
WeekDay Number Day of the week (1-7, 1 = Sunday) WeekDay = '6'
WhenHit String Date and time of access WhenHit > '1997-06-27 00:00:00'
Year Number Year of access Year = '1997'

Back to top

Date Alias Right

Related Topics