Packagecom.google.analytics.data
Classpublic class UTMZ
InheritanceUTMZ Inheritance UTMCookie

Urchin Tracking Module Cookie Z. The campaign tracking cookie. This cookie stores the type of referral used by the visitor to reach your site, whether via a direct method, a referring link, a website search, or a campaign such as an ad or an email link. It is used to calculate search engine traffic, ad campaigns and page navigation within your own site. The cookie is updated with each page view to your site. expiration: 6 months from set/update. format: __utmz=....



Public Properties
 PropertyDefined by
  campaignCreation : Number
The campaign creation timestamp.
UTMZ
  campaignSessions : Number
The campaign session count.
UTMZ
  campaignTracking : String
The campaign tracker value
UTMZ
 Inheritedcreation : Date
The cookie creation date
UTMCookie
  defaultTimespan : Number
[static]
UTMZ
  domainHash : Number
The domain hash value.
UTMZ
 Inheritedexpiration : Date
The cookie expiration date.
UTMCookie
 Inheritedproxy : Buffer
UTMCookie
  responseCount : Number
The response count.
UTMZ
Protected Properties
 PropertyDefined by
 Inheritedfields : Array
UTMCookie
 InheritedinURL : String
UTMCookie
 Inheritedname : String
UTMCookie
Public Methods
 MethodDefined by
  
UTMZ(domainHash:Number, campaignCreation:Number, campaignSessions:Number, responseCount:Number, campaignTracking:String = "")
Creates a new UTMZ instance.
UTMZ
 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
campaignCreationproperty
campaignCreation:Number  [read-write]

The campaign creation timestamp.

Implementation
    public function get campaignCreation():Number
    public function set campaignCreation(value:Number):void
campaignSessionsproperty 
campaignSessions:Number  [read-write]

The campaign session count.

Implementation
    public function get campaignSessions():Number
    public function set campaignSessions(value:Number):void
campaignTrackingproperty 
campaignTracking:String  [read-write]

The campaign tracker value

Implementation
    public function get campaignTracking():String
    public function set campaignTracking(value:String):void
defaultTimespanproperty 
public static var defaultTimespan:Number
domainHashproperty 
domainHash:Number  [read-write]

The domain hash value.

Implementation
    public function get domainHash():Number
    public function set domainHash(value:Number):void
responseCountproperty 
responseCount:Number  [read-write]

The response count.

Implementation
    public function get responseCount():Number
    public function set responseCount(value:Number):void
Constructor detail
UTMZ()constructor
public function UTMZ(domainHash:Number, campaignCreation:Number, campaignSessions:Number, responseCount:Number, campaignTracking:String = "")

Creates a new UTMZ instance.

Parameters
domainHash:Number
 
campaignCreation:Number
 
campaignSessions:Number
 
responseCount:Number
 
campaignTracking:String (default = "")