(function() { function bxBootstrap() { var re = /bot|crawl|slurp|spider|mediapartners|headlesschrome|snap-prefetch|remotasks|woorank|uptime\.com|facebookexternalhit|facebookcatalog/i; if (re.test(navigator.userAgent) || navigator.userAgent == '') { return; } if (!(window.bouncex&&bouncex.website)) { var pushedData = []; if(window.bouncex && bouncex.push && bouncex.length){ pushedData = bouncex; } window.bouncex = {}; bouncex.pushedData = pushedData; bouncex.website = {"id":5539,"name":"Trident Fly Fishing","cookie_name":"bounceClientVisit5539","domain":"tridentflyfishing.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"/* --- SUBMITTED_ONSITE RTV FIX --- */\nbouncex.on(jQuery('#newsletter-validate-detail'), 'submit', function() {\n bouncex.setVar('submitted_onsite', true);\n});","force_https":false,"waypoints":false,"content_width":900,"gai":"UA-29050399-1","swids":"","sd":0,"ljq":"never","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":0,"gmp":0,"whitelist_check":0},"burls":[],"ple":false,"fbe":true,"ffs":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\r\n\r\nvar CLEAN_URL = bouncex.utils.url.allowParams();\r\n\r\n/* --------------------------------- HELPERS -------------------------------- */\r\n\r\nfunction getItemId(url){\r\n if (!url){\r\n return;\r\n }\r\n\r\n var trimmedUrl = url.replace(\".html\", \"\");\r\n return trimmedUrl.split('/').pop();\r\n}\r\n\r\n/* ------------------------------ ITEM TRACKING ----------------------------- */\r\n\r\n\r\nfunction getItem() {\r\n return {\r\n id: getItemId(CLEAN_URL),\r\n copy: jQuery('.page-title').text(),\r\n category: jQuery('.breadcrumbs li:nth-last-child(2)').text().trim(),\r\n url: CLEAN_URL,\r\n imageurl: jQuery('meta[property=\"og:image\"]').attr('content'),\r\n instock: jQuery('#product-addtocart-button').length > 0,\r\n excluded: isExcluded()\r\n };\r\n}\r\n\r\nfunction isExcluded() {\r\n return jQuery('.breadcrumbs li')\r\n .text()\r\n .toLowerCase()\r\n .indexOf('travel') > -1;\r\n}\r\n\r\nfunction initializeItemEvents() {\r\n \r\n var item;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n item = getItem();\r\n \r\n return !!item.id &&\r\n !!item.copy &&\r\n !!item.category &&\r\n !!item.url &&\r\n !!item.imageurl;\r\n },\r\n function () {\r\n if (item.url.indexOf('gift-card') > -1) {\r\n return;\r\n }\r\n bouncex.push(['item', item]);\r\n bouncex.push(['view item', { \r\n 'item:id': item.id,\r\n 'item:itemgroupid': item.copy\r\n }]);\r\n\r\n initializeATCClickTracking(item.id);\r\n },\r\n 10\r\n );\r\n}\r\n\r\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\r\n\r\nfunction getItemIdsCat() {\r\n var ids = [];\r\n\r\n jQuery('.products-grid li.product-item a[tabindex=\"-1\"]').each(function (i, e) {\r\n var href = jQuery(e).attr('href') || '',\r\n id = getItemId(href);\r\n\r\n if (id && ids.indexOf(id) < 0) {\r\n ids.push(id);\r\n }\r\n });\r\n\r\n return ids.join(',');\r\n}\r\n\r\nfunction getCategoryObject() {\r\n return {\r\n 'page:url': bouncex.utils.url.allowParams('q'),\r\n 'items:ids': getItemIdsCat()\r\n };\r\n}\r\n\r\nfunction initializeCategoryEvents() {\r\n var categoryObj;\r\n if (isTravelCategory()) { return; }\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n categoryObj = getCategoryObject();\r\n return !!categoryObj['items:ids'].length &&\r\n !!categoryObj['page:url'];\r\n },\r\n function () {\r\n bouncex.push(['view category', categoryObj]);\r\n },\r\n 10\r\n );\r\n}\r\n\r\nfunction isTravelCategory() {\r\n return CLEAN_URL.indexOf('travel') > -1;\r\n}\r\n\r\n/* ------------------------------- CART EVENTS ------------------------------ */\r\n\r\nfunction fireAddToCart(itemId) {\r\n bouncex.push(['add to cart', { 'item:id': itemId }]);\r\n\r\n if (bouncex.vars.cart) {\r\n return;\r\n }\r\n bouncex.setVar('cart', true);\r\n}\r\n\r\nfunction initializeATCClickTracking(itemId) {\r\n bouncex.on(jQuery('#product-addtocart-button, button.action.tocart.primary'), 'click.bxatc', function () {\r\n bouncex.setTimeout2(function() { \r\n if (jQuery('div.mage-error:visible').length === 0){\r\n fireAddToCart(itemId);\r\n }\r\n }, 2000);\r\n });\r\n}\r\n\r\nfunction emptyCart() {\r\n if (bouncex.website.pts === 'cart' && bouncex.vars.cart) {\r\n bouncex.et.onVisible('.cart-empty', function() {\r\n bouncex.push(['empty_cart']);\r\n bouncex.setVar('cart', false);\r\n\r\n });\r\n }\r\n}\r\n\r\nfunction initializeCartEvents() {\r\n bouncex.et.cart.init({\r\n replenish: function () { },\r\n replenishmentType: 'single'\r\n });\r\n\r\n emptyCart();\r\n}\r\n\r\n/* ------------------------------ USER TRACKING ----------------------------- */\r\n\r\nfunction initializeUserTracking() {\r\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\r\n return;\r\n }\r\n\r\n var userEmail;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n var brNode = jQuery('.block-dashboard-info .box-content p').children('br').get(0),\r\n emailNode = brNode ? brNode.nextSibling : '';\r\n userEmail = emailNode.wholeText;\r\n \r\n if (userEmail){\r\n userEmail = userEmail.trim();\r\n }\r\n return bouncex.utils.validate.email(userEmail);\r\n },\r\n function () {\r\n bouncex.push([\r\n 'user',\r\n {\r\n 'email': userEmail,\r\n 'source': 'LoggedIn'\r\n }\r\n ]);\r\n bouncex.setVar('logged_in_identified', true);\r\n },\r\n 5\r\n );\r\n}\r\n\r\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\r\n\r\nfunction isValidDomain() {\r\n return CLEAN_URL.indexOf('www.tridentflyfishing.com') > -1;\r\n}\r\n\r\nfunction isEn() {\r\n return jQuery('html').attr('lang') === 'en';\r\n}\r\n\r\nfunction isUS() {\r\n return !!(bouncex && bouncex.state && bouncex.state.geo && bouncex.state.geo.country === 'US');\r\n}\r\n\r\nfunction isValidForTracking() {\r\n return isValidDomain() && isEn() && isUS();\r\n}\r\n\r\nfunction init() {\r\n if (!isValidForTracking()) {\r\n return;\r\n }\r\n\r\n initializeUserTracking();\r\n initializeCartEvents();\r\n\r\n switch (bouncex.website.pts) {\r\n case 'category':\r\n case 'search':\r\n initializeCategoryEvents();\r\n break;\r\n case 'product':\r\n initializeItemEvents();\r\n break;\r\n default:\r\n break;\r\n }\r\n}\r\n\r\ninit();\r\n","dge":true,"bxidLoadFirst":false,"pie":true,"cme":true,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"!!document.querySelector('.page-products.page-with-filter');"}]]},"checkout":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"!!document.querySelector('.checkout-index-index');"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"!!document.querySelector('.catalog-product-view');"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/?q="}]]}},"els":{"blank_site_element":""},"vars":[{"name":"logged_in","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.authorization-link.custom-sign').length > 0;","trigger":""},{"name":"ever_logged_in","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":""},{"name":"cart_qty","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"Number(jQuery('.counter-label').text().replace(/[^0-9.]/g, ''));","trigger":""},{"name":"cart_value","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"(function() {\n if (bouncex.website.pts === 'checkout') {\n return Number(jQuery('.totals.sub .price').text().replace(/[^0-9.]/g, ''));\n }\n if (bouncex.website.pts === 'cart') {\n return Number(jQuery('#cart-totals .grand.totals .price').text().replace(/[^0-9.]/g, ''));\n }\n return Number(jQuery('.subtotal .price').text().replace(/[^0-9.]/g, ''));\n})();","trigger":""},{"name":"submitted_onsite","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"cart_token","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"page_type","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts;","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"}],"dgu":"pixel.cdnwidget.com","dgp":false,"ba":{"enabled":0,"fbte":0},"biu":"assets.bounceexchange.com","bau":"api.bounceexchange.com","beu":"events.bouncex.net","ibx":{"tjs":"","cjs":"","miw":0,"mibcx":1,"te":1,"cart_rep":{"get":"","set":""},"ulpj":{"bxid":"espemailid"},"cus":"","miw_exclude":"","enabled":1},"etjson":null,"osre":true,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":false,"gamNetwork":"","spa":0,"spatm":1,"preinit_cjs":"","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":1},"pde":true,"fmc":["US"],"fme":true,"fmx":"","sdk":{"android":{"enabled":false,"enabledVersions":[],"eventModifications":null},"ios":{"enabled":false,"enabledVersions":[],"eventModifications":null}},"onsite":{"enabled":1},"ads":{"enabled":0},"pubs":{"enabled":0},"websdk":{"enabled":0},"ga4_property_id":"280647113","ga4_measurement_id":"G-B14MKHS4TY","tag_state_domain":"api.bounceexchange.com"} ; bouncex.tag = 'tag3'; bouncex.$ = window.jQuery; bouncex.env = 'production'; bouncex.restrictedTlds = {"casl":{"ca":1},"gdpr":{"ad":1,"al":1,"at":1,"ax":1,"ba":1,"be":1,"bg":1,"by":1,"xn--90ais":1,"ch":1,"cy":1,"cz":1,"de":1,"dk":1,"ee":1,"es":1,"eu":1,"fi":1,"fo":1,"fr":1,"uk":1,"gb":1,"gg":1,"gi":1,"gr":1,"hr":1,"hu":1,"ie":1,"im":1,"is":1,"it":1,"je":1,"li":1,"lt":1,"lu":1,"lv":1,"mc":1,"md":1,"me":1,"mk":1,"xn--d1al":1,"mt":1,"nl":1,"no":1,"pl":1,"pt":1,"ro":1,"rs":1,"xn--90a3ac":1,"ru":1,"su":1,"xn--p1ai":1,"se":1,"si":1,"sj":1,"sk":1,"sm":1,"ua":1,"xn--j1amh":1,"va":1,"tr":1}}; bouncex.client = { supportsBrotli: 1 }; bouncex.assets = {"ads":"316b12a95511cf618ef642592cd7c824","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"02aca5df0e176b8810a86da97ac05424","onsite":"0e56ab6ba004ee080ce3deb3edae35e9","sms":"e39203556bab2366e56296ce42e974a7","websdk":"fb3da6ba1a7a78e95cf94d2dc9e22138"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_6459738026535cda4232dc813c61447d.br.js'); runtime.setAttribute('async', 'async'); runtime.setAttribute('onload', 'bouncex.initializeTag()'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_7b4c0935d3a7dd25058ebdd7c57d4be9.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); var deviceGraphScript = document.createElement('script'); deviceGraphScript.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_3a843477d8e318f67237a66d0a58c542.js'); deviceGraphScript.setAttribute('async', 'async'); var dgAttrs = [{"Key":"id","Value":"c.js"},{"Key":"async","Value":"true"},{"Key":"data-apikey","Value":"2^HIykD"},{"Key":"data-cb","Value":"bouncex.dg.initPostDeviceGraph"},{"Key":"data-bx","Value":"1"},{"Key":"data-gm","Value":"1"},{"Key":"data-fire","Value":"1"}]; if (dgAttrs) { for (var i = 0; i < dgAttrs.length; i++) { deviceGraphScript.setAttribute(dgAttrs[i].Key, dgAttrs[i].Value); } } document.body.appendChild(deviceGraphScript); bouncex.initializeTag = function() {}; }; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();