Packagecom.google.analytics.external
Classpublic class AdSenseGlobals
InheritanceAdSenseGlobals Inheritance JavascriptProxy

Globals used by AdSense for revenue per page tracking.



Public Properties
 PropertyDefined 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
 InheritedhasProperty_js : XML
[static] The hasProperty Javascript injection.
JavascriptProxy
  hid : String
Determinates the Hit id.
AdSenseGlobals
 InheritedsetProperty_js : XML
[static] The setProperty Javascript injection.
JavascriptProxy
 InheritedsetPropertyRef_js : XML
[static] The setPropertyReference Javascript injection.
JavascriptProxy
  sid : String
Determinates the session id.
AdSenseGlobals
  vid : String
Determinates the visitor id.
AdSenseGlobals
Public Methods
 MethodDefined by
  
Creates a new AdSenseGlobals instance.
AdSenseGlobals
 Inherited
call(functionName:String, ... args):*
Call a Javascript injection block (String or XML) with parameters and return the result.
JavascriptProxy
 Inherited
executeBlock(data:String):void
Execute a Javascript injection block (String or XML) without any parameters and without return values.
JavascriptProxy
 Inherited
getProperty(name:String):*
Returns the value property defines with the passed-in name value.
JavascriptProxy
 Inherited
getPropertyString(name:String):String
Returns the String property defines with the passed-in name value.
JavascriptProxy
 Inherited
hasProperty(path:String):Boolean
Indicates if the specified path object exist.
JavascriptProxy
 Inherited
isAvailable():Boolean
Indicates if the javascript proxy is available.
JavascriptProxy
 Inherited
setProperty(path:String, value:*):void
Creates a JS property.
JavascriptProxy
 Inherited
setPropertyByReference(path:String, target:String):void
Creates a JS property by reference.
JavascriptProxy
Property detail
dhproperty
dh:String  [read-only]

Domain hash.

Implementation
    public function get dh():String
gaGlobalproperty 
gaGlobal:Object  [read-only]

Returns the "gaGlobal" object.

Implementation
    public function get gaGlobal():Object
gaGlobal_jsproperty 
public static var gaGlobal_js:XML

The gaGlobal_js Javascript injection.

hidproperty 
hid:String  [read-write]

Determinates the Hit id.

Implementation
    public function get hid():String
    public function set hid(value:String):void
sidproperty 
sid:String  [read-write]

Determinates the session id.

Implementation
    public function get sid():String
    public function set sid(value:String):void
vidproperty 
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
Constructor detail
AdSenseGlobals()constructor
public function AdSenseGlobals(debug:DebugConfiguration)

Creates a new AdSenseGlobals instance.

Parameters
debug:DebugConfiguration — The DebugConfiguration reference of this instance.