| Property | Defined 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 | ||
| Method | Defined 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 | ||
| utmdt | property |
utmdt:String [read-only]Page title, which is a URL-encoded string.
Example :
utmdt=analytics%20page%20testImplementation
public function get utmdt():String
| utmhid | property |
utmhid:String [read-only]Hit id for revenue per page tracking for AdSense.
Example :utmhid=2059107202
public function get utmhid():String
| utmp | property |
utmp:String [read-only]Page request of the current page.
Example :utmp=/testDirectory/myPage.html
public function get utmp():String
| utmr | property |
utmr:String [read-only]Referral, complete URL.
Example :utmr=http://www.example.com/aboutUs/index.php?var=selected
public function get utmr():String
| DocumentInfo | () | constructor |
public function DocumentInfo(config:Configuration, info:Environment, formatedReferrer:String, pageURL:String = null, adSense:AdSenseGlobals = null)Creates a new DocumentInfo instance.
Parametersconfig:Configuration |
|
info:Environment |
|
formatedReferrer:String |
|
pageURL:String (default = null) |
|
adSense:AdSenseGlobals (default = null) |
| toURLString | () | method |
public function toURLString():StringReturns the url String representation of the object.
ReturnsString — the url String representation of the object.
|
| toVariables | () | method |
public function toVariables():VariablesReturns a Variables object representation.
ReturnsVariables —
a Variables object representation.
|