| Package | com.google.analytics.data |
| Class | public class UTMC |
| Inheritance | UTMC UTMCookie |
| Property | Defined by | ||
|---|---|---|---|
![]() | creation : Date
The cookie creation date
| UTMCookie | |
| domainHash : Number
The domain hash value.
| UTMC | ||
![]() | expiration : Date
The cookie expiration date.
| UTMCookie | |
![]() | proxy : Buffer | UTMCookie | |
| Method | Defined by | ||
|---|---|---|---|
|
UTMC(domainHash:Number)
Creates a new UTMC instance.
| UTMC | ||
![]() |
fromSharedObject(data:Object):void
Deserialize data from a simple object.
| UTMCookie | |
![]() |
isEmpty():Boolean
Indicates if the cookie is empty.
| UTMCookie | |
![]() |
isExpired():Boolean
Indicates if the cookie has expired.
| UTMCookie | |
![]() |
reset():void
Reset the cookie.
| UTMCookie | |
![]() |
resetTimestamp(timespan:Number):void
Reset the timestamp of the cookie.
| UTMCookie | |
![]() |
toSharedObject():Object
Serialize data to a simple object.
| UTMCookie | |
![]() |
toString(showTimestamp:Boolean = false):String
Returns the String representation of the object.
| UTMCookie | |
![]() |
toURLString():String
Format data to render in the URL.
| UTMCookie | |
![]() |
valueOf():String
Returns the primitive value of the object.
| UTMCookie | |
| domainHash | property |
domainHash:Number [read-write]The domain hash value.
Implementation public function get domainHash():Number
public function set domainHash(value:Number):void
| UTMC | () | constructor |
public function UTMC(domainHash:Number)Creates a new UTMC instance.
ParametersdomainHash:Number |