ReferrerUrl
The address of the webpage from which the visitor came to your page.
type ReferrerUrl {
domain: String
hash: String
medium: String
path: String
protocol: String
query: String
raw: String!
searchTerm: String
source: String
}
Fields
ReferrerUrl.domain ● String scalar common
The domain of the URL.
ReferrerUrl.hash ● String scalar common
The URL's hash property.
ReferrerUrl.medium ● String scalar common
The category of the source.
ReferrerUrl.path ● String scalar common
The path of the URL.
ReferrerUrl.protocol ● String scalar common
The URL's protocol.
ReferrerUrl.query ● String scalar common
The query string of the URL.
ReferrerUrl.raw ● String! non-null scalar common
The raw URL.
ReferrerUrl.searchTerm ● String scalar common
The search term used by the visitor.
ReferrerUrl.source ● String scalar common
The origin of the visitor.
Member of
PageView object