Adding tracking code.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 28 Dec 2016 22:06:44 +0000 (17:06 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 28 Dec 2016 22:06:44 +0000 (17:06 -0500)
functions.php
style.css

index 02a4790..01bb86a 100644 (file)
@@ -278,6 +278,11 @@ function tracking_pixels(){
     'https://connect.facebook.net/en_US/fbevents.js%27');
     fbq('init', '1229184877106247');
     fbq('track', 'PageView');
+    fbq('track', 'CompleteRegistration', {
+        value: 495.00,
+        currency: 'USD'
+    });
+    
     </script>
     <noscript><img height="1" width="1" style="display:none"
     src="https://www.facebook.com/tr?id=1229184877106247&ev=PageView&noscript=1"
@@ -303,7 +308,6 @@ function tracking_pixels(){
     <img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/878791085/?label=s5U7CIzfoWsQrZOFowM&amp;guid=ON&amp;script=0"/>
     </div>
     </noscript>
-   
 <?php    
 }
 
index f8fdc14..4a137d6 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.7
+Version: 1.0.8
 */