Add a tracking script in the header meta.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 18 Apr 2018 19:51:22 +0000 (15:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 18 Apr 2018 19:51:22 +0000 (15:51 -0400)
parts/header-meta.php
style.css

index 4274355..23df7b4 100644 (file)
@@ -2,7 +2,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.24">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.25">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <link href="//fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
     <link href="//fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
     /></noscript>
     <!-- DO NOT MODIFY -->
     <!-- End Facebook Pixel Code -->
+    <script type="text/javascript">
+    var _ss = _ss || [];
+    _ss.push(['_setDomain', 'https://koi-3QNDHZVG9I.marketingautomation.services/net']);
+    _ss.push(['_setAccount', 'KOI-3ZMH0KEC08']);
+    _ss.push(['_trackPageView']);
+    (function() {
+        var ss = document.createElement('script');
+        ss.type = 'text/javascript'; ss.async = true;
+
+        ss.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'koi-3QNDHZVG9I.marketingautomation.services/client/ss.js?ver=1.1.1';
+        var scr = document.getElementsByTagName('script')[0];
+        scr.parentNode.insertBefore(ss, scr);
+    })();
+    </script>
 </head>
\ No newline at end of file
index ee70c5b..bd24b95 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Capstone
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Capstone
-Version: 1.0.24
+Version: 1.0.25
 */