getRefererInformation Class
Constructor
getRefererInformation
(
-
refererUrl
-
currentUrl
-
Id
Parameters:
-
refererUrl
StringThe document.referrer of visited url
-
currentUrl
StringThe current visiting url
-
Id
NumberProfile Id of registerd website.
Item Index
Methods
getHost
(
String
-
url
Parameters:
-
url
String
Returns:
String:
host name from the given url.
getRefererObject
()
Object
Returns:
Object:
returns following format
{
'RefererType' : value,
'RefererName' : value,
'RefererKeyword' : value,
'RefererUrl' : value
}
getUrlVars
(
Object
-
url
Parameters:
-
url
Objectthe url
Returns:
Object:
of Query string variables as object.
parseUrl
(
Object
-
url.
Parameters:
-
url.
String
Returns:
Object:
url with unwanted things removed.
unsanitizeInputValue
()
String
Returns:
String:
url with unwanted things removed.