Packagecom.google.analytics.data
Classpublic class UTMC
InheritanceUTMC Inheritance UTMCookie

Urchin Tracking Module Cookie C. The session tracking cookie. This cookie operates in conjunction with the __utmb cookie to determine whether or not to establish a new session for the user. In particular, this cookie is not provided with an expiration date, so it expires when the user exits the browser. Should a user visit your site, exit the browser and then return to your website within 30 minutes, the absence of the __utmc cookie indicates that a new session needs to be established, despite the fact that the __utmb cookie has not yet expired. expiration: Not set. format: __utmc=



Public Properties
 PropertyDefined by
 Inheritedcreation : Date
The cookie creation date
UTMCookie
  domainHash : Number
The domain hash value.
UTMC
 Inheritedexpiration : Date
The cookie expiration date.
UTMCookie
 Inheritedproxy : Buffer
UTMCookie
Protected Properties
 PropertyDefined by
 Inheritedfields : Array
UTMCookie
 InheritedinURL : String
UTMCookie
 Inheritedname : String
UTMCookie
Public Methods
 MethodDefined by
  
UTMC(domainHash:Number)
Creates a new UTMC instance.
UTMC
 Inherited
fromSharedObject(data:Object):void
Deserialize data from a simple object.
UTMCookie
 Inherited
isEmpty():Boolean
Indicates if the cookie is empty.
UTMCookie
 Inherited
isExpired():Boolean
Indicates if the cookie has expired.
UTMCookie
 Inherited
reset():void
Reset the cookie.
UTMCookie
 Inherited
resetTimestamp(timespan:Number):void
Reset the timestamp of the cookie.
UTMCookie
 Inherited
toSharedObject():Object
Serialize data to a simple object.
UTMCookie
 Inherited
toString(showTimestamp:Boolean = false):String
Returns the String representation of the object.
UTMCookie
 Inherited
toURLString():String
Format data to render in the URL.
UTMCookie
 Inherited
valueOf():String
Returns the primitive value of the object.
UTMCookie
Protected Methods
 MethodDefined by
 Inherited
update():void
Update the cookie.
UTMCookie
Property detail
domainHashproperty
domainHash:Number  [read-write]

The domain hash value.

Implementation
    public function get domainHash():Number
    public function set domainHash(value:Number):void
Constructor detail
UTMC()constructor
public function UTMC(domainHash:Number)

Creates a new UTMC instance.

Parameters
domainHash:Number