| Package | com.google.analytics.data |
| Class | public class UTMZ |
| Inheritance | UTMZ UTMCookie |
| Property | Defined by | ||
|---|---|---|---|
| campaignCreation : Number
The campaign creation timestamp.
| UTMZ | ||
| campaignSessions : Number
The campaign session count.
| UTMZ | ||
| campaignTracking : String
The campaign tracker value
| UTMZ | ||
![]() | creation : Date
The cookie creation date
| UTMCookie | |
| defaultTimespan : Number [static]
| UTMZ | ||
| domainHash : Number
The domain hash value.
| UTMZ | ||
![]() | expiration : Date
The cookie expiration date.
| UTMCookie | |
![]() | proxy : Buffer | UTMCookie | |
| responseCount : Number
The response count.
| UTMZ | ||
| Method | Defined by | ||
|---|---|---|---|
|
UTMZ(domainHash:Number, campaignCreation:Number, campaignSessions:Number, responseCount:Number, campaignTracking:String = "")
Creates a new UTMZ instance.
| UTMZ | ||
![]() |
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 | |
| campaignCreation | property |
campaignCreation:Number [read-write]The campaign creation timestamp.
Implementation public function get campaignCreation():Number
public function set campaignCreation(value:Number):void
| campaignSessions | property |
campaignSessions:Number [read-write]The campaign session count.
Implementation public function get campaignSessions():Number
public function set campaignSessions(value:Number):void
| campaignTracking | property |
campaignTracking:String [read-write]The campaign tracker value
Implementation public function get campaignTracking():String
public function set campaignTracking(value:String):void
| defaultTimespan | property |
public static var defaultTimespan:Number
| domainHash | property |
domainHash:Number [read-write]The domain hash value.
Implementation public function get domainHash():Number
public function set domainHash(value:Number):void
| responseCount | property |
responseCount:Number [read-write]The response count.
Implementation public function get responseCount():Number
public function set responseCount(value:Number):void
| UTMZ | () | constructor |
public function UTMZ(domainHash:Number, campaignCreation:Number, campaignSessions:Number, responseCount:Number, campaignTracking:String = "")Creates a new UTMZ instance.
ParametersdomainHash:Number |
|
campaignCreation:Number |
|
campaignSessions:Number |
|
responseCount:Number |
|
campaignTracking:String (default = "") |