Packagecom.google.analytics.data
Interfacepublic interface Cookie
ImplementorsUTMCookie



Public Properties
 PropertyDefined by
  creation : Date
The cookie creation date
Cookie
  expiration : Date
The cookie expiration date.
Cookie
Public Methods
 MethodDefined by
  
fromSharedObject(data:Object):void
Deserialize data from a simple object.
Cookie
  
isExpired():Boolean
Indicates if the cookie has expired.
Cookie
  
toSharedObject():Object
Serialize data to a simple object.
Cookie
  
toURLString():String
Format data to render in the URL.
Cookie
Property detail
creationproperty
creation:Date  [read-write]

The cookie creation date

Implementation
    public function get creation():Date
    public function set creation(value:Date):void
expirationproperty 
expiration:Date  [read-write]

The cookie expiration date.

Implementation
    public function get expiration():Date
    public function set expiration(value:Date):void
Method detail
fromSharedObject()method
public function fromSharedObject(data:Object):void

Deserialize data from a simple object.

Parameters
data:Object
isExpired()method 
public function isExpired():Boolean

Indicates if the cookie has expired.

Returns
Boolean
toSharedObject()method 
public function toSharedObject():Object

Serialize data to a simple object.

Returns
Object
toURLString()method 
public function toURLString():String

Format data to render in the URL.

Returns
String