phone tracking installation faq - Funnel Science

This Documentation Will Assist You Installing Funnel Science Phone Tracking

Requirements for Funnel Science phone tracking:

  1. You must have at least signed-up for a phone tracking account with Funnel Science and you must have added your website and created a phone route within the settings. If you have not created your account first, you will not get the header or snippet code to install
  2. You must have Jquery version 1.7 or higher and Java Script enabled/installed on your website. You can not use anything that prevents Jquery , or Java Script from Running. Most websites already have Jquery as it is a commonly used web language.#JQuery must be installed and load in the Header. It must be installed before Funnel Science code and you must use a version of 1.7 or later.
    To get the up to date jquery file, install this script within the header file
    #<script
    src=”//code.jquery.com/jquery-2.2.4.min.js”
    integrity=”sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=”
    crossorigin=”anonymous”></script>
  3. You must install the Funnel Science forms WordPress plugin.

Funnel Science also has dynamic phone call tracking. To signup, you need to call and speak with one of our support consultants.

#Header Code
#Place the following code inside the <head></head> elements on every page in the site…

#<script type=”text/javascript” src=”//cdn.funnelscience.com/js/FsPhoneTracking.js”></script>
#<script type=”text/javascript”>
jQuery(document).ready(function() {
FsPhoneTracking.ProcessVisitor(324, { “fallback_phone” : “(346) 800-3199″ } );
});
#</script

 

#Hyperlink Phone Display Code
#Replace every hyperlink phone number with the following code snippet…

#<a class=”fs-phone-route” data-phone-route=”512″ href=”tel:3468003199″>(346) 800-3199</a>

 

Conversion Tracking with Google Analytics

Google Analytics or Google tag manager should be installed after Funnel Science and immediately close before the close of the
#</head>
If your website uses https with an ssl, you will need to download the cdn file, you may host it locally. Download the file by accessing at cdn.funnelscience.com/js/FsPhoneTracking.js

#If you want to change the styling of the phone number, you may edit the java script snipett. Here is an example#
#<a class=”fs-phone-route” data-phone-route=”451″ href=”tel:8177847356″ style=”color: #fff;”>(817) 784-7356</a>#

Funnel Science also has dynamic phone call tracking. To signup, you need to call and speak with one of our support consultants.

You will need to place code in your website header file. The example is below:

 

#Header Code
#Place the following code inside the <head></head> elements on every page in the site…

#<script type=”text/javascript” src=”//cdn.funnelscience.com/js/FsPhoneTracking.js”></script>
#<script type=”text/javascript”>
jQuery(document).ready(function() {
FsPhoneTracking.ProcessVisitor(324, { “fallback_phone” : “(346) 800-3199″ } );
});
#</script

 

On each webpage where your phone number exits, you need to edit the phone number by copying the example snippet on your page. You must use the correct snippet to your account, the example below is just an example of the snippet. If you have a CSS class for your phone number, even better, update that with the snippet below.

#Hyperlink Phone Display Code
#Replace every hyperlink phone number with the following code snippet…

#<a class=”fs-phone-route” data-phone-route=”512″ href=”tel:3468003199″>(346) 800-3199</a>

You can always style the phone number on your page which ever way you want.