메소드 | 설명 | |
---|---|---|
BuildUri ( |
Build an Urchin style URI from an activity and custom variables.
|
|
UrchinUriBuilder ( |
Create new UrchinUriBuilder to prepare URIs for Google's Urchin tracker endpoint.
|
메소드 | 설명 | |
---|---|---|
BuildParameterList ( |
Build a list of the parameters required based on configuration, environment, activity, session, custom variables and state.
|
|
CarryForwardParameters ( IUrchinActivity activity, string>.ICollection |
Carry forward the utmp page parameter value to future event activities to know which page they occurred on.
|
|
CreateCookieSubstituteParameter ( |
Create a cookie-substitute parameter used to track session activity.
|
|
CreateQueryString ( string>.IEnumerable |
Create a query for all the parameters in the key/value pairs applying necessary encoding.
|
|
EncodeCustomVariables ( |
Encode custom variables into a single parameter string.
|
|
GetParameters ( ) : string>>.IEnumerable |
Get parameters for this tracker's internal state.
|
|
GetParameters ( IEnvironment environment ) : string>>.IEnumerable |
Get parameters for a given environment.
|
|
GetParameters ( |
Get parameters for a given set of custom variables.
|
|
GetParameters ( |
Get parameters for a given session manager and domain hash.
|
|
GetParameters ( |
Get parameters for a given configuration.
|
|
GetScopeIdentity ( CustomVariableScope scope ) : string |
Get the numeric identity of visitor and session level scopes.
|
|
ReduceGuidToUint ( System.Guid guid ) : uint |
Reduce a Guid down to what can be represented in a uint.
|
public BuildUri ( |
||
entry | UrchinActivityEntry to create a URI for. | |
리턴 |
public UrchinUriBuilder ( |
||
configuration | Configuration of analytics. | |
sessionManager | Session manager. | |
environment | IEnvironment | Environment details. |
리턴 | System |