Tracking Script
The Tracking Script connector allows you to include external HTML/Javascript trackers on your user facing PropFuel pages
Installation
To install tracking scripts
Add the Tracking Script connector from Settings -> Advanced -> Connectors
Under Scripts, you have two places where you can place trackers. Header Code will be inserted at the end of the <head> block in the page HTML. Footer code will be inserted before the close of the <body> tag.
You can use one or both of those locations to put scripts, depending on the requirements of your external tracker
The inputs accept any valid HTML code, if you need to install more than one tracker you can paste them both in the box.
The code saved in these locations will now be included on every check-in and thank you page displayed to your end users.
Actions
If you would like to make a specific Javascript call to track conversions after a question is answered, you can configure an Javascript action that fires conditionally after the user answers a question. This box accepts any valid Javascript code, and will fire on the Thank You page.
You also have access to personalization tokens within that input, so you can send contextual information to a third party tracker through the functions they make available in their tracking script.