window.prod_env = window.prod_env || window.location.href.indexOf("www.zenbusiness.com") > 0; if ( ! prod_env ) { console.log("STM - Custom Script running: fragment-check-gtag"); } if ( window.localStorage.getItem("osano_accepted_all") !== "false" ) { new function () { let gcode = window.location.href.indexOf("www.zenbusiness.com") > 0 ? "G-QD5SFEDQQ9" : "G-202BXS63NT"; gtag("get", gcode, "client_id", client_id => { if ( performance.getEntries()[0].name.match("#:~:text=(.*)") !== null ) { var entries = decodeURIComponent(performance.getEntries()[0].name.match("#:~:text=(.*)")[1]); if (entries) { var frag = entries.replace(/, /g,"").replace(/,/g,"...").replace(/\*/g,", "); gtag('event', 'featured_snippet', { 'snippet_text' : frag }); if (window.location.href.indexOf("www.zenbusiness.com") > 0) { console.log('*** STM: Frag sent: ', frag); return; } } } if (window.location.href.indexOf("www.zenbusiness.com") > 0) { console.log('*** STM: No fragment was sent'); return; } }); }(); }