Sha256: 04eb7a2153f21f6b8ac589485710915a9c1da41bc5e86c701d860ce4332a180b
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
/* # ----------------------------------------------------------------------------- # J1: ~/_includes/themes/j1/procedures/provider/analytics/googleUA # Support of analytics provider googleUA for the J1 template # # Product/Info: # http://jekyll.one # # Copyright (C) 2016 Juergen Adams # # Licensed under the Creative Commons Attribution 3.0 Unported License. # For details, see http://creativecommons.org/licenses/by/3.0/. # # ----------------------------------------------------------------------------- # $LastChangedDate: 2016-12-04 19:37:21 +0100 (So, 04 Dez 2016) $ # $LastChangedRevision: 13 $ # $LastChangedBy: jadams $ # ----------------------------------------------------------------------------- */ <script> (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', '{{ site.xxj.analytics.googleUA.tracking_id }}', '{{ site.xxj.analytics.googleUA.property_name }}'); ga('send', 'pageview'); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fu-template-0.0.1 | _includes/themes/j1/procedures/provider/analytic/googleUA |