adding pixel tracking
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 May 2018 11:51:32 +0000 (07:51 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 May 2018 11:51:32 +0000 (07:51 -0400)
adding script for activity tracking pixels

header.php
style.css

index ad8fd35..e8a1d87 100644 (file)
@@ -1,28 +1,38 @@
 <!doctype html>
 <html class="no-js" lang="en">
-  <head>
-    <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.31">
-    <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
-    <?php wp_head(); ?>
-    <!-- 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-5CZ5BMH');</script>
-    <!-- End Google Tag Manager -->
-  </head>
-  <body>
-      <!-- Google Tag Manager (noscript) -->
-      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5CZ5BMH"
-        height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
-      <!-- End Google Tag Manager (noscript) -->
-      <div class="off-canvas-wrap" data-offcanvas>
+    <head>
+        <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.38">
+        <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
+        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+        <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
+        <?php wp_head(); ?>
+        <!-- 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-5CZ5BMH');</script>
+        <!-- End Google Tag Manager -->
+    </head>
+    <body>
+    <!-- Google Tag Manager (noscript) -->
+    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5CZ5BMH"
+    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+    <!-- End Google Tag Manager (noscript) -->
+    <!-- Activity name for this tag: DFP_MI_SilverLakeSandDunes_05082018_Conversion -->
+    <script type='text/javascript'>
+    var axel = Math.random()+"";
+    var a = axel * 10000000000000;
+    document.write('<img src="https://pubads.g.doubleclick.net/activity;xsp=4381569;ord='+ a +'?" width=1 height=1 border=0/>');
+    </script>
+    <noscript>
+    <img src="https://pubads.g.doubleclick.net/activity;xsp=4381569;ord=1?" width=1 height=1 border=0/>
+    </noscript>
+    <!--END  Activity name for this tag: DFP_MI_SilverLakeSandDunes_05082018_Conversion -->
+    <div class="off-canvas-wrap" data-offcanvas>
         <div class="inner-wrap">
             <div id="page-wrapper">
                 <div class="sticky stickyContainer" data-margin-top="0">
index cc3582f..1318c8d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.37
+Version: 1.0.38
 */