
Untitled
By: a guest on
Aug 23rd, 2012 | syntax:
None | size: 0.62 KB | hits: 9 | expires: Never
// http://d.hatena.ne.jp/pikotea/20110628/1309282228
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-*********']);
$(document).bind('mobileinit', function(){
$(':jqmData(role="page")').live('pageshow', function (event, ui) {
_gaq.push(['_trackPageview', $.mobile.activePage.jqmData('url')]);
});
});
$(document).ready(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);
});