top of page

How to track page views manually

  • Dec 11, 2025
  • 1 min read

If your website changes views without changing the URL, you need to track the page view manually to see it in your analytics. 


You do so by telling Extellio whenever the URL and page title changes. You use the methods setCustomUrl and setDocumentTitle: 


extellio_actions.push(['setCustomUrl', '/nameofpage’]);


extellio_actions.push(['setDocumentTitle', 'My New Title']);


extellio_actions.push(['trackPageView']);

Related Posts

See All
Add E-commerce

To measure Ecommerce performance in Extellio, you need to add tracking to the key moments of your customer’s purchase journey. By placing Extellio’s JavaScript tracking snippets on your product pages,

 
 
Introduction to the new analytics

Note: Analytics is currently in Beta and will be updated regularly as new improvements are released. If you notice differences between the figures in the new Analytics and your previous data, it’s b

 
 
How to set up conversion import in Google Ads

First begin by logging onto your Google Ads account…  For each conversion you’d like to add…  Next configure your conversion…   1. If you want, you can choose to categorize your goal in Google Ads. Th

 
 
bottom of page