Adding tracking pixels
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Mar 2017 19:24:55 +0000 (14:24 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Mar 2017 19:24:55 +0000 (14:24 -0500)
Other changes are to remove ending whitespace.

index.php

index bb50f11..02c7af5 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,28 +7,28 @@
             <div class="inner-wrap">
                 <div id="page-wrapper">
                     <?php
-                    include "sections/header.php"; 
-                    include "sections/off-canvas.php"; 
-                    if (is_front_page()) { 
-                        include "sections/front-page.php"; 
-                    } 
-                    if (is_home()) { 
+                    include "sections/header.php";
+                    include "sections/off-canvas.php";
+                    if (is_front_page()) {
+                        include "sections/front-page.php";
+                    }
+                    if (is_home()) {
                         include "sections/blog-home.php";
-                    } 
-                    if (is_archive()) { 
+                    }
+                    if (is_archive()) {
                         include "sections/blog-archive.php";
-                    } 
+                    }
                     if (is_single()) {
                         include "sections/blog-single.php";
                     }
-                    if (is_search()) { 
+                    if (is_search()) {
                         include "sections/search.php";
                     }
-                    if (is_page() && !is_front_page() ) { 
-                        include "sections/interior-page.php"; 
+                    if (is_page() && !is_front_page() ) {
+                        include "sections/interior-page.php";
                     }
-                    include "sections/footer.php";  
-                    include "sections/copyright.php";  
+                    include "sections/footer.php";
+                    include "sections/copyright.php";
                     ?>
                     </div><!--/#page-wrapper-->
             <a class="exit-off-canvas"></a>
         </div><!--End of off-canvas-->
         <?php wp_footer();?>
         <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
-        <script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
+        <script charset="utf-8" type="text/javascript" src="//ws.sharethis.com/button/buttons.js"></script>
         <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
+    <!-- Tracking pixels -->
+        <img src="http://bcp.crwdcntrl.net/5/c=931/b=22818367" width="1" height="1"/>
+        {if:isTrackingPage}
+        <!-- Tracking tag. Place in the <body> section of webpage -->
+        <!-- Privacy policy at http://tag.brandcdn.com/privacy -->
+        <script type="text/javascript" src="http://tag.brandcdn.com/autoscript/Mackinaw_Area_Visitors_Bureau.js"></script>
+        {end:}
+        <!-- Start for View Through Conversion Pixel -->
+        <img src="http://bcp.crwdcntrl.net/5/c=931/b=28207257" width="1" height="1"/>
+        <!-- End for View Through Conversion Pixel -->
+        <!-- Segment Pixel - MI - Mackinaw Area Visitors Bureau - Site ReMsg - DO NOT MODIFY -->
+        <img src="http://ib.adnxs.com/seg?add=4797788&t=2" width="1" height="1" />
+        <!-- End of Segment Pixel -->
+
     </body>
 </html>