Packagecom.google.analytics.core
Classpublic class BrowserInfo

The BrowserInfo class.



Public Properties
 PropertyDefined by
  utmcs : String
[read-only] Language encoding for the browser.
BrowserInfo
  utmfl : String
[read-only] Flash Version.
BrowserInfo
  utmje : String
[read-only] Indicates if browser is Java-enabled.
BrowserInfo
  utmsc : String
[read-only] Screen color depth

Example :utmsc=24-bit

BrowserInfo
  utmsr : String
[read-only] The Screen resolution

Example : utmsr=2400x1920

BrowserInfo
  utmul : String
[read-only] Browser language.
BrowserInfo
Public Methods
 MethodDefined by
  
Creates a new BrowserInfo instance.
BrowserInfo
  
toURLString():String
Returns the url String representation of the object.
BrowserInfo
  
Returns a Variables object representation.
BrowserInfo
Property detail
utmcsproperty
utmcs:String  [read-only]

Language encoding for the browser.

Some browsers don't set this, in which case it is set to "-".

Example : utmcs=ISO-8859-1

Implementation
    public function get utmcs():String
utmflproperty 
utmfl:String  [read-only]

Flash Version.

Example :utmfl=9.0%20r48

Implementation
    public function get utmfl():String
utmjeproperty 
utmje:String  [read-only]

Indicates if browser is Java-enabled.

Example :utmje=1

Implementation
    public function get utmje():String
utmscproperty 
utmsc:String  [read-only]

Screen color depth

Example :utmsc=24-bit

Implementation
    public function get utmsc():String
utmsrproperty 
utmsr:String  [read-only]

The Screen resolution

Example : utmsr=2400x1920

Implementation
    public function get utmsr():String
utmulproperty 
utmul:String  [read-only]

Browser language.

Example :utmul=pt-br

Implementation
    public function get utmul():String
Constructor detail
BrowserInfo()constructor
public function BrowserInfo(config:Configuration, info:Environment)

Creates a new BrowserInfo instance.

Parameters
config:Configuration — The Environment reference of the BrowserInfo instance.
 
info:Environment
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.