Packagecom.google.analytics.core
Classpublic class DocumentInfo

The DocumentInfo class.



Public Properties
 PropertyDefined by
  utmdt : String
[read-only] Page title, which is a URL-encoded string.
DocumentInfo
  utmhid : String
[read-only] Hit id for revenue per page tracking for AdSense.
DocumentInfo
  utmp : String
[read-only] Page request of the current page.
DocumentInfo
  utmr : String
[read-only] Referral, complete URL.
DocumentInfo
Public Methods
 MethodDefined by
  
DocumentInfo(config:Configuration, info:Environment, formatedReferrer:String, pageURL:String = null, adSense:AdSenseGlobals = null)
Creates a new DocumentInfo instance.
DocumentInfo
  
toURLString():String
Returns the url String representation of the object.
DocumentInfo
  
Returns a Variables object representation.
DocumentInfo
Property detail
utmdtproperty
utmdt:String  [read-only]

Page title, which is a URL-encoded string.

Example :

utmdt=analytics%20page%20test
Implementation
    public function get utmdt():String
utmhidproperty 
utmhid:String  [read-only]

Hit id for revenue per page tracking for AdSense.

Example :utmhid=2059107202

Implementation
    public function get utmhid():String
utmpproperty 
utmp:String  [read-only]

Page request of the current page.

Example :utmp=/testDirectory/myPage.html

Implementation
    public function get utmp():String
utmrproperty 
utmr:String  [read-only]

Referral, complete URL.

Example :utmr=http://www.example.com/aboutUs/index.php?var=selected

Implementation
    public function get utmr():String
Constructor detail
DocumentInfo()constructor
public function DocumentInfo(config:Configuration, info:Environment, formatedReferrer:String, pageURL:String = null, adSense:AdSenseGlobals = null)

Creates a new DocumentInfo instance.

Parameters
config:Configuration
 
info:Environment
 
formatedReferrer:String
 
pageURL:String (default = null)
 
adSense:AdSenseGlobals (default = null)
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.