|
|
|
|
|
|
|
Specifies the type of
browser that the visitor uses.
|
Is derived from CLK_cs_UserAgent,
by using pattern matching on known browser names.
|
|
|
|
|
Specifies the version
of the browser that the visitor uses.
|
Is derived from CLK_cs_UserAgent
by using pattern matching to locate the browser name, and then extracting
the version number that follows it.
|
|
|
|
|
Specifies the number
of bytes that the client sends to the server.
|
Pass-Through CLK_cs_Bytes.
|
|
|
|
|
Specifies the number
of bytes that the server sends to the client.
|
Pass-Through CLK_sc_Bytes
|
|
|
|
|
Specifies the visitor's
IP address.
|
Pass-Through CLK_Client_IP
|
|
|
|
|
Specifies the raw contents
of the cookie jar.
|
Pass-Through CLK_cs_Cookie
|
|
|
|
|
Specifies the date and
time of the request.
|
Is derived by combining
CLK_Date and CLK_Time
|
|
|
|
|
|
|
|
|
|
|
Specifies the method
that is used to submit the request (for example, POST or GET).
|
Pass-Through CLK_cs_Method
|
|
|
|
|
Specifies the hardware
platform of the visitor's computer.
|
Is derived from CLK_cs_UserAgent,
by using pattern matching on known platform names.
|
|
|
|
|
Contains the parameters
that are specified in the URL. It is also referred to as the query
or the CGI parameters.
|
Uses the Pass-Through
CLK_URI_Query if non-blank. Otherwise, this query uses the query string
from CLK_cs_URI_Stem.
|
|
|
|
|
Specifies the unique
identifier for each record.
|
Is derived by combining
the date of the SAS process, the SAS process ID, and the record counter.
|
|
|
|
|
Specifies the referring
page (the URL from which the user requests access to the next URL).
|
Pass-Through CLK_cs_Referrer
|
|
|
|
|
Specifies the domain
of the referrer.
|
Is derived from CLK_cs_Referrer,
and is the text that is located between the protocol (http://) and
the first-level path (/).
|
|
|
|
|
Specifies whether the
referrer is internal.
|
Is derived from a user-modified
rule that runs after parse and sets referrer_internal to 1 when condition passes.
|
|
|
|
|
Specifies the query
string that is passed with the referrer.
|
Is derived from CLK_cs_Referrer,
and is the text that is passed in the URL after the question mark
(?).
|
|
|
|
|
Specifies the path and
the filename of the referrer.
|
Is derived from CLK_cs_Referrer,
and is all of the text that is located between the end of the domain
name and the query string, if any.
|
|
|
|
|
Specifies the requested
file.
|
Pass-Through CLK_cs_URI_Stem
|
|
|
|
|
Specifies the physical
computer name that the Web server runs on, such as CLK_s_ComputerName.
|
Pass-Through CLK_s_ComputerName
|
|
|
|
|
Specifies the IP address
of the Web server.
|
|
|
|
|
|
Specifies the port that
the Web server runs on, such as CLK_s_Port.
|
|
|
|
|
|
Specifies the name of
the virtual Web site, such as CLK_s_SiteName.
|
Pass-Through CLK_s_SiteName
|
|
|
|
|
Specifies the HTTP status
code that the server returns to the client during this request.
|
Pass-Through CLK_sc_Status
|
|
|
|
|
Specifies the secondary
status that is returned by some Web servers.
|
Pass-Through CLK_sc_SubStatus
|
|
|
|
|
Specifies the string
that contains a description of the user's browser, which the user's
browser sends.
|
Pass-Through CLK_cs_UserAgent
|
|
|
|
|
Specifies the user name
that the client sends to the server for authentication, if applicable.
|
Pass-Through CLK_cs_Username
|
|
|
|
|
Specifies a unique identifier
for a visitor to the site. It typically contains the user's IP address
and the name of the browser's user agent.
|
Is derived by combining
CLK_Client_IP and CLK_cs_UserAgent, which is the default value, or
by defining a user-defined rule that runs after the Clickstream Parse
transformation.
|
|
|
|