Including tag manager and tracking code.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 25 Sep 2018 19:06:30 +0000 (15:06 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 25 Sep 2018 19:06:30 +0000 (15:06 -0400)
From old theme

index.php
parts/header-meta.php

index b3c38db..3bcef28 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,39 +3,63 @@
     <?php get_template_part("parts/header-meta"); ?>
     <?php $index_template = true;?>
     <body>
+<!-- Google Tag Manager (noscript) -->
+<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MHPZ5SF"
+height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+<!-- End Google Tag Manager (noscript) -->
+        <!-- Start of DoubleClick Floodlight Tag: Please do not remove
+            Activity name of this tag: DBM_AlpenaCvb_06212017_SiteRMSG
+            URL of the webpage where the tag is expected to be placed: http://www.advancenet.com
+            This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.
+            Creation Date: 06/21/2017
+        -->
+        <script type="text/javascript">
+            var axel = Math.random() + "";
+            var a = axel * 10000000000000;
+            document.write('<iframe src="https://6854279.fls.doubleclick.net/activityi;src=6854279;type=invmedia;cat=p8qz3sh1;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
+        </script>
+        <noscript>
+            <iframe src="https://6854279.fls.doubleclick.net/activityi;src=6854279;type=invmedia;cat=p8qz3sh1;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
+        </noscript>
+        <!-- End of DoubleClick Floodlight Tag: Please do not remove -->
         <div class="off-canvas-wrap" data-offcanvas>
             <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"; 
+                        include "sections/interior-page.php";
                     }
                     echo '<div id="footer-page-anchor">';
-                    include "sections/footer.php";  
-                    include "sections/copyright.php"; 
-                    echo '</div>'; 
+                    include "sections/footer.php";
+                    include "sections/copyright.php";
+                    echo '</div>';
                     ?>
                     </div><!--/#page-wrapper-->
             <a class="exit-off-canvas"></a>
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->
         <?php wp_footer();?>
+<img src="https://bcp.crwdcntrl.net/5/c=931/b=37247333" width="1" height="1"/>
+<img src="https://bcp.crwdcntrl.net/5/c=931/b=26825043" width="1" height="1"/><!-- Alpena CVB ViewingThroguh Conversion Pixel -->
+<!-- Segment Pixel - MI - Alpena Cvb - Site - DO NOT MODIFY -->
+<script src="https://secure.adnxs.com/seg?add=7622018&t=1" type="text/javascript"></script>
+<!-- End of Segment Pixel --><!-- Added 1/17/2017 -->
     </body>
-</html>
\ No newline at end of file
+</html>
index 9cb5adb..13afdf3 100644 (file)
@@ -6,5 +6,13 @@
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico?v=0.0.4.0">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="//fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
+    <meta name="p:domain_verify" content="488ee2e114296d76bad16d49e9221bee"/>
+<!-- Google Tag Manager -->
+<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+})(window,document,'script','dataLayer','GTM-MHPZ5SF');</script>
+<!-- End Google Tag Manager -->
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>