What is asynchronous tracking?

ellenwillss

Newbie
Joined
Nov 1, 2010
Messages
9
Reaction score
0
Hello friends please tell me what is asynchronous tracking? And tell me it's important & how to use?
 
Basically it removes the blocking feature of the JavaScript.

Usually while the tracking code is being processed no other page content will be loaded. The advantage of Async tracking is it will allow other page content to load while it is processing.

-aReJay
 
Back
Top