Packagecom.google.analytics.core
Classpublic class ServerOperationMode

ServerOperationMode Enumeration



Public Methods
 MethodDefined by
  
ServerOperationMode(value:int = 0, name:String = "")
Creates a new ServerOperationMode instance.
ServerOperationMode
  
toString():String
Returns the String representation of the object.
ServerOperationMode
  
valueOf():int
Returns the primitive value of the object.
ServerOperationMode
Public Constants
 ConstantDefined by
  both : ServerOperationMode
[static] Send your tracking data both to a local server and to the Google Analytics backend servers.
ServerOperationMode
  local : ServerOperationMode
[static] Send data to the Urchin tracking software on your local servers.
ServerOperationMode
  remote : ServerOperationMode
[static] Send tracking data to the Google Analytics server (Default installations of Google Analytics).
ServerOperationMode
Constructor detail
ServerOperationMode()constructor
public function ServerOperationMode(value:int = 0, name:String = "")

Creates a new ServerOperationMode instance.

Parameters
value:int (default = 0) — The
 
name:String (default = "")
Method detail
toString()method
public function toString():String

Returns the String representation of the object.

Returns
String — the String representation of the object.
valueOf()method 
public function valueOf():int

Returns the primitive value of the object.

Returns
int — the primitive value of the object.
Constant detail
bothconstant
public static const both:ServerOperationMode

Send your tracking data both to a local server and to the Google Analytics backend servers.

localconstant 
public static const local:ServerOperationMode

Send data to the Urchin tracking software on your local servers.

remoteconstant 
public static const remote:ServerOperationMode

Send tracking data to the Google Analytics server (Default installations of Google Analytics).