From bc571f0ba8ce31568c0f06558658a2073e6de070 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 28 Dec 2016 17:06:44 -0500 Subject: [PATCH] Adding tracking code. --- functions.php | 6 +++++- style.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 02a4790..01bb86a 100644 --- a/functions.php +++ b/functions.php @@ -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' + }); + -