Tealium : Single Page App Handling

                  /*
################################
### SINGLE PAGE APP HANDLING ###
################################

Author : roshan@tealium.com

Notes
=====

- This extension will handle single page apps if declared in the universal data object (UDO)

- Must be scoped to PRE-LOADER

*/

// JS Code in Preloader Extension
window.utag_data = window.utag_data || {};
window.utag_cfg_ovrd = window.utag_cfg_ovrd || {};

if(utag_data.site_type === "single page"){window.utag_cfg_ovrd.noview = true;} // stops first page load happening