Interface: Page
interface Page { apexDomain: string; hostname: string; referrer: string; searchParams: Record<string, string>; url: string; pathSegment1?: string; pathSegment2?: string; pathSegment3?: string; utm?: { campaign?: string; content?: string; medium?: string; source?: string; term?: string };}
Properties
apexDomain
apexDomain:
string
hostname
hostname:
string
referrer
referrer:
string
searchParams
searchParams:
Record<string,string>
url
url:
string
pathSegment1?
optionalpathSegment1:string
pathSegment2?
optionalpathSegment2:string
pathSegment3?
optionalpathSegment3:string
utm?
optionalutm:object
campaign?
optionalcampaign:string
content?
optionalcontent:string
medium?
optionalmedium:string
source?
optionalsource:string
term?
optionalterm:string
Last updated on