| Package | com.google.analytics.core |
| Class | public class ServerOperationMode |
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| ServerOperationMode | () | constructor |
public function ServerOperationMode(value:int = 0, name:String = "")Creates a new ServerOperationMode instance.
Parametersvalue:int (default = 0) — The
|
|
name:String (default = "") |
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|
| valueOf | () | method |
public function valueOf():intReturns the primitive value of the object.
Returnsint — the primitive value of the object.
|
| both | constant |
public static const both:ServerOperationModeSend your tracking data both to a local server and to the Google Analytics backend servers.
| local | constant |
public static const local:ServerOperationModeSend data to the Urchin tracking software on your local servers.
| remote | constant |
public static const remote:ServerOperationModeSend tracking data to the Google Analytics server (Default installations of Google Analytics).