erakii.org

  • Increase font size
  • Default font size
  • Decrease font size
English (United Kingdom)简体中文(中国)Thai (ภาษาไทย)
508968_88 x 31 _ North Social Logo
507528_Teeth Whitening Super Sale
334771_Green is Good 88X31
Target Brand Banner 88x31
bigfishgames.com
Fast, Private STD Testing
ALLDATAdiy Logo
AbeBooks.com – Textbooks
LogoSportsWear Design Apparel T-Shirts
Home DIY Website Google Analytics in Asynchronous Tracking

Google Analytics in Asynchronous Tracking

E-mail Print PDF
(0 votes, average 0 out of 5)
ga-apps-galleryA little bit code modify to be Asynchronous Tracking mode that help to improve the page loading is faster. (Asynchronous tracking is an improved way to track website visitors with Google Analytics. Unlike a traditional installation, asynchronous tracking optimizes how browsers load ga.js so its impact on user experience is minimized. It also allows you to put your Analytics snippet higher in the page without delaying subsequent content from rendering.) 

From: 

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>


To:

$google_analytics_javascript = '
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', ''.$web_property_id.'']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
';


 Download Google Analytics in Asynchronous Tracking
Google Analytics in Asynchronous Tracking

See also:
Newer news items:

 
Hits: 2768
24850_Club Wedd - Everything You Need For A Lifetime of Things To Do

Facebook Twitter Digg Delicious Stumbleupon Google Bookmarks RSS Feed 
Banner