Add Quantcast
This commit is contained in:
parent
999ce90893
commit
54c6df0fdc
1 changed files with 16 additions and 0 deletions
16
defer.js
16
defer.js
|
@ -18,3 +18,19 @@ _gaq.push(['_trackPageview']);
|
|||
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
//Quantcast
|
||||
var _qevents = _qevents || [];
|
||||
|
||||
(function() {
|
||||
var elem = document.createElement('script');
|
||||
elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
|
||||
elem.async = true;
|
||||
elem.type = "text/javascript";
|
||||
var scpt = document.getElementsByTagName('script')[0];
|
||||
scpt.parentNode.insertBefore(elem, scpt);
|
||||
})();
|
||||
|
||||
_qevents.push({
|
||||
qacct:"p-4UQY7SYFeUHE_"
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue