Records a page view in the analytics system.
Optional
Optional URL to record. If not provided, the current page URL will be used
Optional referrer URL. If not provided, the document referrer will be used
// Record current page viewrecordView();// Record specific URL and referrerrecordView('https://example.com/page', 'https://example.com'); Copy
// Record current page viewrecordView();// Record specific URL and referrerrecordView('https://example.com/page', 'https://example.com');
Records a page view in the analytics system.