C# Class CSharpAnalytics.Protocols.Measurement.MeasurementParameterDefinitions

List of all known parameters that may be found in a Google Analytics Measurement Protocol URI.
Used to facilitate the debugging of such requests.
Show file Open project: TechSmith/CSharpAnalytics

Public Properties

Property Type Description
All ParameterDefinition[]

Private Methods

Method Description
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.

Property Details

All public static property

All parameters that may be found in a Google Analytics Measurement Protocol request.
public static ParameterDefinition[] All
return ParameterDefinition[]