Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Support Display Advertiser
Browse files Browse the repository at this point in the history
  • Loading branch information
Duarte Henriques committed Nov 26, 2013
1 parent e30354d commit b54806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analytical/modules/google.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def init_javascript(location)
_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';
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>
Expand Down

0 comments on commit b54806b

Please sign in to comment.