C# Class GaDotNet.Common.Data.GoogleEvent

A Google Analytics event for tracking purposes.
Mostra file Open project: noahsw/highlight-hunter Class Usage Examples

Public Methods

Method Description
GoogleEvent ( string domainName, string category, string action, string label, int value ) : System

Initializes a new instance of the GoogleEvent class.

Validate ( ) : void

Validates this instance.

Method Details

GoogleEvent() public method

Initializes a new instance of the GoogleEvent class.
public GoogleEvent ( string domainName, string category, string action, string label, int value ) : System
domainName string
category string The event category.
action string The event action.
label string The event label.
value int The event value.
return System

Validate() public method

Validates this instance.
public Validate ( ) : void
return void