C# Class CSharpAnalytics.Protocols.Urchin.UrchinParameterDefinitions

Lists all known parameters found in a Google Analytics Urchin style URI.
Used to facilitate the debugging of such requests.
Mostrar archivo Open project: TechSmith/CSharpAnalytics

Public Properties

Property Type Description
All ParameterDefinition[]

Private Methods

Method Description
CookiePart ( string originalCookie, string key, int slot ) : string

Obtain part of a cookie by key name and slot number.

ExtractCustomVar ( string originalUtme, int slot ) : string

Extract a single custom variable from an originalCookie string by slot number.

ExtractUtma ( string cookies, int slot ) : string

Extract values from the __utma cookie part for a given slot.

ExtractUtmz ( string cookies, int slot, string key = null ) : string

Extract values from the __utmz cookie part for a given slot.

FormatBoolean ( string input ) : string

Convert a boolean 1 or 0 back to True or False.

FormatDate ( string secondsSince1970 ) : string

Format number of seconds since 1970 as formatted UTC date.

SubstringAfter ( string input, char after ) : string

Extract part of a string from the point directly following the after character to the end.

SubstringBefore ( string input, char before ) : string

Extract part of a string up to and not including the first instance of the before character.

Property Details

All public_oe static_oe property

All parameters that may be found in a Google Analytics Urchin style request.
The order of these should match the ga_debug.js output order for consistency.
public static ParameterDefinition[] All
return ParameterDefinition[]