mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-22 01:57:08 +00:00
Updating Google Analytics
Updating GA Analytics tracking code to support Demographics Analytics https://support.google.com/analytics/answer/2444872?hl=en&utm_id=ad
This commit is contained in:
parent
9ab34a6142
commit
5957fee86b
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
(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';
|
||||
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);
|
||||
})();
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue