Seeka Data Layer Location
Properties
hash
hash:
string
Per MDN, a
string containing a '#'
followed by the fragment identifier of the URL
host
host:
string
Per MDN, a
string containing the host, that is the hostname, a ':'
, and the port of
the URL
hostname
hostname:
string
Per MDN, a string containing the domain of the URL
href
href:
string
Per MDN, a string containing the entire URL
origin
origin:
string
Per MDN, a string containing the canonical form of the origin of the specific location
pathname
pathname:
string
Per MDN, a
string containing an initial '/'
followed by the path of the URL, not
including the query string or fragment
port
port:
string
Per MDN, a string containing the port number of the URL
protocol
protocol:
string
Per MDN, a
string containing the protocol scheme of the URL, including the final ':'
search
search:
string
Per MDN, a
string containing a '?'
followed by the parameters or "querystring" of
the URL