EMail Table


Some Agents pass e-mail address information to the Web server. This information is stored in the EMail table. The EMail Table contains the following columns:



Columns
emailID
webServerID
email
firstHitTimestamp
lastHitTimestamp
hitsToDate
bytesSentToDate
transferTimeToDate





Indices

Unique
  1. emailID


Non-Unique
  1. webServerID, email


Column Definitions

emailID

The unique ID of the e-mail address.


webServerID

The unique ID of Web server that sent the log entry. The corresponding Web Server can be found in the WebServers table.


email

A user's e-mail address.


firstHitTimestamp

The date and time of the first hit on the Web server.


lastHitTimestamp

The date and time of the last hit on the Web server.


hitsToDate

The total number of hits up to and including the present time.


bytesSentToDate

The total number of bytes sent up to and including the present time.


transferTimeToDate

The total time spent transmitting data up to and including the present time.


Home Page - Reports