Packagecom.google.analytics.core
Classpublic class EventInfo

The EventInfo class.



Public Properties
 PropertyDefined by
  utme : String
[read-only] X10 data.
EventInfo
  utmt : String
[read-only] Hit type.
EventInfo
Public Methods
 MethodDefined by
  
EventInfo(isEventHit:Boolean, xObject:X10, extObject:X10 = null)
Creates a new EventInfo instance.
EventInfo
  
toURLString():String
Returns the url String representation of the object.
EventInfo
  
Returns a Variables object representation.
EventInfo
Property detail
utmeproperty
utme:String  [read-only]

X10 data.

Implementation
    public function get utme():String
utmtproperty 
utmt:String  [read-only]

Hit type.

Example :

utmt=event
Implementation
    public function get utmt():String
Constructor detail
EventInfo()constructor
public function EventInfo(isEventHit:Boolean, xObject:X10, extObject:X10 = null)

Creates a new EventInfo instance.

Parameters
isEventHit:Boolean
 
xObject:X10
 
extObject:X10 (default = null)
Method detail
toURLString()method
public function toURLString():String

Returns the url String representation of the object.

Returns
String — the url String representation of the object.
toVariables()method 
public function toVariables():Variables

Returns a Variables object representation.

Returns
Variables — a Variables object representation.