| Package | com.google.analytics.external |
| Class | public class AdSenseGlobals |
| Inheritance | AdSenseGlobals JavascriptProxy |
| Property | Defined by | ||
|---|---|---|---|
| dh : String [read-only]
Domain hash.
| AdSenseGlobals | ||
| gaGlobal : Object [read-only]
Returns the "gaGlobal" object.
| AdSenseGlobals | ||
| gaGlobal_js : XML [static]
The gaGlobal_js Javascript injection.
| AdSenseGlobals | ||
![]() | hasProperty_js : XML [static]
The hasProperty Javascript injection.
| JavascriptProxy | |
| hid : String
Determinates the Hit id.
| AdSenseGlobals | ||
![]() | setProperty_js : XML [static]
The setProperty Javascript injection.
| JavascriptProxy | |
![]() | setPropertyRef_js : XML [static]
The setPropertyReference Javascript injection.
| JavascriptProxy | |
| sid : String
Determinates the session id.
| AdSenseGlobals | ||
| vid : String
Determinates the visitor id.
| AdSenseGlobals | ||
| Method | Defined by | ||
|---|---|---|---|
|
AdSenseGlobals(debug:DebugConfiguration)
Creates a new AdSenseGlobals instance.
| AdSenseGlobals | ||
![]() |
call(functionName:String, ... args):*
Call a Javascript injection block (String or XML) with parameters and return the result.
| JavascriptProxy | |
![]() |
executeBlock(data:String):void
Execute a Javascript injection block (String or XML) without any parameters and without return values.
| JavascriptProxy | |
![]() |
getProperty(name:String):*
Returns the value property defines with the passed-in name value.
| JavascriptProxy | |
![]() |
getPropertyString(name:String):String
Returns the String property defines with the passed-in name value.
| JavascriptProxy | |
![]() |
hasProperty(path:String):Boolean
Indicates if the specified path object exist.
| JavascriptProxy | |
![]() |
isAvailable():Boolean
Indicates if the javascript proxy is available.
| JavascriptProxy | |
![]() |
setProperty(path:String, value:*):void
Creates a JS property.
| JavascriptProxy | |
![]() |
setPropertyByReference(path:String, target:String):void
Creates a JS property by reference.
| JavascriptProxy | |
| dh | property |
dh:String [read-only]Domain hash.
Implementation public function get dh():String
| gaGlobal | property |
gaGlobal:Object [read-only]Returns the "gaGlobal" object.
Implementation public function get gaGlobal():Object
| gaGlobal_js | property |
public static var gaGlobal_js:XMLThe gaGlobal_js Javascript injection.
| hid | property |
hid:String [read-write]Determinates the Hit id.
Implementation public function get hid():String
public function set hid(value:String):void
| sid | property |
sid:String [read-write]Determinates the session id.
Implementation public function get sid():String
public function set sid(value:String):void
| vid | property |
vid:String [read-write]Determinates the visitor id.
Note: vid format is <sessionid>.<firsttime>
Implementation public function get vid():String
public function set vid(value:String):void
| AdSenseGlobals | () | constructor |
public function AdSenseGlobals(debug:DebugConfiguration)Creates a new AdSenseGlobals instance.
Parametersdebug:DebugConfiguration — The DebugConfiguration reference of this instance.
|