27 Jul 2020
	
		
		02:38 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		19 Oct 2022
	
		
		03:05 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		

What is the difference between Page URL and Source URL?
Best Regards,
Wai Keat
Solved! Go to Solution.
27 Jul 2020 08:13 AM
Whenever we correlate actions to belong together. I.e., when one action triggers another. Then we have a starting/triggering point (=source action) and an endpoint (=target action).
For example, when you click on a confirmation button on a checkout page then you often have a XHR action that triggered it (=source action), and usually either of the following:
Such action chains/correlations can be best seen in the waterfall chart!
Hence, you can use the of "sourceURL" and "pageURL", or the XHR equivalent "XHRUrl" and "Top XHR URL" to properly name your actions in cases where such correlations happened.