if (window.location.href.indexOf("smartscreen") > -1 || window.location.href.indexOf("contact-us") > -1) { var epik_param = getCookie('_derived_epik');
if(!epik_param) { var url = new URL(window.location.href); epik_param = url.searchParams.get("epik"); }
if (getCookie('pinterest_eventid_cookie')) {
pintrk('track', 'pagevisit', {
event_id: getCookie('pinterest_eventid_cookie'),
event_source_url: window.location.href,
}, function(didInit, error) { if (!didInit) { console.log(error); }}
);
}
}