Showing 2,426-2,450 of 1,761,105 items.
Log Events
IDEventSystemDataCreate At
 
 
 
×
1758680errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-5?fbclid=IwZXh0bgNhZW0CMTEAAR7wwJP8iq-iTtCDXOTE9NXNntIQPTLr_mvhgFZUXi_1fecI_p8LC-R7EsBEkw_aem_K0Y4-4XU8FFjhoctTobghg",
    "trace": "SyntaxError: \"undefined\" is not valid JSON<br>    at JSON.parse (<anonymous>)<br>    at <anonymous>:37:24<br>    at getHeadCode (https:\/\/secure.nativepath.com\/index.js?f=3b1df5:44:1010)<br>    at _callee12$ (https:\/\/secure.nativepath.com\/index.js?f=3b1df5:33:10752)<br>    at tryCatch (https:\/\/secure.nativepath.com\/index.js?f=3b1df5:1:1046434)<br>    at Generator.<anonymous> (https:\/\/secure.nativepath.com\/index.js?f=3b1df5:1:1048069)<br>    at Generator.next (https:\/\/secure.nativepath.com\/index.js?f=3b1df5:1:1046979)<br>    at asyncGeneratorStep (https:\/\/secure.nativepath.com\/index.js?f=3b1df5:1:1053280)<br>    at _next (https:\/\/secure.nativepath.com\/index.js?f=3b1df5:1:1053502)<br>    at https:\/\/secure.nativepath.com\/index.js?f=3b1df5:1:1053618",
    "cookie": "X-Source=3b1df5ac-a865-4b6b-bb73-a28eab828eeb",
    "message": "Pixels initial: \"undefined\" is not valid JSON",
    "order_id": null,
    "funnel_uuid": "3b1df5ac-a865-4b6b-bb73-a28eab828eeb",
    "sessionStorage": {
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"3b1df5ac-a865-4b6b-bb73-a28eab828eeb\",\"campaign\":\"50\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"760907565396245\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"}],\"providers\":[{\"id\":1,\"name\":\"Google\",\"keyValue\":\"G-7G9HS8437V\"}],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"9f041f5d-fdae-435a-a8d2-29acfc75f0a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0d5987d6-4400-4e89-b9f8-5405bbb511e9\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"e584e613-1c12-406e-8b38-dd10e7773375\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ed16f050-76ae-406e-ab1b-bbffd59b2b21\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c9ac925b-c6e3-49fa-ac34-a59debe569ed\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"19819986-2a54-405e-b23b-402b55a1505c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d4d188ca-bd8d-438a-a28b-9d8455be7c2a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"70d6a1cf-cf74-4f7e-aed4-7c5dfea62dab\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"681eee85-c963-4d37-a3e7-860e2c804455\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"38791c28-5948-4b2a-baef-898bc7190f88\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5620706d-7fc5-4511-a559-45bb2bcbed2c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9b6d6781-8587-4a13-8625-4e38db926f54\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"43f8d8ba-3634-47b1-8e99-e372420cfddb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b4g4-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5309b6e4-4ab8-496e-b5c5-3b63251517a3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"26110598-b7ae-4d4a-9bc8-f7b68a4bb65b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page9\",\"urlSlug\":\"checkout11\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"88fdac74-091a-4558-b72e-3ead396d8d8f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0cfac3a6-d509-4d2b-ab07-73b4641fc364\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page4\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"50232bcc-0cc0-45df-aab2-f26fd61389e6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f538913a-bdfa-42f4-a2f8-8d671f3ebd78\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7825cf90-312b-4e01-ac46-b780780580df\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"7cf9d78b-e44c-473b-a3f9-3d3bdc231b6c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page10\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"eb6cc95c-4de2-4325-977b-7381db16813b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0a640179-9cae-4836-9ebc-34227ba95c7d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9d9d3d8e-1465-4b19-8206-812834ec8e7b\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"985d18c6-6d09-4108-a3ed-bb804aaf2d84\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0a2a9fb6-9e97-4888-9092-3cc2bf4e2fa0\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 1359 - Collagen Jars (FB)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-5?fbclid=IwZXh0bgNhZW0CMTEAAR7wwJP8iq-iTtCDXOTE9NXNntIQPTLr_mvhgFZUXi_1fecI_p8LC-R7EsBEkw_aem_K0Y4-4XU8FFjhoctTobghg",
        "httpReferer": "https:\/\/www.facebook.com\/"
    }
}
08/01/2025 17:02:29
1758679ConversionChCh
{
    "cid": "571",
    "hid": "644175538",
    "qty": "1",
    "url": "https:\/\/secure.nativepath.com\/native-balance-checkout-571-1",
    "email": "[email protected]",
    "event": "Conversion",
    "value": "60.00",
    "cookie": "X-Source=37449329-884d-452e-8ae8-35cd59784992; _ga_7G9HS8437V=GS2.1.s1754067546$o20$g1$t1754067728$j42$l0$h0; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDA2OTUyNDkxMCwiaWQiOjE3NTQwNjc1NDcyODksInNlc3Npb25TdGFydCI6ZmFsc2V9; rl_anonymous_id=RS_ENC_v3_IjhhZWI0OWM5LWQwNGMtNGFjNC05YTk5LTQ4YzMzOGVjZjg4MCI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; rl_trait=RS_ENC_v3_eyJleHRlcm5hbElkIjoiIn0%3D; rl_user_id=RS_ENC_v3_IjAxR1hSQllHVERUSlQ1S1hYQ1YxMzJFWUVFIg%3D%3D; _fbp=fb.1.1745008799922.847653312404881016; _ga=GA1.1.1260292858.1745008800; _hjSession_5255763=eyJpZCI6IjhkMzc3NjdhLTEzNWMtNDI5MC1hYWIyLTZkMGZiMmEwNjM1YyIsImMiOjE3NTQwNjc1NDYzNDksInMiOjAsInIiOjAsInNiIjowLCJzciI6MCwic2UiOjAsImZzIjowLCJzcCI6MX0=; _gid=GA1.2.530115302.1754067546; _hjSessionUser_5255763=eyJpZCI6ImFkMGUxZTcwLTVmZGMtNTAwMS05NTlkLTcxZmRiNzY5MWMyYiIsImNyZWF0ZWQiOjE3NDQ5ODE3MTcyMTEsImV4aXN0aW5nIjp0cnVlfQ==; ef_affid=6; ef_tid_c_a_1=76f23ff873744cf58cf8300081327c32; ef_tid_c_o_10=76f23ff873744cf58cf8300081327c32; ef_witness=1; uid571=644175538-20250801095905-1aba86311e80a8891a2332bbed8d9c58-4267; __attentive_ceid=AEh; __attentive_domain=nativepath; __attentive_id=5f6f7c01ad76402984bd11e456eacdc2; _attn_=eyJ1Ijoie1wiY29cIjoxNzQ1MDA4Nzk5ODk3LFwidW9cIjoxNzQ1MDA4Nzk5ODk3LFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcIjVmNmY3YzAxYWQ3NjQwMjk4NGJkMTFlNDU2ZWFjZGMyXCJ9Iiwic2VzIjoie1widmFsXCI6XCJlY2I5YjA0ZTQyNWU0ZmEwYTcyMGNkY2UxYTM3MTNkNVwiLFwidW9cIjoxNzUzOTc2Nzg1MTY3LFwiY29cIjoxNzUzOTc2Nzg1MTY3LFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; _gcl_au=1.1.227185687.1753192082; wisepops=%7B%22popups%22%3A%7B%7D%2C%22sub%22%3A1%2C%22ucrn%22%3A26%2C%22cid%22%3A%2264212%22%2C%22v%22%3A5%2C%22bandit%22%3A%7B%22recos%22%3A%7B%7D%7D%7D; wisepops_visitor=%7B%22uAmXnV32UU%22%3A%2229c035a0-e6c7-40a9-a77e-9a3748b38a0c%22%7D; wisepops_visits=%5B%222025-07-22T15%3A16%3A23.915Z%22%2C%222025-07-22T13%3A48%3A01.377Z%22%2C%222025-07-12T23%3A57%3A09.830Z%22%2C%222025-07-02T16%3A50%3A11.703Z%22%2C%222025-07-02T16%3A39%3A00.805Z%22%2C%222025-07-02T15%3A41%3A54.209Z%22%2C%222025-04-18T20%3A39%3A59.664Z%22%2C%222025-04-18T13%3A08%3A36.164Z%22%5D; _sctr=1%7C1752292800000; ttcsid_C3J06B1M4B6L4J2EC2OG=1752364835963::9wV3P1WcECbRMP_BM-xB.1.1752364836173; _scid_r=gG1Fzi6pIZu-vTfajO_WcmjyAU1xNiF5R9fjss73uUSkFQ6e4-I2zUqFl_WfjXXD96IOkwV9pDU; _scsrid_r=; _tt_enable_cookie=1; _ttp=01K00HAS3RTKJWTC10M1CF8VSN_.tt.1; ttcsid=1752364835965::ETgGRK9W81tDWapBsb36.1.1752364835967; cto_bundle=HhNRzF9hemhhOWRKTm9qVUlxeGJTRlYxMWQyZzRvekZMRzJ3VnNpMyUyQlZkWlRoaEElMkZsNThHSzJyZmtNSnhRYjFCb2xDeXFuaEZsMTBURW8zYktMUGxoTzdwQkw5WFR0YUs0WHF0dCUyRnBTbzZ4Q2JlbGVsR01pZXlreXJ0SnAlMkZjcGVGVUUwMWY1STl5dUN2TGIlMkJ2d2l6JTJGY2tBJTJGN1dWJTJGc2k5N3ZVa3Y5NktwVUdsbjFRJTNE; _hjSessionUser_1066318=eyJpZCI6ImViZDg1ZjYyLTFlZjYtNTU5ZC05NWM5LWQxYzZhM2VhZThjMCIsImNyZWF0ZWQiOjE3NDUwMDg3OTk5NjMsImV4aXN0aW5nIjp0cnVlfQ==; _shopify_y=b944a415-0e9e-46e2-becd-4a8597f59f8d; cjConsent=MHxOfDB8Tnww; cjUser=1cc63dcb-acca-42f6-8f08-d18e8cd5fd31; _ga_2V7G82MKYG=GS2.1.s1749232368$o1$g0$t1749232368$j60$l0$h0; _ga_9L2VKHLXE4=GS2.1.s1749232369$o1$g0$t1749232369$j60$l0$h0; _ga_K6BQRD3HRJ=GS2.1.s1749232369$o1$g0$t1749232369$j60$l0$h0; _ps_site_visit=true; _scid=hu1Fzi6pIZu-vTfajO_WcmjyAU1xNiF5; _scida=tHe5RKQVDp7j4jbNSoWX9Z-NdcP3og6T; _uetvid=0f75552042ff11f083faa95e37185dfb; _tracking_consent=%7B%22con%22%3A%7B%22CMP%22%3A%7B%22a%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A%22%22%2C%22s%22%3A%22%22%7D%7D%2C%22v%22%3A%222.1%22%2C%22region%22%3A%22USFL%22%2C%22reg%22%3A%22%22%2C%22purposes%22%3A%7B%22a%22%3Atrue%2C%22p%22%3Atrue%2C%22m%22%3Atrue%2C%22t%22%3Atrue%7D%2C%22display_banner%22%3Afalse%2C%22sale_of_data_region%22%3Afalse%2C%22consent_id%22%3A%226e1bd377-207c-42fc-9107-2d6c05a260d0%22%7D; __insp_slim=1749231165284; __insp_targlpt=TmF0aXZlUGF0aCBCb25lIEhlYWx0aCBDb2xsYWdlbg%3D%3D; __insp_targlpu=aHR0cHM6Ly9oZWFsdGgubmF0aXZlcGF0aC5jb20vYXJlLXlvdS1lYXRpbmctdGhlc2UtYm9uZS1kaXNzb2x2aW5nLWZvb2RzLWJoYy01NzEtY2wtdjM%2FaHBjaWQ9NTcxJnB1Yj0yNDAwMjAmaGl0PTYzNDgxNTI1OCZjMT1ucGJzZWcxMWNvbnRlbnRjMTdib25lZGlzc29sdmluZ2Zvb2RzMDYwNjI1YW0mYzI9YmhjJmMzPWtsYXZpX2VtbF9ucGJfJnV0bV9zb3VyY2U9bnBic2VnMTFjb250ZW50YzE3Ym9uZWRpc3NvbHZpbmdmb29kczA2MDYyNWFtJnV0bV9tZWRpdW09ZW1sJnV0bV9jYW1wYWlnbj1iaGMmdXRtX2NvbnRlbnQ9a2xhdmlfZW1sX25wYl8mdXRtX2NhbXBhaWduPTAxSldYSEFLNlc0R1AxQ0dDN1JKVDdaSEFLJnV0bV9zb3VyY2U9a2xhdml5byZ1dG1fbWVkaXVtPWVtYWlsJl9reD1wYks5NTNZalhXbUp6al9qa0hxVEZVSjcyS3JYcGpWTVBEbzhNSUJNdHJjLlRQZzVqOCZrbHZfZXhpZD0mYWpzX3VpZD0wMUdYUkJZR1REVEpUNUtYWENWMTMyRVlFRSZhanNfdHJhaXRfZXh0ZXJuYWxJZD0%3D; __insp_nv=true; __insp_wid=606627737; __attentive_cco=1745008799898; _lc2_fpi=8ad7b0e6a39e--01js4g7wekkb7t55vhgfjda1aw",
    "transid": "3B51270618_1",
    "currency": "USD",
    "item_ids": "12815",
    "order_id": "3B51270618",
    "funnel_name": "CID 571 - Native Balance 2.0",
    "funnel_uuid": "37449329-884d-452e-8ae8-35cd59784992",
    "sessionStorage": {
        "fkCart": "{\"12681\":\"1\",\"12815\":\"1\"}",
        "totals": "{\"subTotal\":60,\"vat\":0,\"salesTax\":0,\"shipTotal\":0,\"grandTotal\":\"60.00\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":60}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "orderId": "\"3B51270618\"",
        "taxData": "{\"taxRate\":\"0.00\",\"isVat\":false,\"addVatToPrice\":true}",
        "orderData": "{\"taxExemption\":null,\"orderId\":\"3B51270618\",\"vendorOrderId\":null,\"vendorPluginId\":null,\"ipAddress\":\"99.39.43.223\",\"sourceId\":null,\"sourceValue1\":null,\"sourceValue2\":null,\"sourceValue3\":null,\"sourceValue4\":null,\"sourceValue5\":null,\"shipCarrier\":null,\"shipMethod\":null,\"profileName\":null,\"dateCreated\":\"2025-08-01 13:02:08\",\"orderType\":\"NEW_SALE\",\"orderStatus\":\"COMPLETE\",\"reviewStatus\":null,\"campaignName\":\"Native Balance\",\"orderValue\":\"60.00\",\"customerId\":301380,\"name\":\"beverly manley\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"4043726055\",\"firstName\":\"beverly\",\"lastName\":\"manley\",\"companyName\":null,\"address1\":\"3504 SW 105th St\",\"address2\":null,\"shipmentInsured\":null,\"shipmentInsurancePrice\":null,\"insuranceCharged\":0,\"city\":\"GAINESVILLE\",\"state\":\"FL\",\"country\":\"US\",\"postalCode\":\"32608\",\"shipFirstName\":\"Beverly\",\"shipLastName\":\"Manley\",\"shipCompanyName\":null,\"shipAddress1\":\"3504 SW 105th St\",\"shipAddress2\":null,\"shipCity\":\"GAINESVILLE\",\"shipState\":\"FL\",\"shipCountry\":\"US\",\"shipPostalCode\":\"32608\",\"custom1\":\"CID 571 - Native Balance 2.0\",\"custom2\":\"Checkout Page\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"paySource\":\"PAYPAL\",\"cardType\":null,\"cardBin\":null,\"cardLast4\":null,\"cardExpiryDate\":null,\"achAccountHolderType\":null,\"achAccountType\":null,\"achRoutingNumber\":null,\"achNameOnAccount\":null,\"achAccountNumber\":null,\"couponCode\":null,\"agentUserId\":null,\"basePrice\":\"60.00\",\"baseShipping\":\"0.00\",\"voiceLogNumber\":null,\"discountPrice\":\"0.00\",\"salesTax\":\"0.00\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/b2g2-native-balance-checkout-571-b?paypalAccept=1&token=EC-7LH374074C482090D&ba_token=BA-0D207194G3867114P\",\"surcharge\":\"0.00\",\"shipUpcharge\":\"0.00\",\"shipProfileId\":null,\"baseCurrencyCode\":\"USD\",\"baseCurrencySymbol\":\"$\",\"currencySymbol\":\"$\",\"currencyCode\":\"USD\",\"campaignId\":178,\"merchantTxnId\":\"8U4324236R0478901\",\"ibanLast4\":null,\"originalCycleNumber\":1,\"prepaidType\":null,\"cardIsPrepaid\":0,\"cardIsDebit\":0,\"accountHolder\":null,\"subTotal\":\"60.00\",\"shipTotal\":\"0.00\",\"taxTotal\":\"0.00\",\"totalAmount\":\"60.00\",\"totalDiscount\":\"0.00\",\"totalRefundRemaining\":\"60.00\",\"amountPaid\":\"60.00\",\"items\":[{\"productId\":\"12815\",\"name\":\"2 x Native Balance\",\"qty\":\"1\",\"productSku\":\"10-00067\",\"actualProductId\":\"1038\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7199721357449\",\"shipping\":\"0.00\",\"price\":\"60.00\",\"merchantId\":\"3\",\"descriptor\":\"\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"60.00\",\"merchantTxnId\":\"8U4324236R0478901\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"carthook_checkout,Constipation,Energy,Gut Health,Gut\/Digestion,monthly-eligible,Subscription,Supplements\"},{\"productId\":\"12681\",\"name\":\"2 x Native Balance\",\"qty\":\"1\",\"productSku\":\"10-00067\",\"actualProductId\":\"1038\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7199721357449\",\"shipping\":\"0.00\",\"price\":\"0.00\",\"merchantId\":\"3\",\"descriptor\":\"\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"0.00\",\"merchantTxnId\":\"8U4324236R0478901\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"carthook_checkout,Constipation,Energy,Gut Health,Gut\/Digestion,monthly-eligible,Subscription,Supplements\"}],\"customFields\":{\"hitid\":\"644175538\"},\"newCustomer\":0,\"productsPurchased\":\"2039,2042,4673,10695,10940,12785,12909,13389,15877,15923\",\"recommendedProducts\":[{\"recommendedCampaignProductId\":12684,\"rank\":0.201299,\"displayName\":\"1 x Native Balance\"},{\"recommendedCampaignProductId\":12683,\"rank\":0.175325,\"displayName\":\"3 x Native Balance\"},{\"recommendedCampaignProductId\":12687,\"rank\":0.077922,\"displayName\":\"3 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":12686,\"rank\":0.064935,\"displayName\":\"1 x NativePath Collagen\"},{\"recommendedCampaignProductId\":12688,\"rank\":0.058442,\"displayName\":\"1 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":12685,\"rank\":0.051948,\"displayName\":\"3 x NativePath Collagen\"},{\"recommendedCampaignProductId\":14624,\"rank\":0.006944,\"displayName\":\"3 x Native Berberine\"},{\"recommendedCampaignProductId\":14623,\"rank\":0.005291,\"displayName\":\"1 x Native Berberine\"}]}",
        "sessionId": "{\"result\":\"SUCCESS\",\"message\":{\"sessionId\":\"374419866940957b26af42d37e41d0d5\",\"pixel\":\"<iframe width=1 height=1 frameborder=0 scrolling=no src='https:\/\/lp.konnektive.com\/logos\/logo.htm?c=nativepath&s=374419866940957b26af42d37e41d0d5'><img width=1 height=1 src='https:\/\/lp.konnektive.com\/logos\/logo.gif?c=nativepath&s=374419866940957b26af42d37e41d0d5'><\/iframe>\",\"geoInfo\":{\"geoCountry\":\"US\",\"geoState\":\"FL\",\"geoCity\":\"Gainesville\",\"geoPostal\":\"32608\"}}}",
        "taxParams": "{\"firstName\":\"Beverly\",\"lastName\":\"Manley\",\"emailAddress\":\"[email protected]\",\"shipProfileId\":null,\"address1\":\"3504 SW 105th St\",\"address2\":\"\",\"postalCode\":\"32608\",\"city\":\"GAINESVILLE\",\"state\":\"FL\",\"country\":\"US\",\"shipFirstName\":\"Beverly\",\"shipLastName\":\"Manley\",\"shipAddress1\":\"3504 SW 105th St\",\"shipAddress2\":\"\",\"shipCity\":\"GAINESVILLE\",\"shipState\":\"FL\",\"shipPostalCode\":\"32608\",\"shipCountry\":\"US\",\"campaignId\":178,\"couponCode\":null,\"product1_id\":12681,\"product1_qty\":\"1\",\"product2_id\":12815,\"product2_qty\":\"1\",\"currencyCode\":\"USD\",\"cartId\":null}",
        "funnelData": "{\"referenceId\":\"37449329-884d-452e-8ae8-35cd59784992\",\"campaign\":\"178\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"Native Balance\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"},{\"keyName\":\"PROD_STOCK_VERIFY\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"}],\"providers\":[{\"id\":1,\"name\":\"Google\",\"keyValue\":\"G-7G9HS8437V\"}],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"22dbafc5-3ef2-464b-883a-e0a81eaff844\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"1-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"f7e52481-558a-44f6-9a7f-1608804cc10c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"9ee0261b-8519-4874-b3ca-51ce989caac6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"1-native-balance-checkout-571-b\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"562e1588-c83a-4f5a-a320-3d0638468972\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"18f4f6ed-ca5b-4d51-9860-6fde4ded8a14\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"12-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5712dc16-60fa-46e3-99a3-b999a5a11b39\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"72746904-bff7-48ca-bf30-0a9f20a02e1c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"3-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b17fdf75-157c-4b54-98e4-17485c12b572\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"66e09caf-b2fe-4c83-95d4-009d35a001e8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"3-native-balance-checkout-571-b\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"feaa7009-911c-49d7-9095-708a1b2a81dc\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d13f3ca3-af44-4a15-98d3-b008877cd38e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"3-native-balance-checkout-571-c\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7bcf409a-d038-4775-b1e2-ac2a8417d05c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a993b59a-389d-4731-80f1-eab8d5e4f586\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"6-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"316f1c49-3163-47de-aa9a-7d94cb6ac235\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"ea0d9048-1695-40e3-a1b7-57afdf2e244b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"6-native-balance-checkout-571-b\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2c575236-44dc-42c6-a2e2-64788930a762\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"548b6a9f-e938-4a30-9233-bec52c6a81ce\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"6-native-balance-checkout-571-c\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"746b3046-37bf-43b9-aed9-bc935c1e43aa\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"aa0b1a10-aaab-4297-8615-8a4f424dffc0\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 - 65 OFF (MASK)\",\"urlSlug\":\"65-off\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0079d2ff-0bcf-4424-9b3f-4bf86408a9d5\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2e627edb-465d-48a0-be44-b9421283ecf2\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b1g1-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"f05b4dd6-d6f2-4a90-ad2e-3665d5d99364\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b6f8b96b-9cd8-45b4-91ce-1c33acd0650b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b1g1-native-balance-checkout-571-b\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"16068b1f-11ba-4dd2-9659-d6ab028eeae8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c9838ca4-1abb-48ff-91e9-ec5bd3e72163\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b1g2-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2fd5a930-7c2e-4336-beb9-4cc6cea70886\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8715252b-d961-4d32-ab44-0be2af608c4c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b2g2-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"1090f606-ec77-487b-97f1-5300d05f48b3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"69ca5edb-3ead-4289-b01c-ae227bc46b18\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b2g2-native-balance-checkout-571-b\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5bdee459-5e77-4d29-a0e2-146dfba79b92\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"26c4e3ff-98a6-488a-a23d-fabe19bbea81\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b2g4-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"53ce05c4-11cc-4860-ac10-6036b0376996\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b0b2cd8f-d652-4ecb-968a-7ea5ca858a55\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b3g3-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"46750a52-aea0-4443-887d-6342dea5cd23\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2dfd813b-4483-41e4-af62-43edb7cd8d5a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b3g3-native-balance-checkout-571-b\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"bd76eeba-4d76-4f0e-8741-7eda89f5ffec\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8e17dbdf-a77c-4397-ad17-da5186aca212\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b4g8-native-balance-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"f399350e-f1f5-4ca3-8449-0571b090347d\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"6b2cdcc3-01db-4272-bdff-a29ca1e093a3\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"b6g6-native-balance-checkout-571-b\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fe4934a1-2cb4-4877-b994-9f85f7152da9\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f39ca7a6-4916-4e16-96d2-7a3d98f3beb4\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 - 58 off\",\"urlSlug\":\"checkout-nativepath-native-balance-58-special-offer-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"913fcc0c-e75a-4bb5-9c16-dd7c18c2336d\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5324f25f-5eb7-47d5-a38f-84aab305c234\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 58 off\",\"urlSlug\":\"checkout-nativepath-native-balance-58-special-offer-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"1993348a-998f-4d73-8340-aae7078e04bc\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"97209f6e-1037-44c4-a335-1980a36c9950\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 58 off\",\"urlSlug\":\"checkout-nativepath-native-balance-58-special-offer-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"d928c3df-272c-4b9c-ae00-99a956d7814a\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b9bd2fc7-cf29-4b73-841f-a7b66d55739c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 - 65 OFF (NO MASK)\",\"urlSlug\":\"checkout-nativepath-native-balance-up-to-65-off-otp-special-offer-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"196b0b72-da14-4270-b9a7-6f32388d8863\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4f40c249-4936-4fe7-9cfd-35e5d81b4b4b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page - 65 OFF\",\"urlSlug\":\"checkout-nativepath-native-balance-up-to-65-off-otp-special-offer-571-12\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5cb394dd-dc89-4fc8-be67-4715ab56effd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b4cbd536-9482-4fae-92c8-50641201e125\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 - 65 OFF\",\"urlSlug\":\"checkout-nativepath-native-balance-up-to-65-off-otp-special-offer-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"60e06644-0034-4ddb-ae48-d4e087040b8c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b780f126-dd2d-46b4-b4b3-f237372b638b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 - 65 OFF\",\"urlSlug\":\"checkout-nativepath-native-balance-up-to-65-off-otp-special-offer-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"397e6c4e-92ae-4072-aafc-9c5fa6f720a8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d14efe38-6ba2-4406-a1cf-43c62eece807\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common21\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"273ccd69-2d4e-4f87-a4f1-fb28e4e66af5\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a4dbbafd-85b8-41af-83d9-ba4fb9f6e60c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"native-balance-checkout-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9d463ef6-e4d3-44de-b12f-5d4bc4a13d09\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5e12cb70-d320-4851-a972-49d5b46793c1\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"native-balance-checkout-571-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"6e8c865f-9dbf-4b55-a877-a3ccad18bd78\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0eb7519a-24c3-4a7b-9574-e5ccec75783c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 2\",\"urlSlug\":\"native-balance-checkout-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"6932f170-5156-4dcc-ba0e-247444f2e2c6\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"add1e59f-021e-43ac-bcd9-0e7d93cc7e3c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"native-balance-checkout-571-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b1d7f4b1-248f-4aa9-bcac-0284addfcc98\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"26d9f496-961e-4aff-8b44-79884c7026f8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"native-balance-checkout-571-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"94a3b5fa-1a7d-456e-aa57-88a769b5c895\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"cfdf1da4-79e6-4224-b334-d9b1dae7e6ad\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 3\",\"urlSlug\":\"native-balance-checkout-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b955a010-2eb2-4440-835b-789b586b5249\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"native-balance-checkout-571-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 571 - Native Balance 2.0\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "leadParams": "{\"emailAddress\":\"[email protected]\",\"doNotSellName\":0,\"shipFirstName\":\"Beverly\",\"shipLastName\":\"Manley\",\"shipAddress1\":\"3504 SW 105th St\",\"shipAddress2\":\"\",\"shipCity\":\"GAINESVILLE\",\"shipCountry\":\"US\",\"province-hidden\":\"\",\"shipState\":\"FL\",\"shipPostalCode\":\"32608\",\"phoneNumber\":\"\",\"contactOptIn\":0,\"billShipSame\":1,\"firstName\":\"Beverly\",\"lastName\":\"Manley\",\"address1\":\"3504 SW 105th St\",\"address2\":\"\",\"city\":\"GAINESVILLE\",\"country\":\"US\",\"state\":\"FL\",\"postalCode\":\"32608\",\"optradio\":\"M\",\"payment_method\":\"\",\"cardDate\":\"\",\"shipProfileId\":null,\"product1_id\":\"12681\",\"product1_qty\":\"1\",\"product2_id\":\"12815\",\"product2_qty\":\"1\",\"orderId\":\"3B51270618\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/b2g2-native-balance-checkout-571-b?paypalAccept=1&token=EC-7LH374074C482090D&ba_token=BA-0D207194G3867114P\",\"campaignId\":178,\"custom1\":\"CID 571 - Native Balance 2.0\",\"custom2\":\"Checkout Page\",\"sessionId\":\"374419866940957b26af42d37e41d0d5\"}",
        "paypalCart": "{\"12681\":\"1\",\"12815\":\"1\"}",
        "requestUri": "https:\/\/secure.nativepath.com\/b2g2-native-balance-checkout-571-b?products=12815%3A1%3B12681%3A1&cc_custom_hitid=644175538&hit=644175538&ajs_aid=8aeb49c9-d04c-4ac4-9a99-48c338ecf880&cid=571&pub=240708",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/health.nativepath.com\/",
        "upsell_step": "1",
        "userDetails": "{\"firstName\":\"Beverly\",\"lastName\":\"Manley\",\"companyName\":null,\"address1\":\"3504 SW 105th St\",\"address2\":\"\",\"postalCode\":\"32608\",\"city\":\"GAINESVILLE\",\"state\":\"FL\",\"country\":\"US\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"4043726055\",\"gender\":null,\"dob\":null,\"couponCode\":null,\"shipProfileId\":null,\"achRoutingNumber\":null,\"achAccountNumber\":null,\"achAccountType\":null,\"iban\":null,\"ddbic\":null,\"custom1\":\"CID 571 - Native Balance 2.0\",\"custom2\":\"Checkout Page\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"redirectsTo\":\"https:\/\/secure.nativepath.com\/native-balance-checkout-571-1\",\"browserData\":\"{\\\"acceptHeader\\\":\\\"application\/json\\\",\\\"userAgent\\\":\\\"Mozilla\/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit\/605.1.15 (KHTML, like Gecko) CriOS\/138.0.7204.156 Mobile\/15E148 Safari\/604.1\\\",\\\"language\\\":\\\"en-US\\\",\\\"timezone\\\":\\\"240\\\",\\\"colorDepth\\\":24,\\\"screen\\\":{\\\"height\\\":\\\"844\\\",\\\"width\\\":\\\"390\\\"},\\\"javaScriptEnabled\\\":true,\\\"javaEnabled\\\":false}\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/b2g2-native-balance-checkout-571-b?products=12815%3A1%3B12681%3A1&cc_custom_hitid=644175538&hit=644175538&ajs_aid=8aeb49c9-d04c-4ac4-9a99-48c338ecf880&cid=571&pub=240708\",\"cartId\":null,\"campaignId\":178,\"doNotSellName\":0,\"contactOptIn\":0,\"billShipSame\":1,\"optradio\":\"M\",\"orderId\":\"3B51270618\",\"shipFirstName\":\"Beverly\",\"shipLastName\":\"Manley\",\"shipAddress1\":\"3504 SW 105th St\",\"shipAddress2\":\"\",\"shipCity\":\"GAINESVILLE\",\"shipState\":\"FL\",\"shipPostalCode\":\"32608\",\"shipCountry\":\"US\",\"cardMonth\":null,\"cardYear\":null,\"paySource\":\"PAYPAL\",\"product1_id\":\"12681\",\"product1_qty\":\"1\",\"product2_id\":\"12815\",\"product2_qty\":\"1\",\"sessionId\":\"374419866940957b26af42d37e41d0d5\",\"salesTax\":\"0.00\",\"paypalBillerId\":3,\"insureShipment\":0,\"shipmentInsurancePrice\":\"\"}",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "ccExternalTax": "0.00",
        "lastPageTypeId": "4",
        "paypalButtonId": "fkt-button-9f0-7a5-ab7",
        "ccPhoneDialCode": "1",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Gainesville\",\"region_code\":\"FL\",\"country_code\":\"US\",\"zip_code\":\"32607\"}",
        "checkoutOrderData": "{\"items\":[{\"productId\":\"12815\",\"name\":\"2 x Native Balance\",\"qty\":\"1\",\"productSku\":\"10-00067\",\"actualProductId\":\"1038\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7199721357449\",\"shipping\":\"0.00\",\"price\":\"60.00\",\"merchantId\":\"3\",\"descriptor\":\"\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"60.00\",\"merchantTxnId\":\"8U4324236R0478901\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"carthook_checkout,Constipation,Energy,Gut Health,Gut\/Digestion,monthly-eligible,Subscription,Supplements\"},{\"productId\":\"12681\",\"name\":\"2 x Native Balance\",\"qty\":\"1\",\"productSku\":\"10-00067\",\"actualProductId\":\"1038\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7199721357449\",\"shipping\":\"0.00\",\"price\":\"0.00\",\"merchantId\":\"3\",\"descriptor\":\"\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"0.00\",\"merchantTxnId\":\"8U4324236R0478901\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"carthook_checkout,Constipation,Energy,Gut Health,Gut\/Digestion,monthly-eligible,Subscription,Supplements\"}],\"totalAmount\":\"60.00\",\"taxTotal\":\"0.00\",\"shipTotal\":\"0.00\"}",
        "productOrderArray": "[\"12815\",\"12681\"]",
        "analyticsReference": "{\"69ca5edb-3ead-4289-b01c-ae227bc46b18-374419866940957b26af42d37e41d0d5\":2}",
        "currencyCodeSymbol": "$",
        "importOrderSuccess": "true",
        "upsell_curent_page": "",
        "ccExternalSessionId": "374419866940957b26af42d37e41d0d5",
        "previousExchangeRate": "1",
        "sessionStartDateTime": "2025-08-01T17:00:34.519Z",
        "bundleProductsPageRef": "{}",
        "previousCurrencySymbol": "$",
        "ccCountryAndStateInfoTracker": "{\"state\":\"FL\",\"shipState\":\"FL\"}",
        "ccCartProductsPercentageTotal": "60",
        "37449329-884d-452e-8ae8-35cd59784992ccQuery": "xoewj"
    },
    "funnel_campaign_id": "178",
    "shipping_address_zip": "32608",
    "shipping_address_city": "GAINESVILLE",
    "shipping_address_phone": "[email protected]",
    "shipping_address_country": "US",
    "shipping_address_province": "FL",
    "shipping_address_last_name": "Manley",
    "shipping_address_first_name": "Beverly"
}
08/01/2025 17:02:09
1758678ConversionGTM
{
    "cid": "1317",
    "hid": "644175157",
    "url": "https:\/\/secure.nativepath.com\/1a-nativepath-grass-fed-collagen-1317-1",
    "order_id": "C86A3BAADC",
    "funnel_name": "CID 1317 - Collagen",
    "funnel_uuid": "622ee193-609f-4808-8c48-5a2f2653cd9c"
}
08/01/2025 17:01:45
1758677errorChCh
{
    "cid": "571",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-3",
    "trace": "global code@https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-3:41:24<br>append@[native code]<br>getHeadCode@https:\/\/secure.nativepath.com\/index.js:53:1016<br>_callee12$@https:\/\/secure.nativepath.com\/index.js:42:10996<br>tryCatch@https:\/\/secure.nativepath.com\/index.js:1:1096243<br>@https:\/\/secure.nativepath.com\/index.js:1:1097882<br>asyncGeneratorStep@https:\/\/secure.nativepath.com\/index.js:1:1103085<br>_next@https:\/\/secure.nativepath.com\/index.js:1:1103325<br>@https:\/\/secure.nativepath.com\/index.js:1:1103428<br>Promise@[native code]<br>@https:\/\/secure.nativepath.com\/index.js:1:1103255<br>_HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:42:12573<br>HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:42:10587<br>@https:\/\/secure.nativepath.com\/index.js:42:10249",
    "cookie": "rl_anonymous_id=RS_ENC_v3_ImZhNjdhNzk1LTQ3Y2QtNDVmOC05M2QyLTRhZjc4YzQyYmNhYSI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDA2OTQ3MzA2MywiaWQiOjE3NTQwNjc1NDU2NDgsInNlc3Npb25TdGFydCI6ZmFsc2V9; rl_trait=RS_ENC_v3_eyJlbWFpbCI6InJjYWpydW9AY29tY2FzdC5uZXQifQ%3D%3D; rl_user_id=RS_ENC_v3_IjI5NjA2NCI%3D; _ga_7G9HS8437V=GS2.1.s1754067543$o3$g1$t1754067672$j60$l0$h0; X-Source=295a9637-ac57-4c27-9619-6df6a7fb60ce; _fbp=fb.1.1754000962476.703436357552146696; __hitcid=571; __pub=240708; _ga=GA1.1.1316101517.1754000962; _gcl_au=1.1.531378951.1754000963; _uetsid=f9614ff06ee911f0aa9719ca31e7824e; _uetvid=f96142d06ee911f09212277e33f097ba; __attentive_ceid=AEh; __attentive_domain=nativepath; __attentive_id=ec504d5b252e4aadaaadcd375dde8167; _attn_=eyJ1Ijoie1wiY29cIjoxNzU0MDAwOTYyNzU5LFwidW9cIjoxNzU0MDAwOTYyNzU5LFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcImVjNTA0ZDViMjUyZTRhYWRhYWFkY2QzNzVkZGU4MTY3XCJ9Iiwic2VzIjoie1widmFsXCI6XCIwOGMwNmQzZDNlOGQ0ODczODFiYWJiYzJmN2IyZDhkZlwiLFwidW9cIjoxNzU0MDYxMTQzNjAxLFwiY29cIjoxNzU0MDYxMTQzNjAxLFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; _gid=GA1.2.1646025261.1754000962; _hjSessionUser_5255763=eyJpZCI6IjIxNzIxNGU2LTQ2MmQtNTBhYy05YWU0LTY5ZmIwYTRjYTgzYiIsImNyZWF0ZWQiOjE3NTQwMDA5NjI4ODksImV4aXN0aW5nIjp0cnVlfQ==; ef_affid=6; ef_tid_c_a_1=2708be1065564114aa4dedb24af57c8f; ef_tid_c_o_10=2708be1065564114aa4dedb24af57c8f; ef_witness=1; __attentive_cco=1754000962761; __attentive_dv=1; _shopify_y=6322ae4f-00ad-41ef-add2-88dcade5b743; _tracking_consent=%7B%22con%22%3A%7B%22CMP%22%3A%7B%22a%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A%22%22%2C%22s%22%3A%22%22%7D%7D%2C%22v%22%3A%222.1%22%2C%22region%22%3A%22USMA%22%2C%22reg%22%3A%22%22%2C%22purposes%22%3A%7B%22a%22%3Atrue%2C%22p%22%3Atrue%2C%22m%22%3Atrue%2C%22t%22%3Atrue%7D%2C%22display_banner%22%3Afalse%2C%22sale_of_data_region%22%3Afalse%2C%22consent_id%22%3A%22a15dd962-c3be-4b68-9bb9-09edb8e810a8%22%7D; cje=eyJjakV2ZW50IjoiIn0%3D",
    "message": "Pixels initial: undefined is not an object (evaluating 'uidCookie.trim')",
    "order_id": "BFA803E9CB",
    "funnel_uuid": "295a9637-ac57-4c27-9619-6df6a7fb60ce",
    "sessionStorage": {
        "fkCart": "{\"15799\":1,\"16554\":\"1\"}",
        "totals": "{\"subTotal\":168,\"vat\":0,\"salesTax\":10.5,\"shipTotal\":0,\"grandTotal\":\"178.50\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":168}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "orderId": "\"BFA803E9CB\"",
        "taxData": "{\"taxRate\":\"0.00\",\"isVat\":false,\"addVatToPrice\":true}",
        "products": "[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"},{\"productId\":\"15799\",\"name\":\"3 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"72.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"4.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"76.50\",\"merchantTxnId\":\"81148264925\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}]",
        "orderData": "{\"taxExemption\":null,\"orderId\":\"BFA803E9CB\",\"vendorOrderId\":null,\"vendorPluginId\":null,\"ipAddress\":\"73.227.162.252\",\"sourceId\":null,\"sourceValue1\":null,\"sourceValue2\":null,\"sourceValue3\":null,\"sourceValue4\":null,\"sourceValue5\":null,\"shipCarrier\":null,\"shipMethod\":null,\"profileName\":null,\"dateCreated\":\"2025-08-01 12:59:02\",\"orderType\":\"NEW_SALE\",\"orderStatus\":\"COMPLETE\",\"reviewStatus\":null,\"campaignName\":\"56 Serving Bags\",\"orderValue\":\"168.00\",\"customerId\":296064,\"name\":\"Rosemarie Ruo\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"6178425836\",\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"companyName\":null,\"address1\":\"4 Free St\",\"address2\":null,\"shipmentInsured\":null,\"shipmentInsurancePrice\":null,\"insuranceCharged\":0,\"city\":\"Saugus\",\"state\":\"MA\",\"country\":\"US\",\"postalCode\":\"01906\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipCompanyName\":null,\"shipAddress1\":\"4 Free St\",\"shipAddress2\":null,\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipCountry\":\"US\",\"shipPostalCode\":\"01906\",\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"paySource\":\"CREDITCARD\",\"cardType\":\"MASTERCARD\",\"cardBin\":\"524366\",\"cardLast4\":\"8599\",\"cardExpiryDate\":\"08\/29\",\"achAccountHolderType\":null,\"achAccountType\":null,\"achRoutingNumber\":null,\"achNameOnAccount\":null,\"achAccountNumber\":null,\"couponCode\":null,\"agentUserId\":null,\"basePrice\":\"168.00\",\"baseShipping\":\"0.00\",\"voiceLogNumber\":null,\"discountPrice\":\"0.00\",\"salesTax\":\"0.00\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&p\",\"surcharge\":\"0.00\",\"shipUpcharge\":\"0.00\",\"shipProfileId\":null,\"baseCurrencyCode\":\"USD\",\"baseCurrencySymbol\":\"$\",\"currencySymbol\":\"$\",\"currencyCode\":\"USD\",\"campaignId\":17,\"merchantTxnId\":\"81148259342\",\"ibanLast4\":null,\"originalCycleNumber\":1,\"prepaidType\":null,\"cardIsPrepaid\":0,\"cardIsDebit\":0,\"accountHolder\":null,\"subTotal\":\"240.00\",\"shipTotal\":\"0.00\",\"taxTotal\":\"15.00\",\"totalAmount\":\"255.00\",\"totalDiscount\":\"0.00\",\"totalRefundRemaining\":\"255.00\",\"amountPaid\":\"255.00\",\"items\":[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"},{\"productId\":\"15799\",\"name\":\"3 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"72.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"4.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"76.50\",\"merchantTxnId\":\"81148264925\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}],\"paypalUrl\":null,\"paypalSdkParams\":null,\"customFields\":{\"hitid\":\"644064178\"},\"newCustomer\":0,\"productsPurchased\":\"6294,6393,7315,10924,10936,12430,12466,12533,12558,12720,12721,13134,13411,13412,13467\",\"recommendedProducts\":[{\"recommendedCampaignProductId\":12934,\"rank\":0.255396,\"displayName\":\"FREE 4 x NativePath Collagen 56 servings\"},{\"recommendedCampaignProductId\":6294,\"rank\":0.063593,\"displayName\":\"3 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":3477,\"rank\":0.062998,\"displayName\":\"3 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":10678,\"rank\":0.061737,\"displayName\":\"3 x NativePath Collagen Care+\"}]}",
        "sessionId": "{\"result\":\"SUCCESS\",\"message\":{\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\",\"pixel\":\"<iframe width=1 height=1 frameborder=0 scrolling=no src='https:\/\/lp.konnektive.com\/logos\/logo.htm?c=nativepath&s=295a19866314a612107e87aa0dfa7bff'><img width=1 height=1 src='https:\/\/lp.konnektive.com\/logos\/logo.gif?c=nativepath&s=295a19866314a612107e87aa0dfa7bff'><\/iframe>\",\"geoInfo\":{\"geoCountry\":\"US\",\"geoState\":\"MA\",\"geoCity\":\"Salem\",\"geoPostal\":\"01970\"}}}",
        "taxParams": "{\"firstName\":\"\",\"lastName\":\"\",\"emailAddress\":\"[email protected]\",\"shipProfileId\":null,\"address1\":\"\",\"address2\":\"\",\"postalCode\":\"\",\"city\":\"\",\"state\":\"MA\",\"country\":\"US\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"shipCountry\":\"US\",\"campaignId\":17,\"couponCode\":null,\"product1_id\":16554,\"product1_qty\":\"1\",\"currencyCode\":\"USD\",\"cartId\":null}",
        "funnelData": "{\"referenceId\":\"295a9637-ac57-4c27-9619-6df6a7fb60ce\",\"campaign\":\"17\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"ADD_TO_CART_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"LEAD_VIEW_CONT_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"PRODUCTS_PER_ORDER\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"APPLOVIN_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"TTK_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"PAAY_AUTH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalFastlaneHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"}],\"providers\":[],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4844fadc-62e5-4b13-9ada-897ee9a2304c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"25d051e3-f706-4e5e-848d-beea0b182d43\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"30ef3802-937a-4303-8cba-2d5b0d7a06ad\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a552223f-f7d7-4b6a-93ba-3dbbbbd63fb8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f7dfc340-5e5d-425f-941c-5aeb64ea2540\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2c12ec50-98b5-48c3-a714-bf36fcec9221\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"69028822-cc75-4c35-9055-98023b70b99d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a385fd12-9742-41d6-9d92-a37884a90c66\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"02e3feff-c68f-4960-adae-54a285bef5c6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4b069900-455c-417d-afa2-7c708bc9edbd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"131bba49-bd16-406a-af33-52a9e221d367\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"42ef9359-a337-41d0-ad25-5fc6dd67aed8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b238fa39-15da-4800-982f-6d57c30cc2a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9cbd1a56-588f-46e7-8af4-2bef11625e15\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"537400a2-194e-406a-bdd9-98000493eb36\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 12 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-12\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5cb01573-a124-4643-87c2-9cdca966b15e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"41efd294-f1b2-4fa4-be9f-1668a4ec74ea\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"c6ae901f-0a65-47c8-bc6d-d6c2dbeba6db\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"3877e974-0227-49b1-9f36-418bd29aee00\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"adac95f3-8e12-4dcf-9631-0c4a5ecf9142\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"6a80c6c2-aa4b-4c79-bb0c-3f3d2813cc94\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common92\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"57f5ca6c-a72e-4d0f-bc56-91ca3bb7c92d\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"447d3682-5a1a-46e2-b28c-750ce9d40e0b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"52407e30-0d8e-4c17-a09a-153d9dc3dbb8\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5c846aae-14d8-444e-b2f4-4f01a070a58a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page5\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"28824ace-6531-45ce-a9c7-d0d0afc0182e\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "leadParams": "{\"0\":\"{\",\"1\":\"\\\"\",\"2\":\"e\",\"3\":\"v\",\"4\":\"e\",\"5\":\"n\",\"6\":\"t\",\"7\":\"\\\"\",\"8\":\":\",\"9\":\"\\\"\",\"10\":\"c\",\"11\":\"o\",\"12\":\"l\",\"13\":\"l\",\"14\":\"e\",\"15\":\"c\",\"16\":\"t\",\"17\":\"-\",\"18\":\"e\",\"19\":\"n\",\"20\":\"d\",\"21\":\"\\\"\",\"22\":\",\",\"23\":\"\\\"\",\"24\":\"p\",\"25\":\"a\",\"26\":\"r\",\"27\":\"a\",\"28\":\"m\",\"29\":\"s\",\"30\":\"\\\"\",\"31\":\":\",\"32\":\"{\",\"33\":\"\\\"\",\"34\":\"s\",\"35\":\"\\\"\",\"36\":\":\",\"37\":\"\\\"\",\"38\":\"2\",\"39\":\"9\",\"40\":\"5\",\"41\":\"a\",\"42\":\"1\",\"43\":\"9\",\"44\":\"8\",\"45\":\"6\",\"46\":\"6\",\"47\":\"3\",\"48\":\"1\",\"49\":\"4\",\"50\":\"a\",\"51\":\"6\",\"52\":\"1\",\"53\":\"2\",\"54\":\"1\",\"55\":\"0\",\"56\":\"7\",\"57\":\"e\",\"58\":\"8\",\"59\":\"7\",\"60\":\"a\",\"61\":\"a\",\"62\":\"0\",\"63\":\"d\",\"64\":\"f\",\"65\":\"a\",\"66\":\"7\",\"67\":\"b\",\"68\":\"f\",\"69\":\"f\",\"70\":\"\\\"\",\"71\":\",\",\"72\":\"\\\"\",\"73\":\"m\",\"74\":\"\\\"\",\"75\":\":\",\"76\":\"\\\"\",\"77\":\"2\",\"78\":\"0\",\"79\":\"0\",\"80\":\"6\",\"81\":\"5\",\"82\":\"0\",\"83\":\"\\\"\",\"84\":\"}\",\"85\":\"}\",\"emailAddress\":\"[email protected]\",\"doNotSellName\":0,\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipCountry\":\"US\",\"province-hidden\":\"MA\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"phoneNumber\":\"6178425836\",\"contactOptIn\":1,\"billShipSame\":1,\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"address1\":\"4 Free St\",\"address2\":\"\",\"city\":\"Saugus\",\"country\":\"US\",\"state\":\"MA\",\"postalCode\":\"01906\",\"optradio\":\"M\",\"payment_method\":\"\",\"cardDate\":\"\",\"action\":\"FB_LOG\",\"logMessage\":\"You are sending a non-standard event 'Initiate Checkout'. The preferred way to send these events is using trackCustom. See 'https:\/\/developers.facebook.com\/docs\/ads-for-websites\/pixel-events\/#events' for more information.\",\"logType\":\"Meta Pixel Error\",\"cardMonth\":\"00\",\"cardYear\":\"00\",\"shipProfileId\":null,\"product1_id\":\"16554\",\"product1_qty\":\"1\",\"orderId\":\"BFA803E9CB\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708\",\"campaignId\":17,\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\"}",
        "requestUri": "https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/health.nativepath.com\/",
        "upsell_step": "3",
        "userDetails": "{\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"companyName\":null,\"address1\":\"4 Free St\",\"address2\":\"\",\"postalCode\":\"01906\",\"city\":\"Saugus\",\"state\":\"MA\",\"country\":\"US\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"6178425836\",\"gender\":null,\"dob\":null,\"couponCode\":null,\"shipProfileId\":null,\"achRoutingNumber\":null,\"achAccountNumber\":null,\"achAccountType\":null,\"achAccountHolderType\":null,\"iban\":null,\"ddbic\":null,\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"redirectsTo\":\"https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1\",\"browserData\":\"{\\\"acceptHeader\\\":\\\"application\/json\\\",\\\"userAgent\\\":\\\"Mozilla\/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit\/605.1.15 (KHTML, like Gecko) Version\/16.6.1 Mobile\/15E148 Safari\/604.1\\\",\\\"language\\\":\\\"en-US\\\",\\\"timezone\\\":\\\"240\\\",\\\"colorDepth\\\":32,\\\"screen\\\":{\\\"height\\\":\\\"667\\\",\\\"width\\\":\\\"375\\\"},\\\"javaScriptEnabled\\\":true,\\\"javaEnabled\\\":false}\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708\",\"cartId\":null,\"campaignId\":17,\"doNotSellName\":0,\"contactOptIn\":1,\"billShipSame\":1,\"optradio\":\"M\",\"orderId\":\"BFA803E9CB\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"shipCountry\":\"US\",\"cardMonth\":0,\"cardYear\":0,\"paySource\":\"CREDITCARD\",\"forceMerchantId\":null,\"product1_id\":\"16554\",\"product1_qty\":\"1\",\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\",\"insureShipment\":0,\"shipmentInsurancePrice\":\"\"}",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "pageSequence": "2",
        "ccExternalTax": "10.50",
        "lastPageTypeId": "3",
        "ccPhoneDialCode": "1",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Boston\",\"region_code\":\"MA\",\"country_code\":\"US\",\"zip_code\":\"01905\"}",
        "checkoutOrderData": "{\"items\":[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}],\"totalAmount\":\"178.50\",\"taxTotal\":\"10.50\",\"shipTotal\":\"0.00\"}",
        "productOrderArray": "[\"16554\",\"15799\"]",
        "analyticsReference": "{\"f7dfc340-5e5d-425f-941c-5aeb64ea2540-295a19866314a612107e87aa0dfa7bff\":2,\"447d3682-5a1a-46e2-b28c-750ce9d40e0b-295a19866314a612107e87aa0dfa7bff\":2}",
        "currencyCodeSymbol": "$",
        "importOrderSuccess": "true",
        "purchaseEventFired": "true",
        "upsell_curent_page": "",
        "upsell_items_count": "1",
        "visitedUpsellPages": "{\"447d3682-5a1a-46e2-b28c-750ce9d40e0b\":1}",
        "ccExternalSessionId": "295a19866314a612107e87aa0dfa7bff",
        "sessionStartDateTime": "2025-08-01T15:12:43.107Z",
        "bundleProductsPageRef": "{}",
        "purchaseTracked_BFA803E9CB": "true",
        "ccCountryAndStateInfoTracker": "{\"state\":\"MA\",\"shipState\":\"MA\"}",
        "ccCartProductsPercentageTotal": "240",
        "295a9637-ac57-4c27-9619-6df6a7fb60ceccQuery": "c1gf3j"
    }
}
08/01/2025 17:01:13
1758676ConversionGTM
{
    "cid": "571",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-native-fiber-otp-am-free-frother-571-1",
    "order_id": "DD8996E668",
    "funnel_name": "CID 571 - Native Fiber + Frother",
    "funnel_uuid": "6a18c905-3d2d-4b28-93ed-84441db772d4"
}
08/01/2025 17:00:54
1758675ConversionGTM
{
    "cid": "571",
    "hid": "644175283",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-native-creatine-571-1",
    "order_id": "3E38B5DAD4",
    "funnel_name": "571 - Native Creatine (EML)",
    "funnel_uuid": "a2640be6-00a6-4cc6-a977-b875d18b91dd"
}
08/01/2025 17:00:32
1758674errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-25s-tumbler-571-6",
    "trace": "SyntaxError: \"undefined\" is not valid JSON<br>    at JSON.parse (<anonymous>)<br>    at <anonymous>:37:24<br>    at getHeadCode (https:\/\/secure.nativepath.com\/index.js?f=0uz49:54:1010)<br>    at _callee12$ (https:\/\/secure.nativepath.com\/index.js?f=0uz49:43:10985)<br>    at tryCatch (https:\/\/secure.nativepath.com\/index.js?f=0uz49:1:1048601)<br>    at Generator.<anonymous> (https:\/\/secure.nativepath.com\/index.js?f=0uz49:1:1050236)<br>    at Generator.next (https:\/\/secure.nativepath.com\/index.js?f=0uz49:1:1049146)<br>    at asyncGeneratorStep (https:\/\/secure.nativepath.com\/index.js?f=0uz49:1:1055447)<br>    at _next (https:\/\/secure.nativepath.com\/index.js?f=0uz49:1:1055669)<br>    at https:\/\/secure.nativepath.com\/index.js?f=0uz49:1:1055785",
    "cookie": "_fbp=fb.1.1740942308432.582047682202830643; __attentive_id=46b7b0340fd74b4389c63b7be72c51e9; __attentive_cco=1740942310477; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; _hjSessionUser_3250966=eyJpZCI6ImMwZTQxN2NmLWE0ODAtNTFlMC1hMTk1LTRiNjNjMTBiNzlhNyIsImNyZWF0ZWQiOjE3NDA5NTEyODI5MzUsImV4aXN0aW5nIjpmYWxzZX0=; _hjSessionUser_5255763=eyJpZCI6IjExZDU5NjlmLTA3ODEtNTcwYi05OTk2LWJlNDU2ZTQ0NjBlMiIsImNyZWF0ZWQiOjE3NDA5NDIzMDkwODgsImV4aXN0aW5nIjp0cnVlfQ==; _lc2_fpi=8ad7b0e6a39e--01jh16h6r3rd5jdm3q9qvfpmyb; vv_visitor_id=lzxXAxJZUYTwtIVug2dB9ehSREFbFMi; _atcid=d5oC7sc57DOnf6; _li_ss=CgA; _scid=NSABKVanqhDv40DybiD_jGY1zae95FTf; _tt_enable_cookie=1; _ttp=01JSD0YTPA11C976E6KMKJFXRJ_.tt.1; _hjSessionUser_1066318=eyJpZCI6IjA4MGQ0Y2ZhLWVjN2MtNTlmNS05M2M2LWRiZWRlZjNlY2Q5MyIsImNyZWF0ZWQiOjE3NDMxMTc4MDczNjMsImV4aXN0aW5nIjp0cnVlfQ==; _tracking_consent=%7B%22con%22%3A%7B%22CMP%22%3A%7B%22a%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A%22%22%2C%22s%22%3A%22%22%7D%7D%2C%22v%22%3A%222.1%22%2C%22region%22%3A%22USCA%22%2C%22reg%22%3A%22%22%2C%22purposes%22%3A%7B%22a%22%3Atrue%2C%22p%22%3Atrue%2C%22m%22%3Atrue%2C%22t%22%3Atrue%7D%2C%22display_banner%22%3Afalse%2C%22sale_of_data_region%22%3Afalse%2C%22consent_id%22%3A%22ec6dbf56-62b0-4fe9-8da2-2d7b45495ba2%22%7D; _shopify_y=74b91c38-fc97-4817-be0e-4fb828b1f8f6; _ga_K6BQRD3HRJ=GS1.1.1746389314.1.0.1746389314.0.0.0; _ga_9L2VKHLXE4=GS2.1.s1746389315$o1$g0$t1746389315$j60$l0$h0; _ga_2V7G82MKYG=GS1.1.1746389313.1.0.1746389315.58.0.0; _gcl_au=1.1.82192944.1748813552; _sctr=1%7C1749366000000; _scid_r=P6ABKVanqhDv40DybiD_jGY1zae95FTfKRgMzA; ttcsid=1749427290718::QQXayA_eFL8OVrt8aaEx.2.1749427528794; ttcsid_C3J06B1M4B6L4J2EC2OG=1749427290712::T5tcA1WF4Pf5GEhJ4UZ4.2.1749427540553; rs_ga=GA1.1.9808a66d-a446-4c0c-b6bd-a051b8c807fb; rs_ga_NY556K631J=GS2.1.s1749700055544$o1$g1$t1749700057$j59$l0$h0; _clck=1dwxou7%7C2%7Cfx5%7C0%7C1919; _atutm=utm_source=google&utm_medium=cpc&utm_campaign=22406908522&utm_content=176156118894; ef_witness=1; ef_affid=6; ef_tid_c_o_10=a34d17afa9964ff3bbaa452c0d428d8b; ef_tid_c_a_1=a34d17afa9964ff3bbaa452c0d428d8b; __attentive_domain=nativepath; __attentive_ceid=AEh; wisepops=%7B%22popups%22%3A%7B%7D%2C%22sub%22%3A0%2C%22ucrn%22%3A72%2C%22cid%22%3A%2264212%22%2C%22v%22%3A5%2C%22bandit%22%3A%7B%22recos%22%3A%7B%7D%7D%7D; wisepops_visitor=%7B%22uAmXnV32UU%22%3A%226a0d5aee-832c-4909-9a34-e5752ca35afb%22%7D; wisepops_visits=%5B%222025-07-22T16%3A26%3A50.604Z%22%2C%222025-07-21T18%3A31%3A55.482Z%22%2C%222025-07-07T15%3A42%3A01.774Z%22%2C%222025-07-06T22%3A28%3A41.170Z%22%2C%222025-07-06T16%3A23%3A34.908Z%22%2C%222025-06-04T18%3A18%3A45.663Z%22%2C%222025-06-04T18%3A17%3A08.429Z%22%2C%222025-03-27T23%3A23%3A23.610Z%22%2C%222025-03-27T23%3A22%3A30.994Z%22%2C%222025-03-19T02%3A47%3A32.133Z%22%5D; _gcl_gs=2.1.k1$i1753202140$u25125283; _gcl_aw=GCL.1753202145.CjwKCAjw7fzDBhA7EiwAOqJkhwZg3MAgBBCxTNlH7fFLi9YD6mfX1eqpN7sKa00RfsjpnB3yfG9EsBoCrgcQAvD_BwE; uid1542=642610740-20250722093600-ce84f8c74ed94197747923a34f50a373-5309; _atcid-pt=1753202312801; _gid=GA1.2.1299962423.1754012204; _ga=GA1.1.846666374.1740942308; _attn_=eyJ1Ijoie1wiY29cIjoxNzQwOTQyMzEwNDYzLFwidW9cIjoxNzQwOTQyMzEwNDYzLFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcIjQ2YjdiMDM0MGZkNzRiNDM4OWM2M2I3YmU3MmM1MWU5XCJ9Iiwic2VzIjoie1widmFsXCI6XCI0YTU1YjU1ZGE3Y2Q0Y2NlOGE3NzEwYTlhMWFjMWZmNVwiLFwidW9cIjoxNzU0MDEyMjA4NjI4LFwiY29cIjoxNzU0MDEyMjA4NjI4LFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; __insp_wid=606627737; __insp_slim=1754012210483; __insp_nv=true; __insp_targlpu=aHR0cHM6Ly9oZWFsdGgubmF0aXZlcGF0aC5jb20vbmF0aXZlcGF0aC1ncmFzcy1mZWQtNDgtb2ZmLWNvbGxhZ2VuLXBsdXMtZnJlZS10dW1ibGVyLWFpLXZpZC0xNDUzP2hwY2lkPTE4MDcmcHViPTI0MDU0OSZoaXQ9NjQwMzAxOTIzJmMxPTAyMjcyMDI1U01TQ09MTEpBUlJFV0FSRFNBSVZJREVPJmMyPSZjMz0mdXRtX3NvdXJjZT0wMjI3MjAyNVNNU0NPTExKQVJSRVdBUkRTQUlWSURFTyZ1dG1fbWVkaXVtPXNtcyZ1dG1fY2FtcGFpZ249JnV0bV9jb250ZW50PSZjY19jdXN0b21faGl0aWQ9NjQwMzAxOTIzJmFqc19haWQ9NDhiM2NkODEtOGM3ZS00YzVhLWE0YjUtZmVkYjFkNWQxZWIwI3BhZ2UtYmxvY2steWZvbGh3NWN0aW0mdXRtX2NhbXBhaWduPVNNUyswNzMxMjAyNStDT0xMLitKQVJTK1JFV0FSRFMrUE9JTlRTK0FJK1ZJREVPK01BUkdJTitURVNUKy0rNjglMjVfYmFzZSZ1dG1fc291cmNlPWF0dGVudGl2ZSZ1dG1fbWVkaXVtPXNtcyZleHRlcm5hbElkPTVhY3Jn; __insp_targlpt=VXAgVG8gJDEwMS45NCBPRkYgQ09MTEFHRU4gKyBGUkVFIElOU1VMQVRFRCBUVU1CTEVS; __attentive_dv=1; rl_anonymous_id=RS_ENC_v3_IjQ4YjNjZDgxLThjN2UtNGM1YS1hNGI1LWZlZGIxZDVkMWViMCI%3D; __hitcid=1807; __pub=240549; cto_bundle=tMaT0l9BM2Jic2RDd0lIUkIzVU5oVDZTTiUyRmMlMkI4NzExeG41aWdYRjF6RGFzVVpFUzF1UWxjV2d6b1RZMHo5V3BwT1l2OGMwTUlpeTZUMWxGTDRzRnBuRWxSMSUyRmV3d3pxbmhsMkFHUzVVSWhDUWlWQXgxM3klMkZlY0NEdXJYSGpyOG5VWUJNRW56VG5SajZBWG9PcjdNTCUyRktoU0hjbnElMkZjdkhDV1h5ODJIY3hoeWExeiUyRjFmTE9HQ1cxdWIlMkZjUlJhbjV4cWhlY0tHYnY5OWNJa3dnbEpqU29vZ1gxN3NpYyUyQkslMkI5eFJKSFR6cExaSyUyQkdzRHBKR1ZIYXhyaW0lMkZHJTJCUXl5RTl1N3FvblJHcWdvZGRwMzRNQkdxWFY3c3l3JTNEJTNE; rl_user_id=RS_ENC_v3_IjgxNjk4NSI%3D; rl_trait=RS_ENC_v3_eyJlbWFpbCI6ImNhcm9samdyZWVuNzc3QGdtYWlsLmNvbSJ9; _uetsid=0b2baf706e7811f0ac6617d542ba1c71; _uetvid=6779afa0090e11ef8e4d93d5b0411937; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDAxNDMxMzA2NywiaWQiOjE3NTQwMTIzNjI2NjcsInNlc3Npb25TdGFydCI6ZmFsc2V9; _ga_7G9HS8437V=GS2.1.s1754012205$o55$g1$t1754013264$j60$l0$h0; X-Source=8a346a69-345e-464b-a998-d407ab376a21",
    "message": "Pixels initial: \"undefined\" is not valid JSON",
    "order_id": null,
    "funnel_uuid": "8a346a69-345e-464b-a998-d407ab376a21",
    "sessionStorage": {
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"8a346a69-345e-464b-a998-d407ab376a21\",\"campaign\":\"1\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"ADD_TO_CART_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"LEAD_VIEW_CONT_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"PRODUCTS_PER_ORDER\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"APPLOVIN_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"TTK_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"true\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"true\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"PAAY_AUTH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalFastlaneHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"}],\"providers\":[],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d92945a9-1c31-49ef-b60e-cdeb2ab9459a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"1 Jar\",\"urlSlug\":\"checkout-nativepath-collagen-25s-tumbler-special-offer-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"778fd072-03a9-414e-878f-2c5951fdc2fd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"aab441f8-1d1b-4090-9802-c38ce12052fa\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"3 Jars\",\"urlSlug\":\"checkout-nativepath-collagen-25s-tumbler-special-offer-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2a4c0d49-7752-4aee-aaf7-e90eaa647af6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2c226794-6aa2-43bb-83b1-e55ea451806d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"6 Jars\",\"urlSlug\":\"checkout-nativepath-collagen-25s-tumbler-special-offer-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"735652ed-500f-4bab-a451-ba2a69523feb\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"845f7f63-b597-48c6-bd3e-f0d2b8ed8ba7\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-25s-tumbler-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b9ff8e31-11a7-42e5-b0e6-192641eb6eed\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"7d2ecc37-7c4e-4320-90b5-b68e12edb2c5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-25s-tumbler-571-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"6b43decf-9f70-4da8-87c2-f3cfebe79162\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-25s-tumbler-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"985d18c6-6d09-4108-a3ed-bb804aaf2d84\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 4\",\"urlSlug\":\"one-time-offer-nativepath-collagen-25s-tumbler-571-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0a2a9fb6-9e97-4888-9092-3cc2bf4e2fa0\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-25s-tumbler-571-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-25s-tumbler-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-25s-tumbler-571-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"571 Collagen Jars - SMS\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-25s-tumbler-571-6",
        "httpReferer": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-25s-tumbler-571-5",
        "8a346a69-345e-464b-a998-d407ab376a21ccQuery": "0uz49"
    }
}
08/01/2025 17:00:13
1758673ConversionGTM
{
    "cid": "571",
    "hid": "644175446",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-61-native-berberine-571-1",
    "order_id": "4FBB83895A",
    "funnel_name": "CID 571 - Berberine 57% (EML)",
    "funnel_uuid": "f06894b4-d279-41a3-a32f-81e08957f5a7"
}
08/01/2025 16:59:45
1758672ConversionGTM
{
    "cid": "1317",
    "hid": "644175157",
    "url": "https:\/\/secure.nativepath.com\/1a-nativepath-grass-fed-collagen-1317-1",
    "order_id": "C86A3BAADC",
    "funnel_name": "CID 1317 - Collagen",
    "funnel_uuid": "622ee193-609f-4808-8c48-5a2f2653cd9c"
}
08/01/2025 16:59:35
1758671ConversionChCh
{
    "cid": "571",
    "hid": "644175094",
    "qty": "1",
    "url": "https:\/\/secure.nativepath.com\/native-hydrate-1-571",
    "email": "[email protected]",
    "event": "Conversion",
    "value": "168.00",
    "cookie": "__attentive_id=774456cee57a4912b7735f154500db51; __attentive_cco=1752430544344; _gcl_au=1.1.897473286.1752430545; rl_anonymous_id=RS_ENC_v3_IjExODFkYmQ2LTc4MTEtNDRiNi04NGJhLTA0Y2M0N2UyNjVjYyI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; _hjSessionUser_1066318=eyJpZCI6ImU5NWY1NDJlLTdjNzctNTgzMy1hZmJkLTAwYWU4MTYwYWRmYSIsImNyZWF0ZWQiOjE3NTI0MzA1NTIwMTQsImV4aXN0aW5nIjpmYWxzZX0=; _fbp=fb.1.1752430552208.787449462675376; _tracking_consent=3.AMPS_USTX_f_f_pmISgGRMTxeAKj2WggVLgQ; _shopify_y=f75e06c8-d341-4f4f-bb95-da306dc3eb79; _scid=wFgoJw0Yr2s5MHMdRHI2jcrt5KMp2uUDD2pD8A; _gert=amltLmRlbm5leUB5bWFpbC5jb20=; _scsrid_r=; _scid_r=wVgoJw0Yr2s5MHMdRHI2jcrt5KMp2uUDD2pD8ejj914GyNNBSU8LldowbcPrebPeGAl8a5UoegI; _scida=3WP3XgbI00FJTwuV2jBtw-t5s94YDpvr; _ga_K6BQRD3HRJ=GS2.1.s1752430761$o1$g1$t1752431097$j60$l0$h0; _ga=GA1.1.1512612657.1752430545; cjConsent=MHxOfDB8Tnww; cjUser=d536b433-f625-4f74-b955-35f41ba33f17; _ga_2V7G82MKYG=GS2.1.s1752439028$o2$g0$t1752439028$j60$l0$h0; _ga_9L2VKHLXE4=GS2.1.s1752439028$o2$g0$t1752439028$j60$l0$h0; uid571=644175094-20250801095619-df7faf66242eb69e8d1d1907c606cf4c-7358; __attentive_domain=nativepath; __attentive_ceid=AEh; __attentive_session_id=812a478cdd60411e8a5576dab4937b31; __attentive_utm_param_campaign=Hydrate+Check+In+90+Days+PP+%2528VEeDYK%2529; __attentive_utm_param_source=klaviyo; __attentive_utm_param_medium=email; __attentive_ss_referrer=ORGANIC; __attentive_dv=1; _hjSession_5255763=eyJpZCI6IjY5MzI0MjkyLTBhODQtNDRmYS05YmFkLTI3ZTM0ODgyYzczMCIsImMiOjE3NTQwNjczODExODksInMiOjAsInIiOjAsInNiIjowLCJzciI6MCwic2UiOjAsImZzIjoxLCJzcCI6MH0=; __insp_wid=606627737; __insp_nv=true; __insp_targlpt=TmF0aXZlIEh5ZHJhdGU%3D; _li_dcdm_c=.nativepath.com; _lc2_fpi=8ad7b0e6a39e--01jgfr9wv2v23gzwrx437jbb6p; _lc2_fpi_js=8ad7b0e6a39e--01jgfr9wv2v23gzwrx437jbb6p; ef_witness=1; ef_affid=6; ef_tid_c_o_10=1b9ecd3843434d1ab3c0accd71b6a68f; ef_tid_c_a_1=1b9ecd3843434d1ab3c0accd71b6a68f; _gegeo=JTdCJTIyY291bnRyeSUyMiUzQSUyMlVuaXRlZCUyMFN0YXRlcyUyMiUyQyUyMmNvdW50cnlDb2RlJTIyJTNBJTIyVVMlMjIlMkMlMjJob3N0aW5nJTIyJTNBZmFsc2UlMkMlMjJtb2JpbGUlMjIlM0FmYWxzZSUyQyUyMnByb3h5JTIyJTNBZmFsc2UlMkMlMjJzdGF0dXMlMjIlM0ElMjJzdWNjZXNzJTIyJTdE; _geffran=1; _geff=YTFiZTUwNzE4NTg4Y2UwN2EzZGNiY2JhYzQwMGI0YWY=; rl_trait=RS_ENC_v3_eyJleHRlcm5hbElkIjoiMTJGRDdGMjYyMCJ9; rl_user_id=RS_ENC_v3_IjAxSkdGUjVZMEpXTVFKUDNHUzVOQVNTNzlBIg%3D%3D; _gekx=MEtSLXp6Z3J6QVcxeVFDeGJac2xpQWxxaTRoUy1pcFYxRXBvbVlaekJ1SS5UUGc1ajg=; _hjSessionUser_5255763=eyJpZCI6ImMyNmQ3ZTQ4LTdlN2UtNTQ4Yy1iZmNlLWRiZjYyODg3ODA4ZCIsImNyZWF0ZWQiOjE3NTQwNjczODExODgsImV4aXN0aW5nIjp0cnVlfQ==; _attn_=eyJ1Ijoie1wiY29cIjoxNzUyNDMwNTQ0MzQyLFwidW9cIjoxNzUyNDMwNTQ0MzQyLFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcIjc3NDQ1NmNlZTU3YTQ5MTJiNzczNWYxNTQ1MDBkYjUxXCJ9Iiwic2VzIjoie1widmFsXCI6XCI4MTJhNDc4Y2RkNjA0MTFlOGE1NTc2ZGFiNDkzN2IzMVwiLFwidW9cIjoxNzU0MDY3NDExNTk2LFwiY29cIjoxNzU0MDY3NDExNTk2LFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; __attentive_pv=2; __insp_slim=1754067411621; __insp_targlpu=aHR0cHM6Ly9oZWFsdGgubmF0aXZlcGF0aC5jb20vc3BlY2lhbC1vZmZlci1uYXRpdmUtaHlkcmF0ZS01NzE%2FcHViPTI0MDQ3NSZoaXQ9NjQ0MTc1MDk0JmhwY2lkPTU3MSZjMT1oeWRyYXRlY2hlY2tpbiZjMj00M29mZmh5ZHJhdGUmYzM9a2xhdmlfZW1sX25wYl8mdXRtX2NhbXBhaWduPUh5ZHJhdGUrQ2hlY2srSW4rOTArRGF5cytQUCslMjhWRWVEWUslMjkmdXRtX3NvdXJjZT1rbGF2aXlvJnV0bV9tZWRpdW09ZW1haWwmX2t4PTBLUi16emdyekFXMXlRQ3hiWnNsaUFscWk0aFMtaXBWMUVwb21ZWnpCdUkuVFBnNWo4Jmtsdl9leGlkPTEyRkQ3RjI2MjAmYWpzX3VpZD0wMUpHRlI1WTBKV01RSlAzR1M1TkFTUzc5QSZhanNfdHJhaXRfZXh0ZXJuYWxJZD0xMkZEN0YyNjIwJmNjX2N1c3RvbV9oaXRpZD02NDQxNzUwOTQmYWpzX2FpZD0xMTgxZGJkNi03ODExLTQ0YjYtODRiYS0wNGNjNDdlMjY1Y2MjcGFnZS1ibG9jay05MDdmZzB3Mmk3cw%3D%3D; X-Source=394e942d-0587-4ca7-8f8b-8a3f2ed78433; __hitcid=571; __pub=240475; _uetsid=8f3147406ef811f095c31915d007dccd; _uetvid=f9241600c7e011efb030ef338538b700; _uetmsclkid=_uet4f4b8498ad9c178ccd1bec8c6641182b; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDA2OTI1MDMzMSwiaWQiOjE3NTQwNjczODIyNzMsInNlc3Npb25TdGFydCI6ZmFsc2V9; _ga_7G9HS8437V=GS2.1.s1754067380$o2$g1$t1754067574$j13$l0$h0",
    "transid": "6E07C35E8C_1",
    "currency": "USD",
    "item_ids": "13355",
    "order_id": "6E07C35E8C",
    "funnel_name": "571 - Native Hydrate Choose Flavor",
    "funnel_uuid": "394e942d-0587-4ca7-8f8b-8a3f2ed78433",
    "sessionStorage": {
        "fkCart": "{\"13355\":\"1\",\"13375\":\"1\"}",
        "totals": "{\"subTotal\":168,\"vat\":0,\"salesTax\":0,\"shipTotal\":0,\"grandTotal\":\"168.00\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":168}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "orderId": "\"6E07C35E8C\"",
        "taxData": "{\"taxRate\":\"0.00\",\"isVat\":false,\"addVatToPrice\":true}",
        "products": "[{\"productId\":\"13355\",\"name\":\"6 x Mixed Berry Native Hydrate\",\"qty\":\"1\",\"productSku\":\"10-00043\",\"actualProductId\":\"1094\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7363337552009\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"168.00\",\"merchantTxnId\":\"81148260418\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Amino Acid,Electrolytes,Energy,Hydrate1,keto,monthly-eligible,Muscle health,Post-workout,Recovery,Subscription,Supplements\"},{\"productId\":\"13375\",\"name\":\"Collapsible Travel Funnel\",\"qty\":\"1\",\"productSku\":\"20-00034\",\"actualProductId\":\"1100\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7372716048521\",\"shipping\":\"0.00\",\"price\":\"0.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"0.00\",\"merchantTxnId\":\"81148260418\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":null}]",
        "orderData": "{\"taxExemption\":null,\"orderId\":\"6E07C35E8C\",\"vendorOrderId\":null,\"vendorPluginId\":null,\"ipAddress\":\"76.31.127.206\",\"sourceId\":null,\"sourceValue1\":null,\"sourceValue2\":null,\"sourceValue3\":null,\"sourceValue4\":null,\"sourceValue5\":null,\"shipCarrier\":null,\"shipMethod\":null,\"profileName\":null,\"dateCreated\":\"2025-08-01 12:59:33\",\"orderType\":\"NEW_SALE\",\"orderStatus\":\"COMPLETE\",\"reviewStatus\":null,\"campaignName\":\"Native Hydrate\",\"orderValue\":\"168.00\",\"customerId\":983202,\"name\":\"Sherri Denney\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"2812995899\",\"firstName\":\"Sherri\",\"lastName\":\"Denney\",\"companyName\":null,\"address1\":\"7106 Augusta Pines Pkwy East\",\"address2\":null,\"shipmentInsured\":null,\"shipmentInsurancePrice\":null,\"insuranceCharged\":0,\"city\":\"Spring\",\"state\":\"TX\",\"country\":\"US\",\"postalCode\":\"77389\",\"shipFirstName\":\"Sherri\",\"shipLastName\":\"Denney\",\"shipCompanyName\":null,\"shipAddress1\":\"7106 Augusta Pines Pkwy East\",\"shipAddress2\":null,\"shipCity\":\"Spring\",\"shipState\":\"TX\",\"shipCountry\":\"US\",\"shipPostalCode\":\"77389\",\"custom1\":\"571 - Native Hydrate Choose Flavor\",\"custom2\":\"Checkout 6 mb\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"paySource\":\"CREDITCARD\",\"cardType\":\"VISA\",\"cardBin\":\"410039\",\"cardLast4\":\"6368\",\"cardExpiryDate\":\"08\/28\",\"achAccountHolderType\":null,\"achAccountType\":null,\"achRoutingNumber\":null,\"achNameOnAccount\":null,\"achAccountNumber\":null,\"couponCode\":null,\"agentUserId\":null,\"basePrice\":\"168.00\",\"baseShipping\":\"0.00\",\"voiceLogNumber\":null,\"discountPrice\":\"0.00\",\"salesTax\":\"0.00\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/6-native-hydrate-mixed-berry?products=13355%3A1%3B13375%3A1&cc_custom_hitid=644175094&hit=644175094&ajs_aid=1181dbd6-7811-44b6-84ba-04cc47e265cc&cid=571&pub=240475\",\"surcharge\":\"0.00\",\"shipUpcharge\":\"0.00\",\"shipProfileId\":null,\"baseCurrencyCode\":\"USD\",\"baseCurrencySymbol\":\"$\",\"currencySymbol\":\"$\",\"currencyCode\":\"USD\",\"campaignId\":196,\"merchantTxnId\":\"81148260418\",\"ibanLast4\":null,\"originalCycleNumber\":1,\"prepaidType\":null,\"cardIsPrepaid\":0,\"cardIsDebit\":0,\"accountHolder\":null,\"subTotal\":\"168.00\",\"shipTotal\":\"0.00\",\"taxTotal\":\"0.00\",\"totalAmount\":\"168.00\",\"totalDiscount\":\"0.00\",\"totalRefundRemaining\":\"168.00\",\"amountPaid\":\"168.00\",\"items\":[{\"productId\":\"13355\",\"name\":\"6 x Mixed Berry Native Hydrate\",\"qty\":\"1\",\"productSku\":\"10-00043\",\"actualProductId\":\"1094\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7363337552009\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"168.00\",\"merchantTxnId\":\"81148260418\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Amino Acid,Electrolytes,Energy,Hydrate1,keto,monthly-eligible,Muscle health,Post-workout,Recovery,Subscription,Supplements\"},{\"productId\":\"13375\",\"name\":\"Collapsible Travel Funnel\",\"qty\":\"1\",\"productSku\":\"20-00034\",\"actualProductId\":\"1100\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7372716048521\",\"shipping\":\"0.00\",\"price\":\"0.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"0.00\",\"merchantTxnId\":\"81148260418\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":null}],\"paypalUrl\":null,\"paypalSdkParams\":null,\"gatewayUrl\":null,\"gatewaySdkParams\":null,\"customFields\":{\"hitid\":\"644175094\"},\"newCustomer\":0,\"productsPurchased\":\"322,12818,12891,13354,13355,13356,13375,13492\",\"recommendedProducts\":[{\"recommendedCampaignProductId\":13368,\"rank\":0.071782,\"displayName\":\"3 x NativePath Collagen\"},{\"recommendedCampaignProductId\":14279,\"rank\":0.071782,\"displayName\":\"3 x Mixed Berry Native Hydrate\"},{\"recommendedCampaignProductId\":14280,\"rank\":0.066832,\"displayName\":\"3 x Peach Mango Native Hydrate\"},{\"recommendedCampaignProductId\":13492,\"rank\":0.064356,\"displayName\":\"3 x Tangerine Native Hydrate\"},{\"recommendedCampaignProductId\":13373,\"rank\":0.054455,\"displayName\":\"3 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":14284,\"rank\":0.034653,\"displayName\":\"3 x Mixed Berry Native Hydrate\"},{\"recommendedCampaignProductId\":14285,\"rank\":0.027228,\"displayName\":\"3 x Peach Mango Native Hydrate\"},{\"recommendedCampaignProductId\":13367,\"rank\":0.024752,\"displayName\":\"1 x NativePath Collagen\"},{\"recommendedCampaignProductId\":14282,\"rank\":0.024752,\"displayName\":\"1 x Peach Mango Native Hydrate\"},{\"recommendedCampaignProductId\":13372,\"rank\":0.022277,\"displayName\":\"1 x NativePath Antarctic Krill Oil\"}]}",
        "sessionId": "{\"result\":\"SUCCESS\",\"message\":{\"sessionId\":\"394e1986690dbd4385717e0a65893ff2\",\"pixel\":\"<iframe width=1 height=1 frameborder=0 scrolling=no src='https:\/\/lp.konnektive.com\/logos\/logo.htm?c=nativepath&s=394e1986690dbd4385717e0a65893ff2'><img width=1 height=1 src='https:\/\/lp.konnektive.com\/logos\/logo.gif?c=nativepath&s=394e1986690dbd4385717e0a65893ff2'><\/iframe>\",\"geoInfo\":{\"geoCountry\":\"US\",\"geoState\":\"TX\",\"geoCity\":\"Houston\",\"geoPostal\":\"77090\"}}}",
        "taxParams": "{\"firstName\":\"\",\"lastName\":\"\",\"emailAddress\":\"[email protected]\",\"shipProfileId\":null,\"address1\":\"\",\"address2\":\"\",\"postalCode\":\"\",\"city\":\"\",\"state\":\"TX\",\"country\":\"US\",\"shipFirstName\":\"Sherri\",\"shipLastName\":\"Denney\",\"shipAddress1\":\"7106 Augusta Pines Pkwy East\",\"shipAddress2\":\"\",\"shipCity\":\"Spring\",\"shipState\":\"TX\",\"shipPostalCode\":\"77389\",\"shipCountry\":\"US\",\"campaignId\":196,\"couponCode\":null,\"product1_id\":13355,\"product1_qty\":\"1\",\"product2_id\":13375,\"product2_qty\":\"1\",\"currencyCode\":\"USD\",\"cartId\":null}",
        "funnelData": "{\"referenceId\":\"394e942d-0587-4ca7-8f8b-8a3f2ed78433\",\"campaign\":\"196\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\<br>`\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"Native Hydrate\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"0\"},{\"keyName\":\"AV_Level\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"ADD_TO_CART_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"LEAD_VIEW_CONT_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"PRODUCTS_PER_ORDER\",\"keyValue\":\"false\"},{\"keyName\":\"APPLOVIN_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"TTK_ADV_TRACKING\",\"keyValue\":\"false\"}],\"providers\":[{\"id\":1,\"name\":\"Google\",\"keyValue\":\"G-7G9HS8437V\"}],\"pages\":[{\"referenceId\":\"6612ebb6-95ff-486d-aa76-ac812c68f344\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 1 mb\",\"urlSlug\":\"1-native-hydrate-mixed-berry\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"22fb4c52-9c40-472c-bd43-02d2d959a841\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2e0c7205-e998-429e-8cd6-b61e2f7823f2\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 1 pmango\",\"urlSlug\":\"1-native-hydrate-peach-mango\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"f259a0da-bba4-4985-a105-d6020c4fdcea\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0532db3d-118f-4f7d-a33d-6acfb88d09ea\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 1 tang\",\"urlSlug\":\"1-native-hydrate-tangerine\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9143caa4-ecb8-4600-b4db-55b0e0c7f012\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4ce6952f-5eea-4d41-8030-65c99974944d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 12 mb\",\"urlSlug\":\"12-native-hydrate-mixed-berry\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"d161e096-ae6a-49ce-8bc1-776d1622e1c4\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8b85ccf4-cb2b-4cbe-8e1f-9d2fcf128973\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 12 pmango\",\"urlSlug\":\"12-native-hydrate-peach-mango\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"38996b82-d723-40d2-a498-6b9b910c00a9\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"47be26c9-78d1-40c6-a01d-9f7db06b4e7f\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 12 tang\",\"urlSlug\":\"12-native-hydrate-tangerine\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7ae9773c-0551-42ab-942e-731bde65aa67\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5003a90c-586b-4980-b83e-1505cafe8c03\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 mb\",\"urlSlug\":\"3-jar-native-hydrate-mb-1460\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9478d988-3f99-4da0-b673-92a3a877989e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"edea6180-d781-425d-a470-7f7604418f6c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 mb\",\"urlSlug\":\"3-jar-native-hydrate-pmango-1460\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"f6d60de6-b870-409e-a983-42c76392488d\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"e0991dbf-97c3-4920-995b-e69e9d2d93a7\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 tang\",\"urlSlug\":\"3-jar-native-hydrate-tangerine-1460\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ed6ef064-e534-4a5a-95db-f2f32a87a34f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2e3c0175-458f-4aad-a19d-ee06d61e84e9\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 mb\",\"urlSlug\":\"3-native-hydrate-mixed-berry\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0fb10caa-b68c-489e-a168-01d9846d3df6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1e7896df-46b8-4a2d-959b-d216560e70b1\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 pmango\",\"urlSlug\":\"3-native-hydrate-peach-mango\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"63764d7d-3da4-43ae-9518-a579e7d757cb\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"82161024-16a6-4405-98bf-d1804ad9e53f\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 tang\",\"urlSlug\":\"3-native-hydrate-tangerine\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5d4cf1ac-aaa6-48f5-8806-de6ee068be1c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a1afac8f-6784-4aaa-8d32-90853fb1c454\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 6 mb\",\"urlSlug\":\"6-native-hydrate-mixed-berry\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"49459214-9b67-4f03-acd6-2e3d32851a80\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"55bcf92e-3b4f-4bbb-8608-4bcf3a5c14cc\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 6 pmango\",\"urlSlug\":\"6-native-hydrate-peach-mango\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"c1960851-facc-40fc-8332-f36de5bfad5b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"eeb95d21-46f9-490d-a2c0-d37678c9aba7\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 6 tang\",\"urlSlug\":\"6-native-hydrate-tangerine\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"e248c47b-d06f-49dc-a0f6-6ba2ac387d52\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c3adcf19-5088-40fd-a9b5-55c318be4321\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common22\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"28b2dfbe-d48d-4985-aa97-40886e21e82b\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"89e8e459-589c-4571-b124-3aa2a272d6d6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page8\",\"urlSlug\":\"native-hydrate-1-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a299bf0e-4bb1-44b3-a85c-267744fb95f2\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"47462a24-7ce6-4ce7-a445-2275e3ecf9ef\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"downsell Page1\",\"urlSlug\":\"native-hydrate-2-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"22fd4f25-e61c-4932-996e-5c7eb8432fc3\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"93a6ff41-9b99-4618-935e-c9a3b288ee99\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page2\",\"urlSlug\":\"native-hydrate-3-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9afb3f85-b3d4-47cc-9357-51dda2150daf\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"7608cdc5-da41-436c-99a6-b0aea5c55aee\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"downsell Page3\",\"urlSlug\":\"native-hydrate-4-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"3f143917-561c-44f1-a5f4-195beceba197\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2695a6fa-e08b-4b68-a981-998b3f8b315e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page4\",\"urlSlug\":\"native-hydrate-5-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ae79dc7f-17a3-4105-a729-ebab84e79db3\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"63d431ef-2eda-4895-a50b-d690212e4abb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"downsell Page5\",\"urlSlug\":\"native-hydrate-6-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0728b0f1-af5c-4ac3-aa30-253c9fbd51a9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"55e21e50-915b-414f-98bf-dcbef435662b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"native-hydrate-thank-you-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"e7c40ec3-5b2f-4dcc-b8de-ad3cc7b98958\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"ed9774f7-2e97-4d59-9bcb-ae428cbea338\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 1 mb higher price\",\"urlSlug\":\"v2-1-native-hydrate-mixed-berry\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b0b8e0a0-e581-42ad-ac1c-0923bfddcafe\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c514abaa-3bd6-44a6-a5f5-21a80d5e433b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 1 pmango higher price\",\"urlSlug\":\"v2-1-native-hydrate-peach-mango\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"dc97a0eb-e300-441d-a7e5-64d512147175\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"eca923b7-2ef1-4e28-91a4-83fc1d7c487f\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 1 tang higher price\",\"urlSlug\":\"v2-1-native-hydrate-tangerine\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ad4eb3fb-a96c-4e1a-acb9-0429be2f326d\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"16f3fe21-3900-48a5-b05a-dfa32a6995d1\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 mb higher price\",\"urlSlug\":\"v2-3-native-hydrate-mixed-berry\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ab2912ab-f423-4798-b0f3-10e60103baef\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0b57bcb7-29e2-4e9a-8bf2-a59029d60c26\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 pmango higher price\",\"urlSlug\":\"v2-3-native-hydrate-peach-mango\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0bd82fc6-c2cf-4ca6-af05-5b16f0edab79\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f23ffb79-fbc7-433d-b62a-316d07bd8b0b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 3 tang higher price\",\"urlSlug\":\"v2-3-native-hydrate-tangerine\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9aeef6c4-e282-4683-89a7-70684ebc2bba\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"cc2f1a54-4426-4797-b4c7-2cff55017c87\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 6 mb higher price\",\"urlSlug\":\"v2-6-native-hydrate-mixed-berry\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"bd1cf756-5ea9-4f13-ba42-4c4b243b4d4a\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1373f068-e7e4-47f2-8375-635665544362\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 6 pmango higher price\",\"urlSlug\":\"v2-6-native-hydrate-peach-mango\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"cd534bd7-c575-4ee8-b486-d273b48f7a7b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"caf382f1-55d0-464e-8c5a-30fff845323f\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout 6 tang higher price\",\"urlSlug\":\"v2-6-native-hydrate-tangerine\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"10c7e0b6-fd59-4457-ac39-816f37fdf9fd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"571 - Native Hydrate Choose Flavor\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "leadParams": "{\"emailAddress\":\"[email protected]\",\"doNotSellName\":0,\"shipFirstName\":\"James41\",\"shipLastName\":\"Denney\",\"shipAddress1\":\"7106 Augusta Pines Pkwy East\",\"shipAddress2\":\"\",\"shipCity\":\"Spring\",\"shipCountry\":\"US\",\"province-hidden\":\"TX\",\"shipState\":\"TX\",\"shipPostalCode\":\"77389\",\"\":\"\",\"phoneNumber\":\"2812995899\",\"contactOptIn\":0,\"billShipSame\":1,\"firstName\":\"James41\",\"lastName\":\"Denney\",\"address1\":\"7106 Augusta Pines Pkwy East\",\"address2\":\"\",\"city\":\"Spring\",\"country\":\"US\",\"state\":\"TX\",\"postalCode\":\"77389\",\"optradio\":\"M\",\"payment_method\":\"\",\"cardDate\":\"0828\",\"shipProfileId\":null,\"product1_id\":\"13355\",\"product1_qty\":\"1\",\"product2_id\":\"13375\",\"product2_qty\":\"1\",\"orderId\":\"6E07C35E8C\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/6-native-hydrate-mixed-berry?products=13355%3A1%3B13375%3A1&cc_custom_hitid=644175094&hit=644175094&ajs_aid=1181dbd6-7811-44b6-84ba-04cc47e265cc&cid=571&pub=240475\",\"campaignId\":196,\"custom1\":\"571 - Native Hydrate Choose Flavor\",\"custom2\":\"Checkout 6 mb\",\"sessionId\":\"394e1986690dbd4385717e0a65893ff2\"}",
        "requestUri": "https:\/\/secure.nativepath.com\/6-native-hydrate-mixed-berry?products=13355%3A1%3B13375%3A1&cc_custom_hitid=644175094&hit=644175094&ajs_aid=1181dbd6-7811-44b6-84ba-04cc47e265cc&cid=571&pub=240475",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/health.nativepath.com\/",
        "upsell_step": "1",
        "userDetails": "{\"firstName\":\"Sherri\",\"lastName\":\"Denney\",\"companyName\":null,\"address1\":\"7106 Augusta Pines Pkwy East\",\"address2\":\"\",\"postalCode\":\"77389\",\"city\":\"Spring\",\"state\":\"TX\",\"country\":\"US\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"2812995899\",\"gender\":null,\"dob\":null,\"couponCode\":null,\"shipProfileId\":null,\"achRoutingNumber\":null,\"achAccountNumber\":null,\"achAccountType\":null,\"iban\":null,\"ddbic\":null,\"custom1\":\"571 - Native Hydrate Choose Flavor\",\"custom2\":\"Checkout 6 mb\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"redirectsTo\":\"https:\/\/secure.nativepath.com\/native-hydrate-1-571\",\"browserData\":\"{\\\"acceptHeader\\\":\\\"application\/json\\\",\\\"userAgent\\\":\\\"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/138.0.0.0 Safari\/537.36 Edg\/138.0.0.0\\\",\\\"language\\\":\\\"en-US\\\",\\\"timezone\\\":\\\"300\\\",\\\"colorDepth\\\":24,\\\"screen\\\":{\\\"height\\\":\\\"1080\\\",\\\"width\\\":\\\"1920\\\"},\\\"javaScriptEnabled\\\":true,\\\"javaEnabled\\\":false}\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/6-native-hydrate-mixed-berry?products=13355%3A1%3B13375%3A1&cc_custom_hitid=644175094&hit=644175094&ajs_aid=1181dbd6-7811-44b6-84ba-04cc47e265cc&cid=571&pub=240475\",\"cartId\":null,\"campaignId\":196,\"doNotSellName\":0,\"contactOptIn\":0,\"billShipSame\":1,\"optradio\":\"M\",\"orderId\":\"6E07C35E8C\",\"shipFirstName\":\"Sherri\",\"shipLastName\":\"Denney\",\"shipAddress1\":\"7106 Augusta Pines Pkwy East\",\"shipAddress2\":\"\",\"shipCity\":\"Spring\",\"shipState\":\"TX\",\"shipPostalCode\":\"77389\",\"shipCountry\":\"US\",\"cardMonth\":8,\"cardYear\":28,\"paySource\":\"CREDITCARD\",\"forceMerchantId\":null,\"product1_id\":\"13355\",\"product1_qty\":\"1\",\"product2_id\":\"13375\",\"product2_qty\":\"1\",\"sessionId\":\"394e1986690dbd4385717e0a65893ff2\",\"insureShipment\":0,\"shipmentInsurancePrice\":\"\"}",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "ccExternalTax": "0.00",
        "lastPageTypeId": "4",
        "ccPhoneDialCode": "1",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Houston\",\"region_code\":\"TX\",\"country_code\":\"US\",\"zip_code\":\"77379\"}",
        "checkoutOrderData": "{\"items\":[{\"productId\":\"13355\",\"name\":\"6 x Mixed Berry Native Hydrate\",\"qty\":\"1\",\"productSku\":\"10-00043\",\"actualProductId\":\"1094\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7363337552009\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"168.00\",\"merchantTxnId\":\"81148260418\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Amino Acid,Electrolytes,Energy,Hydrate1,keto,monthly-eligible,Muscle health,Post-workout,Recovery,Subscription,Supplements\"},{\"productId\":\"13375\",\"name\":\"Collapsible Travel Funnel\",\"qty\":\"1\",\"productSku\":\"20-00034\",\"actualProductId\":\"1100\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"7372716048521\",\"shipping\":\"0.00\",\"price\":\"0.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"0.00\",\"customSalesTax\":\"\",\"refundRemaining\":\"0.00\",\"merchantTxnId\":\"81148260418\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":null}],\"totalAmount\":\"168.00\",\"taxTotal\":\"0.00\",\"shipTotal\":\"0.00\"}",
        "productOrderArray": "[\"13355\",\"13375\"]",
        "analyticsReference": "{\"a1afac8f-6784-4aaa-8d32-90853fb1c454-394e1986690dbd4385717e0a65893ff2\":2}",
        "currencyCodeSymbol": "$",
        "importOrderSuccess": "true",
        "upsell_curent_page": "",
        "ccExternalSessionId": "394e1986690dbd4385717e0a65893ff2",
        "previousExchangeRate": "1",
        "sessionStartDateTime": "2025-08-01T16:57:06.261Z",
        "bundleProductsPageRef": "{}",
        "previousCurrencySymbol": "$",
        "AddressBarServiceCalled": "true",
        "ccCountryAndStateInfoTracker": "{\"state\":\"TX\",\"shipState\":\"TX\"}",
        "ccCartProductsPercentageTotal": "168"
    },
    "funnel_campaign_id": "196",
    "shipping_address_zip": "77389",
    "shipping_address_city": "Spring",
    "shipping_address_phone": "[email protected]",
    "shipping_address_country": "US",
    "shipping_address_province": "TX",
    "shipping_address_last_name": "Denney",
    "shipping_address_first_name": "Sherri"
}
08/01/2025 16:59:35
1758670ConversionGTM
{
    "cid": "1410",
    "hid": "644175331",
    "url": "https:\/\/secure.nativepath.com\/collagen-checkout-1410-1",
    "order_id": "EC87581072",
    "funnel_name": "CID 1410 - Collagen Jars INTGGSH",
    "funnel_uuid": "c35d7912-90d2-4940-a99a-da7f39da89d1"
}
08/01/2025 16:59:15
1758669ConversionChCh
{
    "cid": "571",
    "qty": "1",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1",
    "email": "[email protected]",
    "event": "Conversion",
    "value": "168.00",
    "cookie": "X-Source=295a9637-ac57-4c27-9619-6df6a7fb60ce; _ga_7G9HS8437V=GS2.1.s1754067543$o3$g0$t1754067543$j60$l0$h0; _fbp=fb.1.1754000962476.703436357552146696; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDA2Mjk2NDM5MiwiaWQiOjE3NTQwNjEwOTg1NDAsInNlc3Npb25TdGFydCI6ZmFsc2V9; __hitcid=571; __pub=240708; _ga=GA1.1.1316101517.1754000962; _gcl_au=1.1.531378951.1754000963; _uetsid=f9614ff06ee911f0aa9719ca31e7824e; _uetvid=f96142d06ee911f09212277e33f097ba; rl_anonymous_id=RS_ENC_v3_ImZhNjdhNzk1LTQ3Y2QtNDVmOC05M2QyLTRhZjc4YzQyYmNhYSI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; __attentive_ceid=AEh; __attentive_domain=nativepath; __attentive_id=ec504d5b252e4aadaaadcd375dde8167; _attn_=eyJ1Ijoie1wiY29cIjoxNzU0MDAwOTYyNzU5LFwidW9cIjoxNzU0MDAwOTYyNzU5LFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcImVjNTA0ZDViMjUyZTRhYWRhYWFkY2QzNzVkZGU4MTY3XCJ9Iiwic2VzIjoie1widmFsXCI6XCIwOGMwNmQzZDNlOGQ0ODczODFiYWJiYzJmN2IyZDhkZlwiLFwidW9cIjoxNzU0MDYxMTQzNjAxLFwiY29cIjoxNzU0MDYxMTQzNjAxLFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; _gid=GA1.2.1646025261.1754000962; _hjSessionUser_5255763=eyJpZCI6IjIxNzIxNGU2LTQ2MmQtNTBhYy05YWU0LTY5ZmIwYTRjYTgzYiIsImNyZWF0ZWQiOjE3NTQwMDA5NjI4ODksImV4aXN0aW5nIjp0cnVlfQ==; ef_affid=6; ef_tid_c_a_1=2708be1065564114aa4dedb24af57c8f; ef_tid_c_o_10=2708be1065564114aa4dedb24af57c8f; ef_witness=1; __attentive_cco=1754000962761; __attentive_dv=1; _shopify_y=6322ae4f-00ad-41ef-add2-88dcade5b743; _tracking_consent=%7B%22con%22%3A%7B%22CMP%22%3A%7B%22a%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A%22%22%2C%22s%22%3A%22%22%7D%7D%2C%22v%22%3A%222.1%22%2C%22region%22%3A%22USMA%22%2C%22reg%22%3A%22%22%2C%22purposes%22%3A%7B%22a%22%3Atrue%2C%22p%22%3Atrue%2C%22m%22%3Atrue%2C%22t%22%3Atrue%7D%2C%22display_banner%22%3Afalse%2C%22sale_of_data_region%22%3Afalse%2C%22consent_id%22%3A%22a15dd962-c3be-4b68-9bb9-09edb8e810a8%22%7D; cje=eyJjakV2ZW50IjoiIn0%3D",
    "transid": "BFA803E9CB_1",
    "currency": "USD",
    "item_ids": "16554",
    "order_id": "BFA803E9CB",
    "funnel_name": "CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)",
    "funnel_uuid": "295a9637-ac57-4c27-9619-6df6a7fb60ce",
    "sessionStorage": {
        "fkCart": "{\"16554\":\"1\"}",
        "totals": "{\"subTotal\":168,\"vat\":0,\"salesTax\":10.5,\"shipTotal\":0,\"grandTotal\":\"178.50\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":168}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "orderId": "\"BFA803E9CB\"",
        "taxData": "{\"taxRate\":\"0.00\",\"isVat\":false,\"addVatToPrice\":true}",
        "products": "[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}]",
        "orderData": "{\"taxExemption\":null,\"orderId\":\"BFA803E9CB\",\"vendorOrderId\":null,\"vendorPluginId\":null,\"ipAddress\":\"73.227.162.252\",\"sourceId\":null,\"sourceValue1\":null,\"sourceValue2\":null,\"sourceValue3\":null,\"sourceValue4\":null,\"sourceValue5\":null,\"shipCarrier\":null,\"shipMethod\":null,\"profileName\":null,\"dateCreated\":\"2025-08-01 12:59:02\",\"orderType\":\"NEW_SALE\",\"orderStatus\":\"COMPLETE\",\"reviewStatus\":null,\"campaignName\":\"56 Serving Bags\",\"orderValue\":\"168.00\",\"customerId\":296064,\"name\":\"Rosemarie Ruo\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"6178425836\",\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"companyName\":null,\"address1\":\"4 Free St\",\"address2\":null,\"shipmentInsured\":null,\"shipmentInsurancePrice\":null,\"insuranceCharged\":0,\"city\":\"Saugus\",\"state\":\"MA\",\"country\":\"US\",\"postalCode\":\"01906\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipCompanyName\":null,\"shipAddress1\":\"4 Free St\",\"shipAddress2\":null,\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipCountry\":\"US\",\"shipPostalCode\":\"01906\",\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"paySource\":\"CREDITCARD\",\"cardType\":\"MASTERCARD\",\"cardBin\":\"524366\",\"cardLast4\":\"8599\",\"cardExpiryDate\":\"08\/29\",\"achAccountHolderType\":null,\"achAccountType\":null,\"achRoutingNumber\":null,\"achNameOnAccount\":null,\"achAccountNumber\":null,\"couponCode\":null,\"agentUserId\":null,\"basePrice\":\"168.00\",\"baseShipping\":\"0.00\",\"voiceLogNumber\":null,\"discountPrice\":\"0.00\",\"salesTax\":\"10.50\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&p\",\"surcharge\":\"0.00\",\"shipUpcharge\":\"0.00\",\"shipProfileId\":null,\"baseCurrencyCode\":\"USD\",\"baseCurrencySymbol\":\"$\",\"currencySymbol\":\"$\",\"currencyCode\":\"USD\",\"campaignId\":17,\"merchantTxnId\":\"81148259342\",\"ibanLast4\":null,\"originalCycleNumber\":1,\"prepaidType\":null,\"cardIsPrepaid\":0,\"cardIsDebit\":0,\"accountHolder\":null,\"subTotal\":\"168.00\",\"shipTotal\":\"0.00\",\"taxTotal\":\"10.50\",\"totalAmount\":\"178.50\",\"totalDiscount\":\"0.00\",\"totalRefundRemaining\":\"178.50\",\"amountPaid\":\"178.50\",\"items\":[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}],\"paypalUrl\":null,\"paypalSdkParams\":null,\"gatewayUrl\":null,\"gatewaySdkParams\":null,\"customFields\":{\"hitid\":\"644064178\"},\"newCustomer\":0,\"productsPurchased\":\"6294,6393,7315,10924,10936,12430,12466,12533,12558,12720,12721,13134,13411,13412,13467\",\"recommendedProducts\":[{\"recommendedCampaignProductId\":6294,\"rank\":0.063593,\"displayName\":\"3 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":3477,\"rank\":0.054054,\"displayName\":\"3 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":12907,\"rank\":0.036566,\"displayName\":\"3 x NativePath MCT Powder\"},{\"recommendedCampaignProductId\":3489,\"rank\":0.027027,\"displayName\":\"1 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":12908,\"rank\":0.022258,\"displayName\":\"1 x NativePath MCT Powder\"},{\"recommendedCampaignProductId\":15799,\"rank\":0.022258,\"displayName\":\"3 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":6295,\"rank\":0.019078,\"displayName\":\"1 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":15800,\"rank\":0.011129,\"displayName\":\"1 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":10677,\"rank\":0.004769,\"displayName\":\"1 x NativePath Collagen Care+\"},{\"recommendedCampaignProductId\":10678,\"rank\":0.004769,\"displayName\":\"3 x NativePath Collagen Care+\"}]}",
        "sessionId": "{\"result\":\"SUCCESS\",\"message\":{\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\",\"pixel\":\"<iframe width=1 height=1 frameborder=0 scrolling=no src='https:\/\/lp.konnektive.com\/logos\/logo.htm?c=nativepath&s=295a19866314a612107e87aa0dfa7bff'><img width=1 height=1 src='https:\/\/lp.konnektive.com\/logos\/logo.gif?c=nativepath&s=295a19866314a612107e87aa0dfa7bff'><\/iframe>\",\"geoInfo\":{\"geoCountry\":\"US\",\"geoState\":\"MA\",\"geoCity\":\"Salem\",\"geoPostal\":\"01970\"}}}",
        "taxParams": "{\"firstName\":\"\",\"lastName\":\"\",\"emailAddress\":\"[email protected]\",\"shipProfileId\":null,\"address1\":\"\",\"address2\":\"\",\"postalCode\":\"\",\"city\":\"\",\"state\":\"MA\",\"country\":\"US\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"shipCountry\":\"US\",\"campaignId\":17,\"couponCode\":null,\"product1_id\":16554,\"product1_qty\":\"1\",\"currencyCode\":\"USD\",\"cartId\":null}",
        "funnelData": "{\"referenceId\":\"295a9637-ac57-4c27-9619-6df6a7fb60ce\",\"campaign\":\"17\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"ADD_TO_CART_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"LEAD_VIEW_CONT_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"PRODUCTS_PER_ORDER\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"APPLOVIN_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"TTK_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"PAAY_AUTH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalFastlaneHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"}],\"providers\":[],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4844fadc-62e5-4b13-9ada-897ee9a2304c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"25d051e3-f706-4e5e-848d-beea0b182d43\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"30ef3802-937a-4303-8cba-2d5b0d7a06ad\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a552223f-f7d7-4b6a-93ba-3dbbbbd63fb8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f7dfc340-5e5d-425f-941c-5aeb64ea2540\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2c12ec50-98b5-48c3-a714-bf36fcec9221\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"69028822-cc75-4c35-9055-98023b70b99d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a385fd12-9742-41d6-9d92-a37884a90c66\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"02e3feff-c68f-4960-adae-54a285bef5c6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4b069900-455c-417d-afa2-7c708bc9edbd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"131bba49-bd16-406a-af33-52a9e221d367\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"42ef9359-a337-41d0-ad25-5fc6dd67aed8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b238fa39-15da-4800-982f-6d57c30cc2a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9cbd1a56-588f-46e7-8af4-2bef11625e15\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"537400a2-194e-406a-bdd9-98000493eb36\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 12 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-12\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5cb01573-a124-4643-87c2-9cdca966b15e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"41efd294-f1b2-4fa4-be9f-1668a4ec74ea\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"c6ae901f-0a65-47c8-bc6d-d6c2dbeba6db\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"3877e974-0227-49b1-9f36-418bd29aee00\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"adac95f3-8e12-4dcf-9631-0c4a5ecf9142\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"6a80c6c2-aa4b-4c79-bb0c-3f3d2813cc94\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common92\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"57f5ca6c-a72e-4d0f-bc56-91ca3bb7c92d\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"447d3682-5a1a-46e2-b28c-750ce9d40e0b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"52407e30-0d8e-4c17-a09a-153d9dc3dbb8\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5c846aae-14d8-444e-b2f4-4f01a070a58a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page5\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"28824ace-6531-45ce-a9c7-d0d0afc0182e\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "leadParams": "{\"0\":\"{\",\"1\":\"\\\"\",\"2\":\"e\",\"3\":\"v\",\"4\":\"e\",\"5\":\"n\",\"6\":\"t\",\"7\":\"\\\"\",\"8\":\":\",\"9\":\"\\\"\",\"10\":\"c\",\"11\":\"o\",\"12\":\"l\",\"13\":\"l\",\"14\":\"e\",\"15\":\"c\",\"16\":\"t\",\"17\":\"-\",\"18\":\"e\",\"19\":\"n\",\"20\":\"d\",\"21\":\"\\\"\",\"22\":\",\",\"23\":\"\\\"\",\"24\":\"p\",\"25\":\"a\",\"26\":\"r\",\"27\":\"a\",\"28\":\"m\",\"29\":\"s\",\"30\":\"\\\"\",\"31\":\":\",\"32\":\"{\",\"33\":\"\\\"\",\"34\":\"s\",\"35\":\"\\\"\",\"36\":\":\",\"37\":\"\\\"\",\"38\":\"2\",\"39\":\"9\",\"40\":\"5\",\"41\":\"a\",\"42\":\"1\",\"43\":\"9\",\"44\":\"8\",\"45\":\"6\",\"46\":\"6\",\"47\":\"3\",\"48\":\"1\",\"49\":\"4\",\"50\":\"a\",\"51\":\"6\",\"52\":\"1\",\"53\":\"2\",\"54\":\"1\",\"55\":\"0\",\"56\":\"7\",\"57\":\"e\",\"58\":\"8\",\"59\":\"7\",\"60\":\"a\",\"61\":\"a\",\"62\":\"0\",\"63\":\"d\",\"64\":\"f\",\"65\":\"a\",\"66\":\"7\",\"67\":\"b\",\"68\":\"f\",\"69\":\"f\",\"70\":\"\\\"\",\"71\":\",\",\"72\":\"\\\"\",\"73\":\"m\",\"74\":\"\\\"\",\"75\":\":\",\"76\":\"\\\"\",\"77\":\"2\",\"78\":\"0\",\"79\":\"0\",\"80\":\"6\",\"81\":\"5\",\"82\":\"0\",\"83\":\"\\\"\",\"84\":\"}\",\"85\":\"}\",\"emailAddress\":\"[email protected]\",\"doNotSellName\":0,\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipCountry\":\"US\",\"province-hidden\":\"MA\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"phoneNumber\":\"6178425836\",\"contactOptIn\":1,\"billShipSame\":1,\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"address1\":\"4 Free St\",\"address2\":\"\",\"city\":\"Saugus\",\"country\":\"US\",\"state\":\"MA\",\"postalCode\":\"01906\",\"optradio\":\"M\",\"payment_method\":\"\",\"cardDate\":\"\",\"action\":\"FB_LOG\",\"logMessage\":\"You are sending a non-standard event 'Initiate Checkout'. The preferred way to send these events is using trackCustom. See 'https:\/\/developers.facebook.com\/docs\/ads-for-websites\/pixel-events\/#events' for more information.\",\"logType\":\"Meta Pixel Error\",\"cardMonth\":\"00\",\"cardYear\":\"00\",\"shipProfileId\":null,\"product1_id\":\"16554\",\"product1_qty\":\"1\",\"orderId\":\"BFA803E9CB\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708\",\"campaignId\":17,\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\"}",
        "requestUri": "https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/health.nativepath.com\/",
        "upsell_step": "1",
        "userDetails": "{\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"companyName\":null,\"address1\":\"4 Free St\",\"address2\":\"\",\"postalCode\":\"01906\",\"city\":\"Saugus\",\"state\":\"MA\",\"country\":\"US\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"6178425836\",\"gender\":null,\"dob\":null,\"couponCode\":null,\"shipProfileId\":null,\"achRoutingNumber\":null,\"achAccountNumber\":null,\"achAccountType\":null,\"achAccountHolderType\":null,\"iban\":null,\"ddbic\":null,\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"redirectsTo\":\"https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1\",\"browserData\":\"{\\\"acceptHeader\\\":\\\"application\/json\\\",\\\"userAgent\\\":\\\"Mozilla\/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit\/605.1.15 (KHTML, like Gecko) Version\/16.6.1 Mobile\/15E148 Safari\/604.1\\\",\\\"language\\\":\\\"en-US\\\",\\\"timezone\\\":\\\"240\\\",\\\"colorDepth\\\":32,\\\"screen\\\":{\\\"height\\\":\\\"667\\\",\\\"width\\\":\\\"375\\\"},\\\"javaScriptEnabled\\\":true,\\\"javaEnabled\\\":false}\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708\",\"cartId\":null,\"campaignId\":17,\"doNotSellName\":0,\"contactOptIn\":1,\"billShipSame\":1,\"optradio\":\"M\",\"orderId\":\"BFA803E9CB\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"shipCountry\":\"US\",\"cardMonth\":0,\"cardYear\":0,\"paySource\":\"CREDITCARD\",\"forceMerchantId\":null,\"product1_id\":\"16554\",\"product1_qty\":\"1\",\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\",\"insureShipment\":0,\"shipmentInsurancePrice\":\"\"}",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "ccExternalTax": "10.50",
        "lastPageTypeId": "4",
        "ccPhoneDialCode": "1",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Boston\",\"region_code\":\"MA\",\"country_code\":\"US\",\"zip_code\":\"01905\"}",
        "checkoutOrderData": "{\"items\":[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}],\"totalAmount\":\"178.50\",\"taxTotal\":\"10.50\",\"shipTotal\":\"0.00\"}",
        "productOrderArray": "[\"16554\"]",
        "analyticsReference": "{\"f7dfc340-5e5d-425f-941c-5aeb64ea2540-295a19866314a612107e87aa0dfa7bff\":2}",
        "currencyCodeSymbol": "$",
        "importOrderSuccess": "true",
        "upsell_curent_page": "",
        "ccExternalSessionId": "295a19866314a612107e87aa0dfa7bff",
        "previousExchangeRate": "1",
        "sessionStartDateTime": "2025-08-01T15:12:43.107Z",
        "bundleProductsPageRef": "{}",
        "previousCurrencySymbol": "$",
        "ccCountryAndStateInfoTracker": "{\"state\":\"MA\",\"shipState\":\"MA\"}",
        "ccCartProductsPercentageTotal": "168",
        "295a9637-ac57-4c27-9619-6df6a7fb60ceccQuery": "c1gf3j"
    },
    "funnel_campaign_id": "17",
    "shipping_address_zip": "01906",
    "shipping_address_city": "Saugus",
    "shipping_address_phone": "[email protected]",
    "shipping_address_country": "US",
    "shipping_address_province": "MA",
    "shipping_address_last_name": "Ruo",
    "shipping_address_first_name": "Rosemarie"
}
08/01/2025 16:59:05
1758668errorChCh
{
    "cid": "571",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1",
    "trace": "global code@https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1:41:24<br>append@[native code]<br>getHeadCode@https:\/\/secure.nativepath.com\/index.js:53:1016<br>_callee12$@https:\/\/secure.nativepath.com\/index.js:42:10996<br>tryCatch@https:\/\/secure.nativepath.com\/index.js:1:1096243<br>@https:\/\/secure.nativepath.com\/index.js:1:1097882<br>asyncGeneratorStep@https:\/\/secure.nativepath.com\/index.js:1:1103085<br>_next@https:\/\/secure.nativepath.com\/index.js:1:1103325<br>@https:\/\/secure.nativepath.com\/index.js:1:1103428<br>Promise@[native code]<br>@https:\/\/secure.nativepath.com\/index.js:1:1103255<br>_HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:42:12573<br>HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:42:10587<br>@https:\/\/secure.nativepath.com\/index.js:42:10249",
    "cookie": "X-Source=295a9637-ac57-4c27-9619-6df6a7fb60ce; _ga_7G9HS8437V=GS2.1.s1754067543$o3$g0$t1754067543$j60$l0$h0; _fbp=fb.1.1754000962476.703436357552146696; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDA2Mjk2NDM5MiwiaWQiOjE3NTQwNjEwOTg1NDAsInNlc3Npb25TdGFydCI6ZmFsc2V9; __hitcid=571; __pub=240708; _ga=GA1.1.1316101517.1754000962; _gcl_au=1.1.531378951.1754000963; _uetsid=f9614ff06ee911f0aa9719ca31e7824e; _uetvid=f96142d06ee911f09212277e33f097ba; rl_anonymous_id=RS_ENC_v3_ImZhNjdhNzk1LTQ3Y2QtNDVmOC05M2QyLTRhZjc4YzQyYmNhYSI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; __attentive_ceid=AEh; __attentive_domain=nativepath; __attentive_id=ec504d5b252e4aadaaadcd375dde8167; _attn_=eyJ1Ijoie1wiY29cIjoxNzU0MDAwOTYyNzU5LFwidW9cIjoxNzU0MDAwOTYyNzU5LFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcImVjNTA0ZDViMjUyZTRhYWRhYWFkY2QzNzVkZGU4MTY3XCJ9Iiwic2VzIjoie1widmFsXCI6XCIwOGMwNmQzZDNlOGQ0ODczODFiYWJiYzJmN2IyZDhkZlwiLFwidW9cIjoxNzU0MDYxMTQzNjAxLFwiY29cIjoxNzU0MDYxMTQzNjAxLFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; _gid=GA1.2.1646025261.1754000962; _hjSessionUser_5255763=eyJpZCI6IjIxNzIxNGU2LTQ2MmQtNTBhYy05YWU0LTY5ZmIwYTRjYTgzYiIsImNyZWF0ZWQiOjE3NTQwMDA5NjI4ODksImV4aXN0aW5nIjp0cnVlfQ==; ef_affid=6; ef_tid_c_a_1=2708be1065564114aa4dedb24af57c8f; ef_tid_c_o_10=2708be1065564114aa4dedb24af57c8f; ef_witness=1; __attentive_cco=1754000962761; __attentive_dv=1; _shopify_y=6322ae4f-00ad-41ef-add2-88dcade5b743; _tracking_consent=%7B%22con%22%3A%7B%22CMP%22%3A%7B%22a%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A%22%22%2C%22s%22%3A%22%22%7D%7D%2C%22v%22%3A%222.1%22%2C%22region%22%3A%22USMA%22%2C%22reg%22%3A%22%22%2C%22purposes%22%3A%7B%22a%22%3Atrue%2C%22p%22%3Atrue%2C%22m%22%3Atrue%2C%22t%22%3Atrue%7D%2C%22display_banner%22%3Afalse%2C%22sale_of_data_region%22%3Afalse%2C%22consent_id%22%3A%22a15dd962-c3be-4b68-9bb9-09edb8e810a8%22%7D; cje=eyJjakV2ZW50IjoiIn0%3D",
    "message": "Pixels initial: undefined is not an object (evaluating 'uidCookie.trim')",
    "order_id": "BFA803E9CB",
    "funnel_uuid": "295a9637-ac57-4c27-9619-6df6a7fb60ce",
    "sessionStorage": {
        "fkCart": "{\"16554\":\"1\"}",
        "totals": "{\"subTotal\":168,\"vat\":0,\"salesTax\":10.5,\"shipTotal\":0,\"grandTotal\":\"178.50\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":168}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "orderId": "\"BFA803E9CB\"",
        "taxData": "{\"taxRate\":\"0.00\",\"isVat\":false,\"addVatToPrice\":true}",
        "products": "[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}]",
        "orderData": "{\"taxExemption\":null,\"orderId\":\"BFA803E9CB\",\"vendorOrderId\":null,\"vendorPluginId\":null,\"ipAddress\":\"73.227.162.252\",\"sourceId\":null,\"sourceValue1\":null,\"sourceValue2\":null,\"sourceValue3\":null,\"sourceValue4\":null,\"sourceValue5\":null,\"shipCarrier\":null,\"shipMethod\":null,\"profileName\":null,\"dateCreated\":\"2025-08-01 12:59:02\",\"orderType\":\"NEW_SALE\",\"orderStatus\":\"COMPLETE\",\"reviewStatus\":null,\"campaignName\":\"56 Serving Bags\",\"orderValue\":\"168.00\",\"customerId\":296064,\"name\":\"Rosemarie Ruo\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"6178425836\",\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"companyName\":null,\"address1\":\"4 Free St\",\"address2\":null,\"shipmentInsured\":null,\"shipmentInsurancePrice\":null,\"insuranceCharged\":0,\"city\":\"Saugus\",\"state\":\"MA\",\"country\":\"US\",\"postalCode\":\"01906\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipCompanyName\":null,\"shipAddress1\":\"4 Free St\",\"shipAddress2\":null,\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipCountry\":\"US\",\"shipPostalCode\":\"01906\",\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"paySource\":\"CREDITCARD\",\"cardType\":\"MASTERCARD\",\"cardBin\":\"524366\",\"cardLast4\":\"8599\",\"cardExpiryDate\":\"08\/29\",\"achAccountHolderType\":null,\"achAccountType\":null,\"achRoutingNumber\":null,\"achNameOnAccount\":null,\"achAccountNumber\":null,\"couponCode\":null,\"agentUserId\":null,\"basePrice\":\"168.00\",\"baseShipping\":\"0.00\",\"voiceLogNumber\":null,\"discountPrice\":\"0.00\",\"salesTax\":\"10.50\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&p\",\"surcharge\":\"0.00\",\"shipUpcharge\":\"0.00\",\"shipProfileId\":null,\"baseCurrencyCode\":\"USD\",\"baseCurrencySymbol\":\"$\",\"currencySymbol\":\"$\",\"currencyCode\":\"USD\",\"campaignId\":17,\"merchantTxnId\":\"81148259342\",\"ibanLast4\":null,\"originalCycleNumber\":1,\"prepaidType\":null,\"cardIsPrepaid\":0,\"cardIsDebit\":0,\"accountHolder\":null,\"subTotal\":\"168.00\",\"shipTotal\":\"0.00\",\"taxTotal\":\"10.50\",\"totalAmount\":\"178.50\",\"totalDiscount\":\"0.00\",\"totalRefundRemaining\":\"178.50\",\"amountPaid\":\"178.50\",\"items\":[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}],\"paypalUrl\":null,\"paypalSdkParams\":null,\"gatewayUrl\":null,\"gatewaySdkParams\":null,\"customFields\":{\"hitid\":\"644064178\"},\"newCustomer\":0,\"productsPurchased\":\"6294,6393,7315,10924,10936,12430,12466,12533,12558,12720,12721,13134,13411,13412,13467\",\"recommendedProducts\":[{\"recommendedCampaignProductId\":6294,\"rank\":0.063593,\"displayName\":\"3 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":3477,\"rank\":0.054054,\"displayName\":\"3 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":12907,\"rank\":0.036566,\"displayName\":\"3 x NativePath MCT Powder\"},{\"recommendedCampaignProductId\":3489,\"rank\":0.027027,\"displayName\":\"1 x NativePath Antarctic Krill Oil\"},{\"recommendedCampaignProductId\":12908,\"rank\":0.022258,\"displayName\":\"1 x NativePath MCT Powder\"},{\"recommendedCampaignProductId\":15799,\"rank\":0.022258,\"displayName\":\"3 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":6295,\"rank\":0.019078,\"displayName\":\"1 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":15800,\"rank\":0.011129,\"displayName\":\"1 x NativePath Collagen 56s Bag\"},{\"recommendedCampaignProductId\":10677,\"rank\":0.004769,\"displayName\":\"1 x NativePath Collagen Care+\"},{\"recommendedCampaignProductId\":10678,\"rank\":0.004769,\"displayName\":\"3 x NativePath Collagen Care+\"}]}",
        "sessionId": "{\"result\":\"SUCCESS\",\"message\":{\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\",\"pixel\":\"<iframe width=1 height=1 frameborder=0 scrolling=no src='https:\/\/lp.konnektive.com\/logos\/logo.htm?c=nativepath&s=295a19866314a612107e87aa0dfa7bff'><img width=1 height=1 src='https:\/\/lp.konnektive.com\/logos\/logo.gif?c=nativepath&s=295a19866314a612107e87aa0dfa7bff'><\/iframe>\",\"geoInfo\":{\"geoCountry\":\"US\",\"geoState\":\"MA\",\"geoCity\":\"Salem\",\"geoPostal\":\"01970\"}}}",
        "taxParams": "{\"firstName\":\"\",\"lastName\":\"\",\"emailAddress\":\"[email protected]\",\"shipProfileId\":null,\"address1\":\"\",\"address2\":\"\",\"postalCode\":\"\",\"city\":\"\",\"state\":\"MA\",\"country\":\"US\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"shipCountry\":\"US\",\"campaignId\":17,\"couponCode\":null,\"product1_id\":16554,\"product1_qty\":\"1\",\"currencyCode\":\"USD\",\"cartId\":null}",
        "funnelData": "{\"referenceId\":\"295a9637-ac57-4c27-9619-6df6a7fb60ce\",\"campaign\":\"17\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"ADD_TO_CART_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"LEAD_VIEW_CONT_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"PRODUCTS_PER_ORDER\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"APPLOVIN_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"TTK_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"PAAY_AUTH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalFastlaneHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"}],\"providers\":[],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4844fadc-62e5-4b13-9ada-897ee9a2304c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"25d051e3-f706-4e5e-848d-beea0b182d43\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"30ef3802-937a-4303-8cba-2d5b0d7a06ad\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a552223f-f7d7-4b6a-93ba-3dbbbbd63fb8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f7dfc340-5e5d-425f-941c-5aeb64ea2540\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2c12ec50-98b5-48c3-a714-bf36fcec9221\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"69028822-cc75-4c35-9055-98023b70b99d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a385fd12-9742-41d6-9d92-a37884a90c66\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"02e3feff-c68f-4960-adae-54a285bef5c6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4b069900-455c-417d-afa2-7c708bc9edbd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"131bba49-bd16-406a-af33-52a9e221d367\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"42ef9359-a337-41d0-ad25-5fc6dd67aed8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b238fa39-15da-4800-982f-6d57c30cc2a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9cbd1a56-588f-46e7-8af4-2bef11625e15\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"537400a2-194e-406a-bdd9-98000493eb36\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 12 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-12\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5cb01573-a124-4643-87c2-9cdca966b15e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"41efd294-f1b2-4fa4-be9f-1668a4ec74ea\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"c6ae901f-0a65-47c8-bc6d-d6c2dbeba6db\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"3877e974-0227-49b1-9f36-418bd29aee00\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"adac95f3-8e12-4dcf-9631-0c4a5ecf9142\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"6a80c6c2-aa4b-4c79-bb0c-3f3d2813cc94\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common92\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"57f5ca6c-a72e-4d0f-bc56-91ca3bb7c92d\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"447d3682-5a1a-46e2-b28c-750ce9d40e0b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"52407e30-0d8e-4c17-a09a-153d9dc3dbb8\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5c846aae-14d8-444e-b2f4-4f01a070a58a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page5\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"28824ace-6531-45ce-a9c7-d0d0afc0182e\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "leadParams": "{\"0\":\"{\",\"1\":\"\\\"\",\"2\":\"e\",\"3\":\"v\",\"4\":\"e\",\"5\":\"n\",\"6\":\"t\",\"7\":\"\\\"\",\"8\":\":\",\"9\":\"\\\"\",\"10\":\"c\",\"11\":\"o\",\"12\":\"l\",\"13\":\"l\",\"14\":\"e\",\"15\":\"c\",\"16\":\"t\",\"17\":\"-\",\"18\":\"e\",\"19\":\"n\",\"20\":\"d\",\"21\":\"\\\"\",\"22\":\",\",\"23\":\"\\\"\",\"24\":\"p\",\"25\":\"a\",\"26\":\"r\",\"27\":\"a\",\"28\":\"m\",\"29\":\"s\",\"30\":\"\\\"\",\"31\":\":\",\"32\":\"{\",\"33\":\"\\\"\",\"34\":\"s\",\"35\":\"\\\"\",\"36\":\":\",\"37\":\"\\\"\",\"38\":\"2\",\"39\":\"9\",\"40\":\"5\",\"41\":\"a\",\"42\":\"1\",\"43\":\"9\",\"44\":\"8\",\"45\":\"6\",\"46\":\"6\",\"47\":\"3\",\"48\":\"1\",\"49\":\"4\",\"50\":\"a\",\"51\":\"6\",\"52\":\"1\",\"53\":\"2\",\"54\":\"1\",\"55\":\"0\",\"56\":\"7\",\"57\":\"e\",\"58\":\"8\",\"59\":\"7\",\"60\":\"a\",\"61\":\"a\",\"62\":\"0\",\"63\":\"d\",\"64\":\"f\",\"65\":\"a\",\"66\":\"7\",\"67\":\"b\",\"68\":\"f\",\"69\":\"f\",\"70\":\"\\\"\",\"71\":\",\",\"72\":\"\\\"\",\"73\":\"m\",\"74\":\"\\\"\",\"75\":\":\",\"76\":\"\\\"\",\"77\":\"2\",\"78\":\"0\",\"79\":\"0\",\"80\":\"6\",\"81\":\"5\",\"82\":\"0\",\"83\":\"\\\"\",\"84\":\"}\",\"85\":\"}\",\"emailAddress\":\"[email protected]\",\"doNotSellName\":0,\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipCountry\":\"US\",\"province-hidden\":\"MA\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"phoneNumber\":\"6178425836\",\"contactOptIn\":1,\"billShipSame\":1,\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"address1\":\"4 Free St\",\"address2\":\"\",\"city\":\"Saugus\",\"country\":\"US\",\"state\":\"MA\",\"postalCode\":\"01906\",\"optradio\":\"M\",\"payment_method\":\"\",\"cardDate\":\"\",\"action\":\"FB_LOG\",\"logMessage\":\"You are sending a non-standard event 'Initiate Checkout'. The preferred way to send these events is using trackCustom. See 'https:\/\/developers.facebook.com\/docs\/ads-for-websites\/pixel-events\/#events' for more information.\",\"logType\":\"Meta Pixel Error\",\"cardMonth\":\"00\",\"cardYear\":\"00\",\"shipProfileId\":null,\"product1_id\":\"16554\",\"product1_qty\":\"1\",\"orderId\":\"BFA803E9CB\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708\",\"campaignId\":17,\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\"}",
        "requestUri": "https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/health.nativepath.com\/",
        "upsell_step": "1",
        "userDetails": "{\"firstName\":\"Rosemarie\",\"lastName\":\"Ruo\",\"companyName\":null,\"address1\":\"4 Free St\",\"address2\":\"\",\"postalCode\":\"01906\",\"city\":\"Saugus\",\"state\":\"MA\",\"country\":\"US\",\"emailAddress\":\"[email protected]\",\"phoneNumber\":\"6178425836\",\"gender\":null,\"dob\":null,\"couponCode\":null,\"shipProfileId\":null,\"achRoutingNumber\":null,\"achAccountNumber\":null,\"achAccountType\":null,\"achAccountHolderType\":null,\"iban\":null,\"ddbic\":null,\"custom1\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"custom2\":\"Checkout Page 6 58%\",\"custom3\":null,\"custom4\":null,\"custom5\":null,\"redirectsTo\":\"https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1\",\"browserData\":\"{\\\"acceptHeader\\\":\\\"application\/json\\\",\\\"userAgent\\\":\\\"Mozilla\/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit\/605.1.15 (KHTML, like Gecko) Version\/16.6.1 Mobile\/15E148 Safari\/604.1\\\",\\\"language\\\":\\\"en-US\\\",\\\"timezone\\\":\\\"240\\\",\\\"colorDepth\\\":32,\\\"screen\\\":{\\\"height\\\":\\\"667\\\",\\\"width\\\":\\\"375\\\"},\\\"javaScriptEnabled\\\":true,\\\"javaEnabled\\\":false}\",\"salesUrl\":\"https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-6?products=16554%3A1&cc_custom_hitid=644064178&hit=644064178&ajs_aid=fa67a795-47cd-45f8-93d2-4af78c42bcaa&cid=571&pub=240708\",\"cartId\":null,\"campaignId\":17,\"doNotSellName\":0,\"contactOptIn\":1,\"billShipSame\":1,\"optradio\":\"M\",\"orderId\":\"BFA803E9CB\",\"shipFirstName\":\"Rosemarie\",\"shipLastName\":\"Ruo\",\"shipAddress1\":\"4 Free St\",\"shipAddress2\":\"\",\"shipCity\":\"Saugus\",\"shipState\":\"MA\",\"shipPostalCode\":\"01906\",\"shipCountry\":\"US\",\"cardMonth\":0,\"cardYear\":0,\"paySource\":\"CREDITCARD\",\"forceMerchantId\":null,\"product1_id\":\"16554\",\"product1_qty\":\"1\",\"sessionId\":\"295a19866314a612107e87aa0dfa7bff\",\"insureShipment\":0,\"shipmentInsurancePrice\":\"\"}",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "ccExternalTax": "10.50",
        "lastPageTypeId": "4",
        "ccPhoneDialCode": "1",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Boston\",\"region_code\":\"MA\",\"country_code\":\"US\",\"zip_code\":\"01905\"}",
        "checkoutOrderData": "{\"items\":[{\"productId\":\"16554\",\"name\":\"6 x NativePath Collagen 56s Bag\",\"qty\":\"1\",\"productSku\":\"10-00003\",\"actualProductId\":\"225\",\"replacedByOrderItemId\":\"\",\"variantDetailId\":\"\",\"title\":\"\",\"variantSku\":\"\",\"externalProductId\":\"6776046092425\",\"shipping\":\"0.00\",\"price\":\"168.00\",\"merchantId\":\"1\",\"descriptor\":\"NativePath\",\"initialSalesTax\":\"10.50\",\"customSalesTax\":\"\",\"refundRemaining\":\"178.50\",\"merchantTxnId\":\"81148259342\",\"purchaseStatus\":\"\",\"billingCycleType\":\"\",\"finalBillingCycle\":\"\",\"isPreauthVoid\":\"0\",\"nextBillDate\":\"\",\"trialEnabled\":\"\",\"trialType\":\"\",\"trialAuthType\":\"\",\"regularPrice\":\"\",\"productQty\":\"1\",\"cycle1_billDelay\":\"\",\"cycle2_price\":\"\",\"cycle2_shipPrice\":\"\",\"cycle2_isShippable\":\"0\",\"cycle2_billDelay\":\"\",\"cycle3_price\":\"\",\"cycle3_shipPrice\":\"\",\"cycle3_isShippable\":\"0\",\"cycle3_billDelay\":\"\",\"lastCustomCycle\":\"0\",\"purchaseCycle\":\"\",\"txnType\":\"SALE\",\"cancellationScheduled\":\"0\",\"cancelAfterDate\":\"\",\"pauseScheduled\":\"0\",\"billingCycleNumber\":\"1\",\"staggerIntervalCycles\":\"\",\"staggerFulfillments\":\"0\",\"recycleFailedStatus\":\"0\",\"clubMemberId\":\"\",\"clubUsername\":\"\",\"clubPassword\":\"\",\"recycleReference\":\"0\",\"responseType\":\"SUCCESS\",\"productTags\":\"Bone Health,Collagen,Gut\/Digestion,Immunity,monthly-eligible,Pain,Subscription,Unflavored\"}],\"totalAmount\":\"178.50\",\"taxTotal\":\"10.50\",\"shipTotal\":\"0.00\"}",
        "productOrderArray": "[\"16554\"]",
        "analyticsReference": "{\"f7dfc340-5e5d-425f-941c-5aeb64ea2540-295a19866314a612107e87aa0dfa7bff\":2}",
        "currencyCodeSymbol": "$",
        "importOrderSuccess": "true",
        "upsell_curent_page": "",
        "ccExternalSessionId": "295a19866314a612107e87aa0dfa7bff",
        "previousExchangeRate": "1",
        "sessionStartDateTime": "2025-08-01T15:12:43.107Z",
        "bundleProductsPageRef": "{}",
        "previousCurrencySymbol": "$",
        "ccCountryAndStateInfoTracker": "{\"state\":\"MA\",\"shipState\":\"MA\"}",
        "ccCartProductsPercentageTotal": "168",
        "295a9637-ac57-4c27-9619-6df6a7fb60ceccQuery": "c1gf3j"
    }
}
08/01/2025 16:59:05
1758667ConversionGTM
{
    "cid": "",
    "hid": "644174796",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-919-1",
    "order_id": "F2EF9420E9",
    "funnel_name": "CID 919\/1088 - Collagen",
    "funnel_uuid": "089389f4-2e7e-45f9-87c2-125f80f976a9"
}
08/01/2025 16:59:03
1758666errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1",
    "trace": "SyntaxError: \"undefined\" is not valid JSON<br>    at JSON.parse (<anonymous>)<br>    at <anonymous>:37:24<br>    at getHeadCode (https:\/\/secure.nativepath.com\/index.js?f=0uphs:53:1010)<br>    at _callee12$ (https:\/\/secure.nativepath.com\/index.js?f=0uphs:42:10985)<br>    at tryCatch (https:\/\/secure.nativepath.com\/index.js?f=0uphs:1:1096239)<br>    at Generator.<anonymous> (https:\/\/secure.nativepath.com\/index.js?f=0uphs:1:1097874)<br>    at Generator.next (https:\/\/secure.nativepath.com\/index.js?f=0uphs:1:1096784)<br>    at asyncGeneratorStep (https:\/\/secure.nativepath.com\/index.js?f=0uphs:1:1103085)<br>    at _next (https:\/\/secure.nativepath.com\/index.js?f=0uphs:1:1103307)<br>    at https:\/\/secure.nativepath.com\/index.js?f=0uphs:1:1103423",
    "cookie": "_hjSessionUser_1066318=eyJpZCI6ImQxZTgxYWEwLTQ3ZGItNWMxZi04ZjBiLWNmY2Q3ZDBjOTg2ZSIsImNyZWF0ZWQiOjE3MDUwMTM0MTY0OTQsImV4aXN0aW5nIjp0cnVlfQ==; cjConsent=MHxOfDB8Tnww; cjUser=23a27c33-7f8e-43c3-a075-a277e1c22bee; _hjSessionUser_3250966=eyJpZCI6IjBkZjQyMTQxLThkYTktNTliZC05YjIzLTUyZjc4ZmViNWEyNiIsImNyZWF0ZWQiOjE3MTI3OTQ5MDYxNzYsImV4aXN0aW5nIjp0cnVlfQ==; __attentive_id=fd904a893efb40198dc29f3c355219f6; _fbp=fb.1.1733516620425.902325006406073093; _axwrt=0220c6b7-9df0-4245-bd30-3e8856375135; __attentive_cco=1733516620853; __attentive_ss_referrer=android-app:\/\/com.google.android.gm\/; __attentive_dv=1; rl_page_init_referrer=RS_ENC_v3_ImFuZHJvaWQtYXBwOi8vY29tLmdvb2dsZS5hbmRyb2lkLmdtLyI%3D; rl_page_init_referring_domain=RS_ENC_v3_ImNvbS5nb29nbGUuYW5kcm9pZC5nbSI%3D; _lc2_fpi=8ad7b0e6a39e--01jg0eq5kn3r8k83ybp2wjm9gy; _scid=CldMdBMTvlczOvi9CytChTVsCPAgPJc_; _tt_enable_cookie=1; _ttp=hzLHVkF-UCKSYLdsWNsBqB0FpoX.tt.1; _tracking_consent=%7B%22con%22%3A%7B%22CMP%22%3A%7B%22a%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A%22%22%2C%22s%22%3A%22%22%7D%7D%2C%22v%22%3A%222.1%22%2C%22region%22%3A%22USCA%22%2C%22reg%22%3A%22%22%2C%22purposes%22%3A%7B%22a%22%3Atrue%2C%22p%22%3Atrue%2C%22m%22%3Atrue%2C%22t%22%3Atrue%7D%2C%22display_banner%22%3Afalse%2C%22sale_of_data_region%22%3Afalse%2C%22consent_id%22%3A%223A601D93-d601-48C2-a768-7aba7543883d%22%7D; _shopify_y=9961f970-1127-4853-b0ac-7219e19a59ae; cjLiveRampLastCall=2025-01-02T22:46:08.440Z; _hjSessionUser_5255763=eyJpZCI6IjMzYmFjNjBkLTY3NTYtNWUxZS1hNmVjLWFkYmEyZjYxMjk2YSIsImNyZWF0ZWQiOjE3MzU5NjI1MzkzNjAsImV4aXN0aW5nIjp0cnVlfQ==; _axeid=85d87384d705b51dcd7343d402c7253a1275514a; _axart=44c3ab7f-1d72-46b4-bc22-5b483aebe75b; rl_anonymous_id=RS_ENC_v3_IjljZTM3ZmJhLTY4YmItNGE5OC04MDZjLWYwODI1NDcxNjhiMCI%3D; _scida=PJiZYflwESdWUxeschnhmlmuVe9EofPF; _ga_K6BQRD3HRJ=GS1.1.1745081311.4.0.1745081311.0.0.0; _ps_site_visit=true; _ga_2V7G82MKYG=GS1.1.1745081310.4.1.1745081324.46.0.0; _ga_9L2VKHLXE4=GS1.1.1745081311.1.1.1745081324.47.0.0; __insp_wid=606627737; __insp_slim=1745378894007; __insp_nv=true; __insp_targlpu=aHR0cHM6Ly9oZWFsdGgubmF0aXZlcGF0aC5jb20vbmF0aXZlcGF0aC1ncmFzcy1mZWQtY29sbGFnZW4tc3BlY2lhbC1vZmZlci1mcmVlLXR1bWJsZXI%2FaHBjaWQ9NTcxJmhpdD02Mjg1Njg2NjEmYzE9ZGVsaXZlcmVkamFycyZjMj0xaHImYzM9JnB1Yj0yNDA3MDgmdXRtX2NhbXBhaWduPUJyb3dzZSUyMEFiYW5kb25tZW50JTIwTWVzc2FnZSZ1dG1fbWVkaXVtPXNtcyZiYWJkPTEmdXRtX3NvdXJjZT1hdHRlbnRpdmUmZXh0ZXJuYWxJZD1iS3NLbA%3D%3D; __insp_targlpt=NDclIE9mZiBDb2xsYWdlbiArIFR1bWJsZXI%3D; _gcl_au=1.1.794218167.1749681064; rs_ga=GA1.1.9ce37fba-68bb-4a98-806c-f082547168b0; rs_ga_NY556K631J=GS2.1.s1749683359$o2$g0$t1749683359$j60$l0$h0; __attentive_domain=nativepath; __attentive_ceid=AEh; ef_witness=1; ef_affid=6; ef_tid_c_o_10=e601a13c94ba491e9b09454396aeae32; ef_tid_c_a_1=e601a13c94ba491e9b09454396aeae32; _clck=m7uq4m%7C2%7Cfxj%7C0%7C1836; _scid_r=FtdMdBMTvlczOvi9CytChTVsCPAgPJc_xhNfx0gYmWH5cBEnVlMXrHIZ4ZpZrlXvRKHzxT0B_tw; ttcsid=1752539928429::lTOdbwkarZQRcYngZjSv.3.1752539928430; ttcsid_C3J06B1M4B6L4J2EC2OG=1752539928429::gWtvyVu2TaYNMWxRvZlX.3.1752539928662; _sctr=1%7C1752476400000; rl_user_id=RS_ENC_v3_Ijg4MSI%3D; rl_trait=RS_ENC_v3_eyJlbWFpbCI6ImRsY2VyaGFAZ21haWwuY29tIn0%3D; wisepops=%7B%22popups%22%3A%7B%7D%2C%22sub%22%3A1%2C%22ucrn%22%3A76%2C%22cid%22%3A%2264212%22%2C%22v%22%3A5%2C%22bandit%22%3A%7B%22recos%22%3A%7B%7D%7D%7D; wisepops_visitor=%7B%22uAmXnV32UU%22%3A%227cb41061-6dd9-4346-81b1-b2ac83f71c4b%22%7D; wisepops_visits=%5B%222025-07-25T21%3A45%3A08.223Z%22%2C%222025-07-25T16%3A48%3A45.369Z%22%2C%222025-07-25T16%3A48%3A38.910Z%22%2C%222025-07-25T16%3A27%3A37.667Z%22%2C%222025-07-24T03%3A16%3A04.345Z%22%2C%222025-06-15T05%3A16%3A55.498Z%22%2C%222025-06-11T22%3A31%3A02.854Z%22%2C%222025-05-31T21%3A32%3A48.488Z%22%2C%222025-05-04T18%3A19%3A49.048Z%22%2C%222025-05-04T05%3A24%3A38.048Z%22%5D; _gid=GA1.2.954925704.1754015476; _ga=GA1.1.1240299375.1733516620; _attn_=eyJ1Ijoie1wiY29cIjoxNzI2MTYwMjM0NzQ4LFwidW9cIjoxNzI2MTYwMjM0NzQ4LFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcImZkOTA0YTg5M2VmYjQwMTk4ZGMyOWYzYzM1NTIxOWY2XCJ9Iiwic2VzIjoie1widmFsXCI6XCI0ZjMwNmYxODQ5Y2Y0YTkyODI0NjBlMmE3NWJjOGJlY1wiLFwidW9cIjoxNzU0MDE1OTA5OTc4LFwiY29cIjoxNzU0MDE1OTA5OTc4LFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; __hitcid=571; __pub=240549; _ga_7G9HS8437V=GS2.1.s1754015475$o50$g1$t1754016240$j6$l0$h0; _uetsid=bab5f5606e8011f09a1439dc0759919d; _uetvid=cd264bb0214a11f092cb5d8d8cf18492; X-Source=295a9637-ac57-4c27-9619-6df6a7fb60ce; rl_session=RS_ENC_v3_eyJpZCI6MTc1NDA2NzUwMTY5MywiZXhwaXJlc0F0IjoxNzU0MDY5MzAxNzY4LCJ0aW1lb3V0IjoxODAwMDAwLCJhdXRvVHJhY2siOnRydWUsInNlc3Npb25TdGFydCI6dHJ1ZX0%3D",
    "message": "Pixels initial: \"undefined\" is not valid JSON",
    "order_id": null,
    "funnel_uuid": "295a9637-ac57-4c27-9619-6df6a7fb60ce",
    "sessionStorage": {
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"295a9637-ac57-4c27-9619-6df6a7fb60ce\",\"campaign\":\"17\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"ADD_TO_CART_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"LEAD_VIEW_CONT_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"PRODUCTS_PER_ORDER\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"APPLOVIN_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"TTK_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"PAAY_AUTH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalFastlaneHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"}],\"providers\":[],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4844fadc-62e5-4b13-9ada-897ee9a2304c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"25d051e3-f706-4e5e-848d-beea0b182d43\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"30ef3802-937a-4303-8cba-2d5b0d7a06ad\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a552223f-f7d7-4b6a-93ba-3dbbbbd63fb8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f7dfc340-5e5d-425f-941c-5aeb64ea2540\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2c12ec50-98b5-48c3-a714-bf36fcec9221\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"69028822-cc75-4c35-9055-98023b70b99d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a385fd12-9742-41d6-9d92-a37884a90c66\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"02e3feff-c68f-4960-adae-54a285bef5c6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4b069900-455c-417d-afa2-7c708bc9edbd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"131bba49-bd16-406a-af33-52a9e221d367\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"42ef9359-a337-41d0-ad25-5fc6dd67aed8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b238fa39-15da-4800-982f-6d57c30cc2a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9cbd1a56-588f-46e7-8af4-2bef11625e15\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"537400a2-194e-406a-bdd9-98000493eb36\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 12 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-12\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5cb01573-a124-4643-87c2-9cdca966b15e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"41efd294-f1b2-4fa4-be9f-1668a4ec74ea\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"c6ae901f-0a65-47c8-bc6d-d6c2dbeba6db\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"3877e974-0227-49b1-9f36-418bd29aee00\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"adac95f3-8e12-4dcf-9631-0c4a5ecf9142\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"6a80c6c2-aa4b-4c79-bb0c-3f3d2813cc94\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common92\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"57f5ca6c-a72e-4d0f-bc56-91ca3bb7c92d\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"447d3682-5a1a-46e2-b28c-750ce9d40e0b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"52407e30-0d8e-4c17-a09a-153d9dc3dbb8\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5c846aae-14d8-444e-b2f4-4f01a070a58a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page5\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"28824ace-6531-45ce-a9c7-d0d0afc0182e\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1",
        "httpReferer": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1",
        "295a9637-ac57-4c27-9619-6df6a7fb60ceccQuery": "0uphs"
    }
}
08/01/2025 16:58:22
1758665ConversionGTM
{
    "cid": "1460",
    "hid": "644174723",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-native-path-collagen-56s-1460-1",
    "order_id": "9ECC1CD96D",
    "funnel_name": "CID 1460 - 56s Collagen Bags",
    "funnel_uuid": "a3618068-78d0-4cb7-a696-cb85f59ff857"
}
08/01/2025 16:57:39
1758664errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/collagen-56s-bag-m-thank-you",
    "trace": "parse@[native code]<br>global code@https:\/\/secure.nativepath.com\/collagen-56s-bag-m-thank-you:37:29<br>append@[native code]<br>getHeadCode@https:\/\/secure.nativepath.com\/index.js:44:1016<br>_callee12$@https:\/\/secure.nativepath.com\/index.js:33:10763<br>tryCatch@https:\/\/secure.nativepath.com\/index.js:1:1318994<br>@https:\/\/secure.nativepath.com\/index.js:1:1320633<br>asyncGeneratorStep@https:\/\/secure.nativepath.com\/index.js:1:1325836<br>_next@https:\/\/secure.nativepath.com\/index.js:1:1326076<br>@https:\/\/secure.nativepath.com\/index.js:1:1326179<br>Promise@[native code]<br>@https:\/\/secure.nativepath.com\/index.js:1:1326006<br>_HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:12340<br>HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:10354<br>@https:\/\/secure.nativepath.com\/index.js:33:10016",
    "cookie": "X-Source=0f0ad2fa-12ba-482e-bed5-69ee69198769; __attentive_ceid=AEh; __attentive_domain=nativepath; __attentive_id=71794300859948df9620f33a02072818; _attn_=eyJ1Ijoie1wiY29cIjoxNzUzNDcyNDA0NTcwLFwidW9cIjoxNzUzNDcyNDA0NTcwLFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcIjcxNzk0MzAwODU5OTQ4ZGY5NjIwZjMzYTAyMDcyODE4XCJ9Iiwic2VzIjoie1widmFsXCI6XCI3M2JjMzE0YjUzMGE0MWUyYjlhYzc4OTc4Y2ZlOWU4MVwiLFwidW9cIjoxNzU0MDU2MTQxNzcwLFwiY29cIjoxNzU0MDU2MTQxNzcwLFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; rl_session=RS_ENC_v3_eyJpZCI6MTc1NDA1NjA1Mzk5OCwiZXhwaXJlc0F0IjoxNzU0MDU3ODgzMDQ2LCJ0aW1lb3V0IjoxODAwMDAwLCJhdXRvVHJhY2siOnRydWUsInNlc3Npb25TdGFydCI6ZmFsc2V9; rl_anonymous_id=RS_ENC_v3_IjgzZDdkM2MzLWZmNzgtNGE2MS05YWNiLWY5MGU5OTY5N2Q5MCI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; rl_trait=RS_ENC_v3_eyJleHRlcm5hbElkIjoiIn0%3D; rl_user_id=RS_ENC_v3_IjAxSDkzWlozUzZKTVdWWEpHOTVaQU44M1pRIg%3D%3D; _fbp=fb.1.1753984546090.351854220526724298; _ga=GA1.1.343942823.1753984546; _ga_7G9HS8437V=GS2.1.s1754056053$o2$g0$t1754056053$j60$l0$h0; _hjSessionUser_5255763=eyJpZCI6ImY0YWYxYmMyLTE4MjAtNTQ2Yi04MzFjLWM0MWRhNjk4NmUyYyIsImNyZWF0ZWQiOjE3NTM5ODQ1NDY3MTcsImV4aXN0aW5nIjp0cnVlfQ==; _gekx=dWJLVEF0OENFVjg1eDVMYnVyN3dVeXhPN3lxMkFPNjZqLVY5WFJlZVVfWS5UUGc1ajg=; _geffran=3; __attentive_dv=1; __insp_nv=true; __insp_slim=1753984547545; __insp_targlpt=TmF0aXZlUGF0aCBHcmFzcy1GZWQgQ29sbGFnZW4%3D; __insp_targlpu=aHR0cHM6Ly9oZWFsdGgubmF0aXZlcGF0aC5jb20vZnJlZS1uYXRpdmVwYXRoLWdyYXNzLWZlZC1jb2xsYWdlbi1tLWRycGR3bj9ocGNpZD01NzEmcHViPTI0MDAyMCZoaXQ9NTY4MzkyMDY4JmMxPW5wYnNlZzJwcm9tb2NvbGxjN3NlcHRyZXdhcmRzMDkwNzIzcG0mYzI9Y29sbGpycyZjMz1rbGF2aV9lbWxfbnBiXyZ1dG1fc291cmNlPW5wYnNlZzJwcm9tb2NvbGxjN3NlcHRyZXdhcmRzMDkwNzIzcG0mdXRtX21lZGl1bT1lbWwmdXRtX2NhbXBhaWduPWNvbGxqcnMmdXRtX2NvbnRlbnQ9a2xhdmlfZW1sX25wYl8mdXRtX2NhbXBhaWduPTAxSDlOVDkyTVBYODZYQ1c4WlIyQ0NDOFRWJnV0bV9zb3VyY2U9a2xhdml5byZ1dG1fbWVkaXVtPWVtYWlsJmNjX2N1c3RvbV9oaXRpZD01NjgzOTIwNjgjcGFnZS1ibG9jay0yYm9tamdqaXE0dw%3D%3D; __insp_wid=606627737; _gcl_au=1.1.1388455538.1753984546; _lc2_fpi=8ad7b0e6a39e--01k1gt0dqh4ybtmbak4bgkqa2q; ef_affid=6; ef_tid_c_a_1=a9cc2b9ac23547b28a51f65344b4acfd; ef_tid_c_o_10=a9cc2b9ac23547b28a51f65344b4acfd; ef_witness=1; _shopify_y=ba23304c-a035-401c-91f5-bfcae5a472f6; _tracking_consent=3.AMPS_USFL_f_f_TbSnSu6RS8mGbMADTxMNKQ; geuid=35ceddf3-80a1-4ee8-ba60-2185fdeb038e; __attentive_cco=1753472404571; uid1100=643138779-20250725124003-df7faf66242eb69e8d1d1907c606cf4c-",
    "message": "Pixels initial: JSON Parse error: Unexpected identifier \"undefined\"",
    "order_id": null,
    "funnel_uuid": "0f0ad2fa-12ba-482e-bed5-69ee69198769",
    "sessionStorage": {
        "fkCart": "{}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"0f0ad2fa-12ba-482e-bed5-69ee69198769\",\"campaign\":\"17\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"Collagen 56 Serving Bags\",\"addOns\":[{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"0\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"}],\"providers\":[{\"id\":1,\"name\":\"Google\",\"keyValue\":\"G-7G9HS8437V\"}],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f356db29-5216-4fc2-bf07-a150b215fad1\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   FREE Shaker Cup\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"aefd1ee3-aaac-411b-b90b-f89a9148848b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"55ab7b39-46e9-4b5e-9ab6-f00c032c3444\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"1 New Checkout\",\"urlSlug\":\"1-checkout-collagen-56s-bag-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"1bae6483-dbec-48cf-8ff2-aa6396a3a0bd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b187706b-f513-4c2f-b2b6-9558d1193e29\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"12 New Checkout\",\"urlSlug\":\"12-checkout-collagen-56s-bag-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a8d86a57-3958-40c5-8382-d4062d6bc2b4\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"21f7412b-4c87-4d91-9209-e98b9b393653\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"3 New Checkout\",\"urlSlug\":\"3-checkout-collagen-56s-bag-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"54b428a8-0dd9-40bd-9afc-3f11f8194458\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"ca5c28fd-bde7-4fca-a4d0-7ba85a8c4633\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"571-checkout-56s\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"3539bd8f-24cd-4117-b615-f6e329d8df9f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"6da0e298-624c-41e4-aa08-a3becebb00a4\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2c4a6b30-1b7e-47c1-b9f1-cdd31045e54a\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5c5b6e63-7999-4531-ab8a-182b5e94653c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email Test\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b1-new\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"56b75037-96c7-4c73-85cf-7d3fe388bfcc\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"e4bc8d35-2e89-422f-934f-758a2f2c5509\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9a685298-5edc-4a33-83ed-38bcaf9bff63\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5cf09ff1-0188-489f-8568-92f49c7fb7d7\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags Free Mug\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"240cada0-e0a2-4dd9-8d4a-856f09a22baa\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8bc60a45-a8bb-4894-8761-3d46c1a055cc\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Bands\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-bands\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"170c799d-8f20-46e6-a620-df0fae7ff518\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f3948973-6b65-416d-9ecf-ddba74caca3d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Bands Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-bands-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"136a8f93-ce08-416f-85fd-cf89fa230605\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"51890e2c-784b-4069-9b66-0c69c8cefca8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   BLUE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-blue-tote\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7fe9f791-aa4b-4f19-8986-f5e2657ab515\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0eca9da4-5888-4c6d-95fc-629f3f3fc3e9\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Collagen Care Plus\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-careplus\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"3a569e24-e70b-4b87-b74b-fb54ce975587\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"51fdc8dd-5853-47fa-a673-1b5941bfa8a0\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Collagen Care Plus Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-careplus-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"682af16c-caf9-47d2-9b67-5655c5da0877\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f8cb5dc2-bdd3-4d2b-bed3-6b6fd5f28396\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags FREE D3K2\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-d3k2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a60ae625-18de-48da-80f6-fe1232b2006b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"872c13a4-4058-4da2-9cf9-bfb5cc16a81d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email Test b2g1\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-new\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a8f2a42a-0360-4e29-ad21-8ce6d66ade97\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a51eba4b-f790-4ae2-8c45-1c2765cb6ce9\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Shaker Cup\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-sc\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"bbc6dbc7-9abf-4dab-a91e-dbc5d2f33a62\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f2a2d27e-8a97-4ea4-8ac5-3f74017f1980\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-t\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930629d3-1336-4011-ba65-ef54b5bea0fb\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2fb54d66-7116-436d-a7ca-22d575de4a96\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Buy 2 Get 1   Tumbler\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-tmblr\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"d4d1f14e-e134-4bcd-a569-743aea150acb\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d9011b4b-c2ff-4b1c-b2cd-c1c95f51f3c0\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-tote\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b6073375-5198-4f5a-83b7-ce4768574131\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"05404df1-4701-47b8-a4c1-0a9396baf574\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags   FREE Tote Bag Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-tote-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"1cbd8990-ab0b-49a3-928c-bf6ffe258135\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"67b47faf-0113-4966-8684-f916fc14f7b8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags Free Mug Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b2g1-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"8120b397-8ad4-4f86-8148-5b303e3c7228\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"ed23e56d-471e-444f-81c5-7373ffa65585\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bag FREE Mug\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"e5c67bad-1fa9-4afe-9ef9-172442ab9ca1\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a406e548-13ef-4084-be85-f6b5a5aeab47\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G1 Bags   FREE Bands\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-bands\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b9ece40e-af93-4de7-b609-5dd78e58dcb2\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"157d0df3-f044-41e7-b6fc-03ad06afd0cb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G1 Bags   FREE Bands Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-bands-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"019af7a8-0243-49b2-bd16-cf1a6aa966aa\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"eb829671-fbad-4143-80b3-9ca73178ced9\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   BLUE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-blue-tote\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"13888e4e-b216-405a-956b-c2e22d040ae6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b9efd004-7cb4-4c60-bc1d-0fed009fc278\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   FREE Collagen Care Plus\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-careplus\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"1801da2c-5fcf-40ca-a24d-aa932012f259\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a19d1200-c1f2-43fc-aeb9-0da68e5f0be0\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   FREE Collagen Care Plus Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-careplus-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"cea51b2c-7996-4428-be75-c01de95a3f6c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b239141b-cfa2-4ba0-9783-5bf15e0b3b33\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags FREE D3K2\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-d3k2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"d8ed2475-e72e-4f38-a1df-ec9c8f1466b0\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"37185341-70c3-4292-9ff9-43f91d499fee\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags FREE D3K2- v2\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-d3k2-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"767ce6ff-1692-470c-842e-cc219b1f47f6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8e149d8a-8917-430a-962f-84102c6b96c0\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email Test b4g2\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-new\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"50ffcdc0-3cad-434f-a6e0-35574e222429\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c1ea2c7b-a364-4561-8390-fe903e183806\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   FREE Shaker Cup\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-sc\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0e079a38-f27f-46cc-bfdb-17963dfec670\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1989c6a0-cd54-4021-bf52-17d0a0a6de69\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   FREE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-t\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5b95878f-83eb-4d10-a8a8-cb538d490414\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0625f81a-8634-4f6a-a77d-591e30b3c7ab\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Buy 4 Get 2   Tumbler\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-tmblr\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"385d6734-d1fb-4e68-9194-57045a8366ea\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"aefacc36-17f7-4979-bfe5-a1d737c7e4cb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Buy 4 Get 2   Tumbler\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-tmblr-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ba2ab17e-786f-4d84-8f3b-e6b5479338b3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"9d329529-7544-4c16-8eef-25ea0d1d82ad\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G1 Bags   FREE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-tote\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"e22560a3-ba70-4791-bfc0-b055ec4d5cfd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f6c72b24-e8cb-466d-8500-f34c00c9a736\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G1 Bags FREE Tote Bag Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-tote-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"22550e4c-75a4-40f0-bebc-be6fe1a9ad34\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"be492352-22fd-42ac-b1a0-e3f172ad3b3b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bag FREE Mug Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b4g2-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"09d60529-5f8f-41c8-9ea9-9b4b0cfa35a6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4d12b15c-128e-436d-9d83-af989aad1d5c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Buy 8 Get 4 Tumbler\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8G4-tmblr\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2864b209-ae1f-4758-8b63-569d3041dae0\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"373cfc65-6122-4a73-9528-c20003ffae83\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags   FREE Bands\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-bands\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"3b2f8f1c-6803-4814-b1c7-e687b27e7ca8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d4cd0640-06b3-457f-ada0-b0d88081ae93\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Bands Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-bands-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"02eb5a96-7390-460d-8398-4499c2d30e13\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0f9d5737-288e-4c01-9c30-51568f02707c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-blue-tote\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"99040031-b304-4d0e-bfb5-e7cbb3e74185\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"92fa06d0-66ef-43ab-a082-b21d124e6ddc\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags   FREE Collagen Care Plus\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-careplus\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"1aca0306-9856-4be5-aadb-e41a3127b5c8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"29b9278d-2e26-43e1-916a-7dbae5ad341e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags   FREE Collagen Care Plus Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-careplus-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"cd345899-789f-4c00-8e38-2c1c157cf0a7\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b8509f08-522b-4ab1-94eb-d829c53ea36f\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE D3K2\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-d3k2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"8e51e991-3d37-4923-b0ac-9fa8b1627ec9\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4f95b2c9-ab6a-4f1e-8514-ad047750d9f8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE D3K2 -v2\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-d3k2-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"31cae7ee-b800-47f1-8f92-ea383f21dff5\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"520b7e2a-033a-404c-b586-f4860d67f661\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Frother\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-frother\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"689c1b95-c656-4371-8120-d615dfca8824\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"38785d67-67e3-4c43-afc0-4d5056c34177\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Frother Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-frother-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"29d9b306-9678-45e5-afc9-50500e99745a\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"9c3ff53d-d95a-4260-96c9-0afa01b3bb6e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE MUg\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-mug\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"f96230ca-75f8-44ef-95a6-5f05bb91752f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8e246480-aa21-43b6-8a0c-99efb8f008d5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE MUg Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-mug-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ebaf7141-9d56-4314-a5ce-3ca1fc0a5a76\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"3555fa60-9483-4fed-8fc3-f2f4674ab657\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Shaker Cup\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-sc\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"744abf45-f531-4a01-958d-35f31d4df0b4\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"90e3a371-61ff-42d1-bc03-e6a7ce53a229\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-t\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"adb35f30-e4cb-4c7f-82fb-f1af0bb64d7d\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5bb95467-0341-4f78-8633-da3071c99668\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE tumbler\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-tmblr\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"47c13474-7176-4d62-b350-e383df6da43c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"bad51d3d-0bd8-4c36-ab22-63998a4b0a7d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Tote Bag\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-tote\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"55f72fcd-bd6f-490d-9838-228da8de5199\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"ddc07dbe-80dc-4010-ab13-84561eba808b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Tote Bag Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-tote-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"517292da-e145-4212-9cd0-2b4930cea4e4\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"294a3f97-cb07-4216-b450-5943bec7429d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE Tote Bag Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-b8g4-tote-v3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84b69c86-0618-449d-b389-6e9034540e66\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c69163a0-d75c-44bb-beb6-6a010a2beeeb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags FREE Frother\",\"urlSlug\":\"571-collagen-56s-bag-checkout-frother-b4g2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"d131fbb7-5d25-4f16-a252-678a456b736c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"46837805-717b-41bb-b1be-da376b3cde29\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags FREE Frother Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-checkout-frother-b4g2-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"89a41060-a9a4-4b4d-a6a3-c2a3aa9c997b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8640ccf6-d08a-4dfd-8dbc-c894f4c1dac7\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page67\",\"urlSlug\":\"571-collagen-56s-bag-checkout-g\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"afaf50b1-5ce6-40e8-927c-ba38685d0fed\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1d885e7a-4893-489c-999a-90dedce8bdb6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags FREE Frother\",\"urlSlug\":\"571-collagen-56s-bag-frother-b2g1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fda92814-e98b-49e2-a955-f9dcb3af76ce\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"cce1d5b3-745b-48d1-928d-df74c32eb001\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags FREE Frother Higher Price\",\"urlSlug\":\"571-collagen-56s-bag-frother-b2g1-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ddb3f82f-48f7-4c0f-ae1b-75f8769ad37f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"bfe95375-1156-462e-aaa7-8c64d3a9606e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B1\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"72dac448-2be0-4c06-a4c8-5db51769b75c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2c6f3667-0276-4e1f-a49f-abdf16e58073\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B1 mob\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b1-mob\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0150aa8d-7280-4e58-8f5a-359212d4350b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"241daa9e-416a-4895-bbad-d606ec500f4d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b2g1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"6d9e1352-92db-44ba-bb6c-db0baacbaf4c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"93f5d66f-b6fe-415f-9d44-e79144140431\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 mob\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b2g1-mob\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"c4c7230d-427d-41ae-82ca-cbefac02af57\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"79f1a76d-75cc-4f49-8d34-98ea75dae20c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 v2\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b2g1-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"85b8edc0-1b08-4559-80dd-51000ae85f97\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4887650e-6f42-45ec-ab6d-268e064f0876\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b4g2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"dc92dba6-b4e1-4052-b904-dd146ee93ca4\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d3a050cb-7dbb-4b7d-9ca3-aafff1858e46\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 mob\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b4g2-mob\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"1c66e417-22f0-463c-9640-586e07b1f150\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"044bdf60-6c3a-4838-a41c-a62e52636fd2\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b8g4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4ea648b9-bace-44cd-a00c-0ef4f5790b48\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f643d4b5-af4c-4863-b5f2-8bb9a3a83b17\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 mob\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b8g4-mob\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"388afadf-0331-4721-b588-b1988bac599e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2174c3e4-d7cd-4d72-a419-631c1ed6d6e5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 v2\",\"urlSlug\":\"571-collagen-56s-bags-checkout-b8g4-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7a0cbb81-5f0a-4bd1-a025-846cce7f3c49\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"58069b3b-142a-49bc-860c-e85a6efcc203\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags\",\"urlSlug\":\"571-collagen-56s-checkout-b2g1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9770c842-9e52-47b6-9925-e1570651d238\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"ec57bb4b-9468-4e3a-947c-75db4e98352d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G1 Bags\",\"urlSlug\":\"571-collagen-56s-checkout-b2g1-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"cb342e40-68f1-443e-ab53-af65945e3dce\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"54e3966b-d308-4c23-9e42-7985567d284d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags\",\"urlSlug\":\"571-collagen-56s-checkout-b4g2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"f2076486-cd5a-497c-99ac-0523530217e4\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0c0fe710-770a-4427-b9ca-a5584eeb5e60\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags\",\"urlSlug\":\"571-collagen-56s-checkout-b4g2-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ccb217e2-88f6-4bc7-bdcd-db93187ea321\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"48d1daaf-3690-42d3-a5e2-4eeb17c0de86\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags\",\"urlSlug\":\"571-collagen-56s-checkout-b8g4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7191419f-ff26-43d5-9d5d-3cdb12ece78b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d48fac2e-53a4-4126-8b45-495ab907ee79\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags Higher Price\",\"urlSlug\":\"571-collagen-56s-checkout-b8g4-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a3a4d622-23b7-40dd-b175-7dd809cd932a\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"634e2bd0-fbc4-4df7-af33-f1f45aa24c96\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags Higher Price\",\"urlSlug\":\"571-collagen-56s-checkout-b8g4-v3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ec985bb4-bdc6-4c5a-b13c-6c0797f7d4a0\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"416eba00-a97c-4ca2-8680-a1d8844538b5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G21 Bags FREE CC  Subs\",\"urlSlug\":\"571-nativepath-56s-collagen-sub-b2g1-cc\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"6979a339-eab2-4259-a8f5-85783bcf8fa3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4c31dd4c-3e3c-40fd-ae02-342c1f706116\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B2G21 Bags   FREE D3K2 Subs\",\"urlSlug\":\"571-nativepath-56s-collagen-sub-b2g1-d3k2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b3fb2e8c-9ae2-44a8-9c23-f26fe85285dd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19b3ec80-46e4-4b54-9a23-083d1c411d89\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   FREE 2x CC Subs\",\"urlSlug\":\"571-nativepath-56s-collagen-sub-b4g2-cc\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"11aa4ace-1188-4a38-8f2f-c8cc85a4641e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2df9d03f-8dbd-427a-9d5c-1a3e935c1c12\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B4G2 Bags   FREE 2x D3K2 Subs\",\"urlSlug\":\"571-nativepath-56s-collagen-sub-b4g2-d3k2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"8ae3d6f5-f82b-47b9-968f-bc5edebc623c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"76b6c4f6-9bdb-4533-84b6-12395ae4bf73\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE 4x CC Subs\",\"urlSlug\":\"571-nativepath-56s-collagen-sub-b8g4-cc\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"cdfba634-4c27-41d3-af93-ad284747fb14\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a6d00353-d309-45ec-805b-140718d97429\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"B8G4 Bags FREE 4x D3K2 Subs\",\"urlSlug\":\"571-nativepath-56s-collagen-sub-b8g4-d3k2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a35b66ae-57f9-405b-b30e-e2c8b3f7adcc\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b7fee5c9-b1d8-40a9-bfb2-52dbeeb4935b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"1 bag\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"d03eff89-e390-4b7b-b99f-8044a6f940d7\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d3e6d5a9-276c-4e6a-85d7-1af715d6bc7a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"1 bag sub\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-1-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2981b550-1c14-4e40-8718-0c87d41aa59b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2baa8113-b8a0-4ce6-bd22-60fe25e03fdc\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"12 bags\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-12\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9a5e23f8-ceef-4f4c-afdd-67a995b2d310\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"cd6e5f0c-d97d-40fc-8984-1a6244c39db1\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"12 bags sub\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-12-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"77452bd3-1ecc-48b0-ab50-b761ec88cec6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4c2a3f11-15e9-44eb-a4b9-229dc9f8a13e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"3 bags\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a8ccf827-4c3b-417a-8ea1-31653849c7dc\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f276d964-a902-494a-a575-2b43ebb107de\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"3 bags sub\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-3-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4bc540a9-488f-470a-8d50-4237348868fc\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"2070094a-62b1-4770-b6f5-7926ad41a756\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"6 bags\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"308114c5-27fc-4d9d-af30-606c85ef4ea3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"e15ec268-e6de-42b7-ba2f-2aa3243049a7\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"6 bags sub\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-6-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9f8572fb-5bb0-465e-9f14-02e998f15cf4\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8576bd4b-719e-4328-8162-f348e30e1d06\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-checkout-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"177ad307-b80a-42b7-b4cd-3e458e2d0276\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"a613edac-8f64-48a5-b849-f1e81495c421\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-checkout-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"71cf346c-801f-4625-90c9-3ba00ffb0c9e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"659efa67-4c9e-45f0-becb-1b16d4d86ef4\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page\",\"urlSlug\":\"571-nativepath-collagen-56s-bag-checkout-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9b768d76-4cc9-4edc-a21b-82ca7bbe813d\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d50d0b52-8d07-4273-8928-2cd9e17a4e19\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"6 New Checkout\",\"urlSlug\":\"6-checkout-collagen-56s-bag-sub\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4656227-8c04-4416-92c1-35bfd210fba3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"505831bd-9ae4-4351-9982-56376c13043a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"56s Bags Normal\",\"urlSlug\":\"collagen-56s-bag-checkout\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4d7ccb27-7536-48f2-b5cf-59954ab15a70\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"af213196-6fa6-4e09-a44c-6f8fa7ed87ed\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 1\",\"urlSlug\":\"collagen-56s-bag-checkout-1-m\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2f63da8d-b4bd-4abe-b452-01ba28dcab1b\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"687f7c53-5169-41ea-ad9d-0e5cab77d9fc\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"collagen-56s-bag-checkout-2-m-a\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"3903a45a-5686-433e-9228-ac158baa007f\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b17b6ba9-8308-4eb9-84fa-fc8cd3baab90\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 2\",\"urlSlug\":\"collagen-56s-bag-checkout-3-m-a\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7cbd035f-d4b5-4ed3-a6ac-21099d337ca6\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"7380fd40-24dc-41d0-998e-d4134e307f17\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"collagen-56s-bag-checkout-4-m-a\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"17c9c012-87be-416c-a6fc-94cdfd6d58cd\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"05ab7bec-1a0f-4c5d-860c-29549022af1f\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"collagen-56s-bag-checkout-5-m\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"33a58a42-dda9-4d80-934e-ff3d17de1bd8\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"ff4761de-294f-477b-ae24-8380ee3c9c08\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout\",\"urlSlug\":\"collagen-56s-bag-checkout-571\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b9d84232-2111-4bca-a528-1b24f9e4f070\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8d138856-693e-45de-a12c-b23f718686d9\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 3\",\"urlSlug\":\"collagen-56s-bag-checkout-6-m\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a68813bd-0576-43ae-97b1-7204ebf5426b\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"collagen-56s-bag-m-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"70dab7fb-c96d-45e4-8905-489e2b5d9d3a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"080c008f-7aa7-468f-9fb4-570b6e0760a0\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 571  - 56s BAGS\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/collagen-56s-bag-m-thank-you",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/secure.nativepath.com\/collagen-56s-bag-checkout-6-m",
        "bundleStringArray": "{}",
        "previousExchangeRate": "1",
        "previousCurrencySymbol": "$",
        "0f0ad2fa-12ba-482e-bed5-69ee69198769ccQuery": "evenq"
    }
}
08/01/2025 16:57:36
1758663ConversionGTM
{
    "cid": "1460",
    "hid": "644174795",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-native-path-collagen-56s-1460-1",
    "order_id": "7EC4946DB6",
    "funnel_name": "CID 1460 - 56s Collagen Bags",
    "funnel_uuid": "a3618068-78d0-4cb7-a696-cb85f59ff857"
}
08/01/2025 16:57:28
1758662errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1",
    "trace": "SyntaxError: \"undefined\" is not valid JSON<br>    at JSON.parse (<anonymous>)<br>    at <anonymous>:37:24<br>    at getHeadCode (https:\/\/secure.nativepath.com\/index.js?f=zugio:53:1010)<br>    at _callee12$ (https:\/\/secure.nativepath.com\/index.js?f=zugio:42:10985)<br>    at tryCatch (https:\/\/secure.nativepath.com\/index.js?f=zugio:1:1096239)<br>    at Generator.<anonymous> (https:\/\/secure.nativepath.com\/index.js?f=zugio:1:1097874)<br>    at Generator.next (https:\/\/secure.nativepath.com\/index.js?f=zugio:1:1096784)<br>    at asyncGeneratorStep (https:\/\/secure.nativepath.com\/index.js?f=zugio:1:1103085)<br>    at _next (https:\/\/secure.nativepath.com\/index.js?f=zugio:1:1103307)<br>    at https:\/\/secure.nativepath.com\/index.js?f=zugio:1:1103423",
    "cookie": "_fbp=fb.1.1750443572028.361455904927390111; _gcl_au=1.1.1754304820.1750443572; _lc2_fpi=8ad7b0e6a39e--01jd0n8hk4h3m373e4803d9ka7; rl_anonymous_id=RS_ENC_v3_IjgyMDM0MzdiLWFmMmMtNGRjMC1iNjI1LWMyNWViM2ZkMmY4YiI%3D; rl_page_init_referrer=RS_ENC_v3_Imh0dHBzOi8vZGVjaWRlLmRldi8i; rl_page_init_referring_domain=RS_ENC_v3_ImRlY2lkZS5kZXYi; __attentive_id=2e21efc02b3448d6a53872d94697f9d0; __attentive_cco=1751041095015; _hjSessionUser_1066318=eyJpZCI6ImQzNDFhZWE2LWI5ZTctNThhZi1iNDFiLTdmMmNiNzEzNzhjNyIsImNyZWF0ZWQiOjE3NTA0NDM1NzIyNDEsImV4aXN0aW5nIjp0cnVlfQ==; _hjSessionUser_5255763=eyJpZCI6IjIxYzcxOWI2LWZjNDQtNTJiZS1hYWE5LTNkYzEwM2YxMDRiNCIsImNyZWF0ZWQiOjE3NTA1NTk2NTc4NjQsImV4aXN0aW5nIjp0cnVlfQ==; wisepops=%7B%22popups%22%3A%7B%7D%2C%22sub%22%3A1%2C%22ucrn%22%3A46%2C%22cid%22%3A%2264212%22%2C%22v%22%3A5%2C%22bandit%22%3A%7B%22recos%22%3A%7B%7D%7D%7D; wisepops_visitor=%7B%22uAmXnV32UU%22%3A%22a3958675-7f04-45cb-ade5-d5847c7af314%22%7D; wisepops_visits=%5B%222025-07-15T20%3A20%3A49.881Z%22%2C%222025-07-05T21%3A10%3A57.629Z%22%5D; ef_witness=1; ef_affid=6; ef_tid_c_o_10=467c358d89024da48fea6ded8c4a1288; ef_tid_c_a_1=467c358d89024da48fea6ded8c4a1288; uid1612=643108634-20250725085119-cb8df84b5b75dc60ecebd2de0b696a9a-7419; _clck=169sxz1%7C2%7Cfxz%7C0%7C1997; _atcid=lNimT8j5aYasD7; _atutm=utm_source=google&utm_medium=cpc&utm_campaign=22712636800&utm_content=181087831883; _gcl_gs=2.1.k1$i1753909157$u205578506; uid1410=643872088-20250730135958-ce84f8c74ed94197747923a34f50a373-4671; _gepi=true; _scid=EBi3cb7A1FNlamkHOvnQUiUtc_EYKZu8; _scid_r=EBi3cb7A1FNlamkHOvnQUiUtc_EYKZu8; _tt_enable_cookie=1; _ttp=01K1EJPXB07E7GHCBPC7VH69X0_.tt.1; ttcsid=1753909785956::bfLKuUfWFQhv7UfkZE_x.1.1753909785957; _ScCbts=%5B%5D; ttcsid_C3J06B1M4B6L4J2EC2OG=1753909785955::GDdBwWSqP_jxYHrlNOP5.1.1753909786171; _sctr=1%7C1753858800000; _gcl_aw=GCL.1753909850.Cj0KCQjwhafEBhCcARIsAEGZEKIN4DoqYorXHnBvr-FEe8MMCeuDiEEsy_x_ejaK-sIUiD-tjW4yNL0aAocyEALw_wcB; _atcid-pt=1753909850064; __attentive_domain=nativepath; __attentive_ceid=AEh; _gekx=U3BwbkRqVE1ScEtDRm04MjNvVEZYSnpoc1NGNngxS1NnWklOZ1U5MU5ZTS5UUGc1ajg=; __attentive_dv=1; _gegeo=JTdCJTIyY291bnRyeSUyMiUzQSUyMlVuaXRlZCUyMFN0YXRlcyUyMiUyQyUyMmNvdW50cnlDb2RlJTIyJTNBJTIyVVMlMjIlMkMlMjJob3N0aW5nJTIyJTNBZmFsc2UlMkMlMjJtb2JpbGUlMjIlM0F0cnVlJTJDJTIycHJveHklMjIlM0FmYWxzZSUyQyUyMnN0YXR1cyUyMiUzQSUyMnN1Y2Nlc3MlMjIlN0Q=; _gid=GA1.2.1155156887.1754029526; _attn_=eyJ1Ijoie1wiY29cIjoxNzUxMDQxMDk1MDEzLFwidW9cIjoxNzUxMDQxMDk1MDEzLFwibWFcIjoyMTkwMCxcImluXCI6ZmFsc2UsXCJ2YWxcIjpcIjJlMjFlZmMwMmIzNDQ4ZDZhNTM4NzJkOTQ2OTdmOWQwXCJ9Iiwic2VzIjoie1widmFsXCI6XCJlOGFiMDEyZjU0MTM0OGE2YTg3YjY2MzA3MTQ0ODA5ZVwiLFwidW9cIjoxNzU0MDI5NTI2MDEwLFwiY29cIjoxNzU0MDI5NTI2MDEwLFwibWFcIjowLjAyMDgzMzMzMzMzMzMzMzMzMn0ifQ==; _ga=GA1.1.1347583948.1750443572; __hitcid=571; __pub=240549; _uetsid=bd7d2b006ea011f089665d3412588885; _uetvid=dd987fa04e0611f088bc0fc657b50804; rl_user_id=RS_ENC_v3_IjEyMDU2ODYi; rl_trait=RS_ENC_v3_eyJlbWFpbCI6InN3YXJtZ2xvYmFsQGdtYWlsLmNvbSJ9; _ga_7G9HS8437V=GS2.1.s1754033380$o15$g0$t1754033380$j60$l0$h0; X-Source=295a9637-ac57-4c27-9619-6df6a7fb60ce; rl_session=RS_ENC_v3_eyJpZCI6MTc1NDA2NzQ0MjU5NSwiZXhwaXJlc0F0IjoxNzU0MDY5MjQyNjEwLCJ0aW1lb3V0IjoxODAwMDAwLCJhdXRvVHJhY2siOnRydWUsInNlc3Npb25TdGFydCI6dHJ1ZX0%3D",
    "message": "Pixels initial: \"undefined\" is not valid JSON",
    "order_id": null,
    "funnel_uuid": "295a9637-ac57-4c27-9619-6df6a7fb60ce",
    "sessionStorage": {
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"295a9637-ac57-4c27-9619-6df6a7fb60ce\",\"campaign\":\"17\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\<br>    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\<br>    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\<br>    'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\<br>    })(window,document,'script','dataLayer','GTM-K2KGPKM');\<br>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"1993352314115270\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"PH_FORMAT_BY_COUNTRY\",\"keyValue\":\"true\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"FB_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"SYGNAL_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"ADD_TO_CART_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"LEAD_VIEW_CONT_TCK\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"PRODUCTS_PER_ORDER\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"APPLOVIN_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_UNIQUE_TRANS_ID\",\"keyValue\":\"false\"},{\"keyName\":\"TTK_ADV_TRACKING\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"false\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"false\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"PAAY_AUTH_MIN_AMT\",\"keyValue\":\"0.00\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalFastlaneHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"}],\"providers\":[],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4844fadc-62e5-4b13-9ada-897ee9a2304c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"25d051e3-f706-4e5e-848d-beea0b182d43\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"30ef3802-937a-4303-8cba-2d5b0d7a06ad\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a552223f-f7d7-4b6a-93ba-3dbbbbd63fb8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f7dfc340-5e5d-425f-941c-5aeb64ea2540\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 58%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"2c12ec50-98b5-48c3-a714-bf36fcec9221\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"69028822-cc75-4c35-9055-98023b70b99d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"a385fd12-9742-41d6-9d92-a37884a90c66\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"02e3feff-c68f-4960-adae-54a285bef5c6\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4b069900-455c-417d-afa2-7c708bc9edbd\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"131bba49-bd16-406a-af33-52a9e221d367\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 59%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-59-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"42ef9359-a337-41d0-ad25-5fc6dd67aed8\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b238fa39-15da-4800-982f-6d57c30cc2a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 1 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9cbd1a56-588f-46e7-8af4-2bef11625e15\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"537400a2-194e-406a-bdd9-98000493eb36\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 12 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-12\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5cb01573-a124-4643-87c2-9cdca966b15e\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"41efd294-f1b2-4fa4-be9f-1668a4ec74ea\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 3 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"c6ae901f-0a65-47c8-bc6d-d6c2dbeba6db\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"3877e974-0227-49b1-9f36-418bd29aee00\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page 6 62%\",\"urlSlug\":\"checkout-nativepath-collagen-bags-special-offer-62-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"adac95f3-8e12-4dcf-9631-0c4a5ecf9142\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"6a80c6c2-aa4b-4c79-bb0c-3f3d2813cc94\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Common\",\"urlSlug\":\"common92\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"57f5ca6c-a72e-4d0f-bc56-91ca3bb7c92d\",\"templateTypeId\":36,\"pageType\":36}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"447d3682-5a1a-46e2-b28c-750ce9d40e0b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"52407e30-0d8e-4c17-a09a-153d9dc3dbb8\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5c846aae-14d8-444e-b2f4-4f01a070a58a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page5\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"28824ace-6531-45ce-a9c7-d0d0afc0182e\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-bags-58-571-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 571 - NativePath Collagen Bags 56s 58%-62% Off (EML)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-bags-58-571-1",
        "httpReferer": "https:\/\/secure.nativepath.com\/checkout-nativepath-collagen-bags-special-offer-58-571-1?products=16552%3A1&cc_custom_hitid=644110416&hit=644110416&hpcid=571&pub=240549&c1=SMS07312025COLLAGENBAGS68%25MARGIN&c2=68%25MAR&c3=&utm_source=attentive&utm_medium=sms&utm_campaign=SMS+07312025+COLL.+BAGS+REWARDS+MARGIN+TEST+-+68%25_base&utm_content=&externalId=BEKPe&ajs_aid=8203437b-af2c-4dc0-b625-c25eb3fd2f8b&cid=571",
        "295a9637-ac57-4c27-9619-6df6a7fb60ceccQuery": "zugio"
    }
}
08/01/2025 16:57:23
1758661ConversionGTM
{
    "cid": "1460",
    "hid": "644168745",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-native-hydrate-otp-free-funnel-1460-1",
    "order_id": "3D4D3A7510",
    "funnel_name": "CID 1460 | Native Hydrate + Funnel ($5 OFF)",
    "funnel_uuid": "0c6268e6-3ce2-400c-a232-7bcd816da53b"
}
08/01/2025 16:56:53
1758660ConversionGTM
{
    "cid": "571",
    "hid": "644173810",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-native-minerals-571-1",
    "order_id": "4CAB75FD21",
    "funnel_name": "CID 571 - Native Minerals (EML)",
    "funnel_uuid": "938f671f-e9a6-4eec-869b-8a7d70f0d080"
}
08/01/2025 16:56:42
1758659ConversionGTM
{
    "cid": "571",
    "hid": "644174278",
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-native-minerals-571-1",
    "order_id": "2CCA4F4E93",
    "funnel_name": "CID 571 - Native Minerals (EML)",
    "funnel_uuid": "938f671f-e9a6-4eec-869b-8a7d70f0d080"
}
08/01/2025 16:56:10
1758658errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-3",
    "trace": "parse@[native code]<br>global code@https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-3:37:29<br>append@[native code]<br>getHeadCode@https:\/\/secure.nativepath.com\/index.js:44:1016<br>_callee12$@https:\/\/secure.nativepath.com\/index.js:33:10763<br>tryCatch@https:\/\/secure.nativepath.com\/index.js:1:1046438<br>@https:\/\/secure.nativepath.com\/index.js:1:1048077<br>asyncGeneratorStep@https:\/\/secure.nativepath.com\/index.js:1:1053280<br>_next@https:\/\/secure.nativepath.com\/index.js:1:1053520<br>@https:\/\/secure.nativepath.com\/index.js:1:1053623<br>Promise@[native code]<br>@https:\/\/secure.nativepath.com\/index.js:1:1053450<br>_HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:12340<br>HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:10354<br>@https:\/\/secure.nativepath.com\/index.js:33:10016",
    "cookie": "_ga_7G9HS8437V=GS2.1.s1754067347$o2$g1$t1754067354$j53$l0$h0; rl_anonymous_id=RS_ENC_v3_IjVjMzk4M2M3LTdkZTctNGI2NC04ZGI5LWYyMzE5MmUxZjk2MyI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDA2OTE1NDA0MywiaWQiOjE3NTQwNjczNDc2ODcsInNlc3Npb25TdGFydCI6ZmFsc2V9; rl_trait=RS_ENC_v3_eyJlbWFpbCI6Implbm55d29ya21hbjE2MTlAZ21haWwuY29tIn0%3D; rl_user_id=RS_ENC_v3_IjEyNzAxMDIi; _ga=GA1.1.1025853413.1754015843; _lc2_fpi_js=8ad7b0e6a39e--01k1hqvgjwm5gvttsysxfrfccx; _li_dcdm_c=.nativepath.com; _fbc=fb.1.1754015842798.IwQ0xDSwL5B7FleHRuA2FlbQEwAGFkaWQBqyMr7wbcuAEet1__blGctv0WqwmYYOgI8uMp0cngQLac63haZyr-rI_hYATCRxWrTY5OP9s_aem_ZpjsktJQ5TKAm3t1PZB0Mg; _fbp=fb.1.1754015842800.75561877696295951; _gcl_au=1.1.1870562702.1754015843; _geli=YmZiOTAyYWU0ZWEzNjQ1YTBlYzRmYTBkY2ZmZTAwM2I=; _gepi=true; _geps=true; _geffran=3; _hjSessionUser_5255763=eyJpZCI6Ijc4NGM4NzZkLTVhZWUtNTlkMi04ODM2LTRiYTM2MDZlMmM1MyIsImNyZWF0ZWQiOjE3NTQwMTU4NDI3NTIsImV4aXN0aW5nIjp0cnVlfQ==; _heatIdvUpdated_3706=1754015951992; _gegeo=JTdCJTIyY291bnRyeSUyMiUzQSUyMlVuaXRlZCUyMFN0YXRlcyUyMiUyQyUyMmNvdW50cnlDb2RlJTIyJTNBJTIyVVMlMjIlMkMlMjJob3N0aW5nJTIyJTNBZmFsc2UlMkMlMjJtb2JpbGUlMjIlM0FmYWxzZSUyQyUyMnByb3h5JTIyJTNBZmFsc2UlMkMlMjJzdGF0dXMlMjIlM0ElMjJzdWNjZXNzJTIyJTdE; ef_affid=6; ef_tid_c_a_1=338dc1933c7443b988da4ccc3ed2a53c; ef_tid_c_o_10=338dc1933c7443b988da4ccc3ed2a53c; ef_witness=1; geuid=5e9b336a-f385-47cc-bc67-4537bf5bb563; wisepops_visitor=%7B%22uAmXnV32UU%22%3A%2284cedcf0-9973-44d3-a66b-552fda531450%22%7D; wisepops_visits=%5B%222025-08-01T02%3A37%3A22.386Z%22%5D; _heatVid_3706=5731213722542008003; _lc2_fpi=8ad7b0e6a39e--01k1hqvgjwm5gvttsysxfrfccx; uid1359=644098242-20250731193722-8a631a521a1cf1aa34feb5c36a5aec88-7409; wisepops=%7B%22popups%22%3A%7B%7D%2C%22sub%22%3A0%2C%22ucrn%22%3A38%2C%22cid%22%3A%2264212%22%2C%22v%22%3A5%2C%22bandit%22%3A%7B%22recos%22%3A%7B%7D%7D%7D",
    "message": "Pixels initial: JSON Parse error: Unexpected identifier \"undefined\"",
    "order_id": null,
    "funnel_uuid": "3b1df5ac-a865-4b6b-bb73-a28eab828eeb",
    "sessionStorage": {
        "fkCart": "{}",
        "totals": "{\"subTotal\":0,\"vat\":0,\"salesTax\":0,\"shipTotal\":0,\"grandTotal\":\"0.00\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":0}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"3b1df5ac-a865-4b6b-bb73-a28eab828eeb\",\"campaign\":\"50\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"760907565396245\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"}],\"providers\":[{\"id\":1,\"name\":\"Google\",\"keyValue\":\"G-7G9HS8437V\"}],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"9f041f5d-fdae-435a-a8d2-29acfc75f0a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0d5987d6-4400-4e89-b9f8-5405bbb511e9\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"e584e613-1c12-406e-8b38-dd10e7773375\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ed16f050-76ae-406e-ab1b-bbffd59b2b21\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c9ac925b-c6e3-49fa-ac34-a59debe569ed\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"19819986-2a54-405e-b23b-402b55a1505c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d4d188ca-bd8d-438a-a28b-9d8455be7c2a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"70d6a1cf-cf74-4f7e-aed4-7c5dfea62dab\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"681eee85-c963-4d37-a3e7-860e2c804455\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"38791c28-5948-4b2a-baef-898bc7190f88\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5620706d-7fc5-4511-a559-45bb2bcbed2c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9b6d6781-8587-4a13-8625-4e38db926f54\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"43f8d8ba-3634-47b1-8e99-e372420cfddb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b4g4-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5309b6e4-4ab8-496e-b5c5-3b63251517a3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"26110598-b7ae-4d4a-9bc8-f7b68a4bb65b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page9\",\"urlSlug\":\"checkout11\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"88fdac74-091a-4558-b72e-3ead396d8d8f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0cfac3a6-d509-4d2b-ab07-73b4641fc364\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page4\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"50232bcc-0cc0-45df-aab2-f26fd61389e6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f538913a-bdfa-42f4-a2f8-8d671f3ebd78\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7825cf90-312b-4e01-ac46-b780780580df\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"7cf9d78b-e44c-473b-a3f9-3d3bdc231b6c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page10\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"eb6cc95c-4de2-4325-977b-7381db16813b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0a640179-9cae-4836-9ebc-34227ba95c7d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9d9d3d8e-1465-4b19-8206-812834ec8e7b\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"985d18c6-6d09-4108-a3ed-bb804aaf2d84\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0a2a9fb6-9e97-4888-9092-3cc2bf4e2fa0\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 1359 - Collagen Jars (FB)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-thank-you",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-6",
        "upsell_step": "3",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "lastPageTypeId": "5",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Columbia\",\"region_code\":\"MO\",\"country_code\":\"US\",\"zip_code\":\"65203\"}",
        "currencyCodeSymbol": "$",
        "ccCartProductsPercentageTotal": "0"
    }
}
08/01/2025 16:55:54
1758657errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-5",
    "trace": "parse@[native code]<br>global code@https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-5:37:29<br>append@[native code]<br>getHeadCode@https:\/\/secure.nativepath.com\/index.js:44:1016<br>_callee12$@https:\/\/secure.nativepath.com\/index.js:33:10763<br>tryCatch@https:\/\/secure.nativepath.com\/index.js:1:1046438<br>@https:\/\/secure.nativepath.com\/index.js:1:1048077<br>asyncGeneratorStep@https:\/\/secure.nativepath.com\/index.js:1:1053280<br>_next@https:\/\/secure.nativepath.com\/index.js:1:1053520<br>@https:\/\/secure.nativepath.com\/index.js:1:1053623<br>Promise@[native code]<br>@https:\/\/secure.nativepath.com\/index.js:1:1053450<br>_HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:12340<br>HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:10354<br>@https:\/\/secure.nativepath.com\/index.js:33:10016",
    "cookie": "_ga_7G9HS8437V=GS2.1.s1754067347$o2$g1$t1754067353$j54$l0$h0; _ga=GA1.1.1025853413.1754015843; _lc2_fpi_js=8ad7b0e6a39e--01k1hqvgjwm5gvttsysxfrfccx; _li_dcdm_c=.nativepath.com; rl_anonymous_id=RS_ENC_v3_IjVjMzk4M2M3LTdkZTctNGI2NC04ZGI5LWYyMzE5MmUxZjk2MyI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; rl_session=RS_ENC_v3_eyJhdXRvVHJhY2siOnRydWUsInRpbWVvdXQiOjE4MDAwMDAsImV4cGlyZXNBdCI6MTc1NDA2OTE1MjUwOSwiaWQiOjE3NTQwNjczNDc2ODcsInNlc3Npb25TdGFydCI6ZmFsc2V9; rl_trait=RS_ENC_v3_eyJlbWFpbCI6Implbm55d29ya21hbjE2MTlAZ21haWwuY29tIn0%3D; rl_user_id=RS_ENC_v3_IjEyNzAxMDIi; _fbc=fb.1.1754015842798.IwQ0xDSwL5B7FleHRuA2FlbQEwAGFkaWQBqyMr7wbcuAEet1__blGctv0WqwmYYOgI8uMp0cngQLac63haZyr-rI_hYATCRxWrTY5OP9s_aem_ZpjsktJQ5TKAm3t1PZB0Mg; _fbp=fb.1.1754015842800.75561877696295951; _gcl_au=1.1.1870562702.1754015843; _geli=YmZiOTAyYWU0ZWEzNjQ1YTBlYzRmYTBkY2ZmZTAwM2I=; _gepi=true; _geps=true; _geffran=3; _hjSessionUser_5255763=eyJpZCI6Ijc4NGM4NzZkLTVhZWUtNTlkMi04ODM2LTRiYTM2MDZlMmM1MyIsImNyZWF0ZWQiOjE3NTQwMTU4NDI3NTIsImV4aXN0aW5nIjp0cnVlfQ==; _heatIdvUpdated_3706=1754015951992; _gegeo=JTdCJTIyY291bnRyeSUyMiUzQSUyMlVuaXRlZCUyMFN0YXRlcyUyMiUyQyUyMmNvdW50cnlDb2RlJTIyJTNBJTIyVVMlMjIlMkMlMjJob3N0aW5nJTIyJTNBZmFsc2UlMkMlMjJtb2JpbGUlMjIlM0FmYWxzZSUyQyUyMnByb3h5JTIyJTNBZmFsc2UlMkMlMjJzdGF0dXMlMjIlM0ElMjJzdWNjZXNzJTIyJTdE; ef_affid=6; ef_tid_c_a_1=338dc1933c7443b988da4ccc3ed2a53c; ef_tid_c_o_10=338dc1933c7443b988da4ccc3ed2a53c; ef_witness=1; geuid=5e9b336a-f385-47cc-bc67-4537bf5bb563; wisepops_visitor=%7B%22uAmXnV32UU%22%3A%2284cedcf0-9973-44d3-a66b-552fda531450%22%7D; wisepops_visits=%5B%222025-08-01T02%3A37%3A22.386Z%22%5D; _heatVid_3706=5731213722542008003; _lc2_fpi=8ad7b0e6a39e--01k1hqvgjwm5gvttsysxfrfccx; uid1359=644098242-20250731193722-8a631a521a1cf1aa34feb5c36a5aec88-7409; wisepops=%7B%22popups%22%3A%7B%7D%2C%22sub%22%3A0%2C%22ucrn%22%3A38%2C%22cid%22%3A%2264212%22%2C%22v%22%3A5%2C%22bandit%22%3A%7B%22recos%22%3A%7B%7D%7D%7D",
    "message": "Pixels initial: JSON Parse error: Unexpected identifier \"undefined\"",
    "order_id": null,
    "funnel_uuid": "3b1df5ac-a865-4b6b-bb73-a28eab828eeb",
    "sessionStorage": {
        "fkCart": "{}",
        "totals": "{\"subTotal\":0,\"vat\":0,\"salesTax\":0,\"shipTotal\":0,\"grandTotal\":\"0.00\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":0}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"3b1df5ac-a865-4b6b-bb73-a28eab828eeb\",\"campaign\":\"50\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"760907565396245\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"}],\"providers\":[{\"id\":1,\"name\":\"Google\",\"keyValue\":\"G-7G9HS8437V\"}],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"9f041f5d-fdae-435a-a8d2-29acfc75f0a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0d5987d6-4400-4e89-b9f8-5405bbb511e9\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"e584e613-1c12-406e-8b38-dd10e7773375\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ed16f050-76ae-406e-ab1b-bbffd59b2b21\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c9ac925b-c6e3-49fa-ac34-a59debe569ed\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"19819986-2a54-405e-b23b-402b55a1505c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d4d188ca-bd8d-438a-a28b-9d8455be7c2a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"70d6a1cf-cf74-4f7e-aed4-7c5dfea62dab\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"681eee85-c963-4d37-a3e7-860e2c804455\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"38791c28-5948-4b2a-baef-898bc7190f88\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5620706d-7fc5-4511-a559-45bb2bcbed2c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9b6d6781-8587-4a13-8625-4e38db926f54\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"43f8d8ba-3634-47b1-8e99-e372420cfddb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b4g4-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5309b6e4-4ab8-496e-b5c5-3b63251517a3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"26110598-b7ae-4d4a-9bc8-f7b68a4bb65b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page9\",\"urlSlug\":\"checkout11\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"88fdac74-091a-4558-b72e-3ead396d8d8f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0cfac3a6-d509-4d2b-ab07-73b4641fc364\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page4\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"50232bcc-0cc0-45df-aab2-f26fd61389e6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f538913a-bdfa-42f4-a2f8-8d671f3ebd78\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7825cf90-312b-4e01-ac46-b780780580df\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"7cf9d78b-e44c-473b-a3f9-3d3bdc231b6c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page10\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"eb6cc95c-4de2-4325-977b-7381db16813b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0a640179-9cae-4836-9ebc-34227ba95c7d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9d9d3d8e-1465-4b19-8206-812834ec8e7b\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"985d18c6-6d09-4108-a3ed-bb804aaf2d84\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0a2a9fb6-9e97-4888-9092-3cc2bf4e2fa0\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 1359 - Collagen Jars (FB)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-thank-you",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-6",
        "upsell_step": "3",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "lastPageTypeId": "5",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Columbia\",\"region_code\":\"MO\",\"country_code\":\"US\",\"zip_code\":\"65203\"}",
        "currencyCodeSymbol": "$",
        "ccCartProductsPercentageTotal": "0"
    }
}
08/01/2025 16:55:54
1758656errorChCh
{
    "url": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-6",
    "trace": "parse@[native code]<br>global code@https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-6:37:29<br>append@[native code]<br>getHeadCode@https:\/\/secure.nativepath.com\/index.js:44:1016<br>_callee12$@https:\/\/secure.nativepath.com\/index.js:33:10763<br>tryCatch@https:\/\/secure.nativepath.com\/index.js:1:1046438<br>@https:\/\/secure.nativepath.com\/index.js:1:1048077<br>asyncGeneratorStep@https:\/\/secure.nativepath.com\/index.js:1:1053280<br>_next@https:\/\/secure.nativepath.com\/index.js:1:1053520<br>@https:\/\/secure.nativepath.com\/index.js:1:1053623<br>Promise@[native code]<br>@https:\/\/secure.nativepath.com\/index.js:1:1053450<br>_HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:12340<br>HeadAndInitializePage@https:\/\/secure.nativepath.com\/index.js:33:10354<br>@https:\/\/secure.nativepath.com\/index.js:33:10016",
    "cookie": "_ga_7G9HS8437V=GS2.1.s1754067347$o2$g0$t1754067352$j55$l0$h0; rl_session=RS_ENC_v3_eyJpZCI6MTc1NDA2NzM0NzY4NywiZXhwaXJlc0F0IjoxNzU0MDY5MTQ5MTc2LCJ0aW1lb3V0IjoxODAwMDAwLCJhdXRvVHJhY2siOnRydWUsInNlc3Npb25TdGFydCI6ZmFsc2V9; _ga=GA1.1.1025853413.1754015843; _lc2_fpi_js=8ad7b0e6a39e--01k1hqvgjwm5gvttsysxfrfccx; _li_dcdm_c=.nativepath.com; rl_anonymous_id=RS_ENC_v3_IjVjMzk4M2M3LTdkZTctNGI2NC04ZGI5LWYyMzE5MmUxZjk2MyI%3D; rl_page_init_referrer=RS_ENC_v3_IiRkaXJlY3Qi; rl_trait=RS_ENC_v3_eyJlbWFpbCI6Implbm55d29ya21hbjE2MTlAZ21haWwuY29tIn0%3D; rl_user_id=RS_ENC_v3_IjEyNzAxMDIi; _fbc=fb.1.1754015842798.IwQ0xDSwL5B7FleHRuA2FlbQEwAGFkaWQBqyMr7wbcuAEet1__blGctv0WqwmYYOgI8uMp0cngQLac63haZyr-rI_hYATCRxWrTY5OP9s_aem_ZpjsktJQ5TKAm3t1PZB0Mg; _fbp=fb.1.1754015842800.75561877696295951; _gcl_au=1.1.1870562702.1754015843; _geli=YmZiOTAyYWU0ZWEzNjQ1YTBlYzRmYTBkY2ZmZTAwM2I=; _gepi=true; _geps=true; _geffran=3; _hjSessionUser_5255763=eyJpZCI6Ijc4NGM4NzZkLTVhZWUtNTlkMi04ODM2LTRiYTM2MDZlMmM1MyIsImNyZWF0ZWQiOjE3NTQwMTU4NDI3NTIsImV4aXN0aW5nIjp0cnVlfQ==; _heatIdvUpdated_3706=1754015951992; _gegeo=JTdCJTIyY291bnRyeSUyMiUzQSUyMlVuaXRlZCUyMFN0YXRlcyUyMiUyQyUyMmNvdW50cnlDb2RlJTIyJTNBJTIyVVMlMjIlMkMlMjJob3N0aW5nJTIyJTNBZmFsc2UlMkMlMjJtb2JpbGUlMjIlM0FmYWxzZSUyQyUyMnByb3h5JTIyJTNBZmFsc2UlMkMlMjJzdGF0dXMlMjIlM0ElMjJzdWNjZXNzJTIyJTdE; ef_affid=6; ef_tid_c_a_1=338dc1933c7443b988da4ccc3ed2a53c; ef_tid_c_o_10=338dc1933c7443b988da4ccc3ed2a53c; ef_witness=1; geuid=5e9b336a-f385-47cc-bc67-4537bf5bb563; wisepops_visitor=%7B%22uAmXnV32UU%22%3A%2284cedcf0-9973-44d3-a66b-552fda531450%22%7D; wisepops_visits=%5B%222025-08-01T02%3A37%3A22.386Z%22%5D; _heatVid_3706=5731213722542008003; _lc2_fpi=8ad7b0e6a39e--01k1hqvgjwm5gvttsysxfrfccx; uid1359=644098242-20250731193722-8a631a521a1cf1aa34feb5c36a5aec88-7409; wisepops=%7B%22popups%22%3A%7B%7D%2C%22sub%22%3A0%2C%22ucrn%22%3A38%2C%22cid%22%3A%2264212%22%2C%22v%22%3A5%2C%22bandit%22%3A%7B%22recos%22%3A%7B%7D%7D%7D",
    "message": "Pixels initial: JSON Parse error: Unexpected identifier \"undefined\"",
    "order_id": null,
    "funnel_uuid": "3b1df5ac-a865-4b6b-bb73-a28eab828eeb",
    "sessionStorage": {
        "fkCart": "{}",
        "totals": "{\"subTotal\":0,\"vat\":0,\"salesTax\":0,\"shipTotal\":0,\"grandTotal\":\"0.00\",\"discount\":0,\"insurance\":0,\"savings\":0,\"compareAtTotal\":0}",
        "fk_salt": "d6ce0190-c18c-11ec-b509-cf225d0ef380",
        "funnelData": "{\"referenceId\":\"3b1df5ac-a865-4b6b-bb73-a28eab828eeb\",\"campaign\":\"50\",\"salt\":\"d6ce0190-c18c-11ec-b509-cf225d0ef380\",\"headTrackingCode\":\"<script>\<br>!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\\\"2.0\\\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\\\"script\\\",\\\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\\\");\<br><\/script>\",\"bodyTrackingCode\":\"const FBPixelId = \\\"760907565396245\\\";\<br>\<br>if (pageData) {\<br>  const { pageTypeId } = pageData;\<br>  const pageTitle = pageData.currentPage.title.toLowerCase();\<br>  if (pageTitle.includes(\\\"checkout\\\")) {\<br>    sessionStorage.upsell_step = \\\"1\\\";\<br>    sessionStorage.upsell_curent_page = \\\"\\\";\<br>  }\<br>\<br>  if (pageTypeId === 4) {\<br>    try {\<br>      fbq(\\\"init\\\", FBPixelId);\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"InitiateCheckout\\\");\<br>      fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddToCart\\\");\<br>\<br>      let paymentInfoSent = false;\<br>      const emailInput = document.querySelector(\\\"input[name=emailAddress]\\\");\<br>      if (emailInput) {\<br>        emailInput.addEventListener('input', () => {\<br>          if (!paymentInfoSent) {\<br>            paymentInfoSent = true;\<br>            fbq(\\\"trackSingle\\\", FBPixelId, \\\"AddPaymentInfo\\\");\<br>          }\<br>        });\<br>      }\<br>    } catch (e) {\<br>      console.log(e.message);\<br>    }\<br>  }\<br>\<br>  if (pageTitle.includes(\\\"upsell\\\") || pageTitle.includes(\\\"thank you\\\") || pageTypeId === 3 || pageTypeId === 5) {\<br>    let orderData = null;\<br>    let _cid;\<br>    let hitId;\<br>    try {\<br>      orderData = JSON.parse(sessionStorage.orderData);\<br>      const requestUri = new URLSearchParams(sessionStorage.requestUri.split(\\\"#\\\")[0]);\<br>      _cid = requestUri.get(\\\"cid\\\");\<br>      const uidCookie = document.cookie.split(\\\";\\\").find(cookie => cookie.trim().split(\\\"=\\\")[0] === \\\"uid\\\" + _cid);\<br>      hitId = uidCookie.trim().split(\\\"=\\\")[1].split(\\\"-\\\")[0];\<br>      hitId = hitId || requestUri.get(\\\"hit\\\") || requestUri.get(\\\"cc_custom_hitid\\\");\<br>    } catch (e) {\<br>      console.log(\\\"Pixels initial: \\\" + e.message);\<br>      fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>        method: \\\"post\\\",\<br>        headers: {\<br>          'Accept': 'application\/json',\<br>          'Content-Type': 'application\/json',\<br>        },\<br>        body: JSON.stringify({\<br>          \\\"event\\\": \\\"error\\\",\<br>          \\\"system\\\": \\\"ChCh\\\",\<br>          \\\"data\\\": {\<br>            \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>            \\\"url\\\": location.href,\<br>            \\\"message\\\": \\\"Pixels initial: \\\" + e.message,\<br>            \\\"trace\\\": e.stack,\<br>            \\\"cid\\\": _cid,\<br>            \\\"hid\\\": hitId,\<br>            \\\"order_id\\\": orderData ? orderData.orderId : null,\<br>            \\\"sessionStorage\\\": sessionStorage,\<br>            \\\"cookie\\\": document.cookie,\<br>          }\<br>        }),\<br>      });\<br>    }\<br>\<br>    if (sessionStorage.upsell_step === undefined) {\<br>      sessionStorage.upsell_step = \\\"1\\\";\<br>    }\<br>\<br>    if (orderData) {\<br>      if (sessionStorage.upsell_step === \\\"1\\\") {\<br>\<br>        fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>          method: \\\"post\\\",\<br>          headers: {\<br>            'Accept': 'application\/json',\<br>            'Content-Type': 'application\/json',\<br>          },\<br>          body: JSON.stringify({\<br>            \\\"event\\\": \\\"Conversion\\\",\<br>            \\\"system\\\": \\\"ChCh\\\",\<br>            \\\"data\\\": {\<br>              \\\"url\\\": location.href,\<br>              \\\"sessionStorage\\\": sessionStorage,\<br>              \\\"cookie\\\": document.cookie,\<br>              \\\"event\\\": \\\"Conversion\\\",\<br>              \\\"cid\\\": _cid,\<br>              \\\"transid\\\": orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step,\<br>              \\\"hid\\\": hitId,\<br>              \\\"value\\\": orderData.orderValue,\<br>              \\\"currency\\\": orderData.currencyCode,\<br>              \\\"qty\\\": orderData.items[0].qty,\<br>              \\\"item_ids\\\": orderData.items[0].productId,\<br>              \\\"order_id\\\": orderData.orderId,\<br>              \\\"email\\\": orderData.emailAddress,\<br>              \\\"shipping_address_phone\\\": orderData.emailAddress,\<br>              \\\"shipping_address_first_name\\\": orderData.shipFirstName,\<br>              \\\"shipping_address_last_name\\\": orderData.shipLastName,\<br>              \\\"shipping_address_city\\\": orderData.shipCity,\<br>              \\\"shipping_address_province\\\": orderData.shipState,\<br>              \\\"shipping_address_zip\\\": orderData.shipPostalCode,\<br>              \\\"shipping_address_country\\\": orderData.shipCountry,\<br>              \\\"funnel_name\\\": pageData.funnelData.name,\<br>              \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>              \\\"funnel_campaign_id\\\": pageData.funnelData.campaign\<br>            }\<br>          }),\<br>        });\<br>\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + (parseFloat(orderData.orderValue) + parseFloat(orderData.shipTotal)) +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"url\\\": location.href,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"message\\\": \\\"HitPath Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        try {\<br>          fbq(\\\"init\\\", FBPixelId);\<br>          fbq(\\\"trackSingle\\\", FBPixelId, \\\"Purchase\\\", {\<br>            currency: orderData.currencyCode,\<br>            value: orderData.orderValue,\<br>            content_type: \\\"product_group\\\",\<br>            content_ids: [\<br>              orderData.items[0].productId\<br>            ]\<br>          }, {\<br>            eventID: orderData.orderId\<br>          });\<br>        } catch (e) {\<br>          console.log(\\\"Facebook Pixel: \\\" + e.message);\<br>          fetch(\\\"https:\/\/web-logger.mtnhauslabs.com\/logger\\\", {\<br>            method: \\\"post\\\",\<br>            headers: {\<br>              'Accept': 'application\/json',\<br>              'Content-Type': 'application\/json',\<br>            },\<br>            body: JSON.stringify({\<br>              \\\"event\\\": \\\"error\\\",\<br>              \\\"system\\\": \\\"ChCh\\\",\<br>              \\\"data\\\": {\<br>                \\\"funnel_uuid\\\": pageData.funnelData.referenceId,\<br>                \\\"sessionStorage\\\": sessionStorage,\<br>                \\\"cookie\\\": document.cookie,\<br>                \\\"url\\\": location.href,\<br>                \\\"message\\\": \\\"Facebook Pixel: \\\" + e.message,\<br>                \\\"trace\\\": e.stack,\<br>                \\\"cid\\\": _cid,\<br>                \\\"hid\\\": hitId,\<br>                \\\"order_id\\\": orderData ? orderData.orderId : '',\<br>              }\<br>            }),\<br>          });\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      } else if (sessionStorage.upsell_step > 1 && sessionStorage.upsell_items_count < orderData.items.length) {\<br>        try {\<br>          let atp = \\\"&atp=0.00\\\";\<br>          let hitPathScript = document.createElement(\\\"script\\\");\<br>          hitPathScript.setAttribute(\\\"type\\\", \\\"text\/javascript\\\");\<br>          hitPathScript.setAttribute(\\\"src\\\", \\\"https:\/\/fb.nativepath.com\/rd\/apx.php?id=1&type=3&cCid=\\\" + _cid +\<br>            \\\"&transid=\\\" + orderData.orderId + \\\"_\\\" + sessionStorage.upsell_step +\<br>            \\\"&ate=\\\" + orderData.items.at(-1).price +\<br>            (hitId ? \\\"&hid=\\\" + hitId : \\\"\\\") + atp\<br>          );\<br>\<br>          let script = document.getElementsByTagName(\\\"script\\\")[0];\<br>          script.parentNode.insertBefore(hitPathScript, script);\<br>        } catch (e) {\<br>          console.log(\\\"HitPath Pixel: \\\" + e.message);\<br>        }\<br>\<br>        sessionStorage.upsell_step = sessionStorage.upsell_step * 1 + 2;\<br>      }\<br>      sessionStorage.upsell_items_count = orderData.items.length;\<br>    } else {\<br>      sessionStorage.upsell_step = \\\"3\\\";\<br>    }\<br>  }\<br>}\<br>\<br>function trackEvent(e) {\<br>}\",\"title\":\"NativePath Collagen\",\"addOns\":[{\"keyName\":\"Paypal_billerId\",\"keyValue\":\"3\"},{\"keyName\":\"Purchase_Event_FB\",\"keyValue\":\"2\"},{\"keyName\":\"LISTRAK_CART_UPDATE\",\"keyValue\":\"false\"},{\"keyName\":\"EXTERNAL_TRACK_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"SEND_USER_DATA\",\"keyValue\":\"false\"},{\"keyName\":\"TRIPLE_WHALE_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"AD_BEACON_REQ\",\"keyValue\":\"false\"},{\"keyName\":\"Google_Places\",\"keyValue\":\"AIzaSyDhMj2gAV0JQOvURSQhcZ7QVjkZKekoG3Q\"},{\"keyName\":\"GPay_CountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"applePayCountryCode\",\"keyValue\":\"US\"},{\"keyName\":\"PayPal_Venmo\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_PayLater\",\"keyValue\":\"0\"},{\"keyName\":\"PayPal_Reference\",\"keyValue\":\"1\"},{\"keyName\":\"PayPal_Merchant\",\"keyValue\":\"YSKDY6ZWSM6B6\"},{\"keyName\":\"PayPal_WithReach\",\"keyValue\":\"false\"},{\"keyName\":\"paypalVenmoHide\",\"keyValue\":\"false\"},{\"keyName\":\"paypalPayLaterHide\",\"keyValue\":\"false\"},{\"keyName\":\"Purchase_Event_SC\",\"keyValue\":\"3\"},{\"keyName\":\"PAAY_AUTH_MSTR\",\"keyValue\":\"1\"},{\"keyName\":\"PAAY_AUTH_VISA\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_TYPE\",\"keyValue\":\"1\"},{\"keyName\":\"RECAPT_THRESHOLD\",\"keyValue\":\"0.1\"},{\"keyName\":\"RECAPT_TRIGGER\",\"keyValue\":\"1\"},{\"keyName\":\"PAYPAL_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"APPLEPAY_ADDRESS\",\"keyValue\":\"false\"},{\"keyName\":\"REACH_LOCALE\",\"keyValue\":\"en-US\"},{\"keyName\":\"REACH_THEME_VALUE\",\"keyValue\":\"light\"},{\"keyName\":\"PAAY_CH_MIN_AMT\",\"keyValue\":\"0.00\"}],\"providers\":[{\"id\":1,\"name\":\"Google\",\"keyValue\":\"G-7G9HS8437V\"}],\"pages\":[{\"referenceId\":\"c44521fb-ad14-4cb0-8c1c-e8e2eac7817e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Email\",\"urlSlug\":null,\"externalURL\":null,\"pageView\":[{\"referenceId\":\"fc47604d-127f-407b-85f9-7687414f4c12\",\"templateTypeId\":24,\"pageType\":24}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"9f041f5d-fdae-435a-a8d2-29acfc75f0a5\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0d5987d6-4400-4e89-b9f8-5405bbb511e9\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"e584e613-1c12-406e-8b38-dd10e7773375\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page8\",\"urlSlug\":\"b1g1-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"ed16f050-76ae-406e-ab1b-bbffd59b2b21\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"c9ac925b-c6e3-49fa-ac34-a59debe569ed\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"19819986-2a54-405e-b23b-402b55a1505c\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"d4d188ca-bd8d-438a-a28b-9d8455be7c2a\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page7\",\"urlSlug\":\"b2g2-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"70d6a1cf-cf74-4f7e-aed4-7c5dfea62dab\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"681eee85-c963-4d37-a3e7-860e2c804455\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"38791c28-5948-4b2a-baef-898bc7190f88\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"5620706d-7fc5-4511-a559-45bb2bcbed2c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b3g3-collagen-checkout-1359-v2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9b6d6781-8587-4a13-8625-4e38db926f54\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"43f8d8ba-3634-47b1-8e99-e372420cfddb\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page5\",\"urlSlug\":\"b4g4-collagen-checkout-1359\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"5309b6e4-4ab8-496e-b5c5-3b63251517a3\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"26110598-b7ae-4d4a-9bc8-f7b68a4bb65b\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page9\",\"urlSlug\":\"checkout11\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"88fdac74-091a-4558-b72e-3ead396d8d8f\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0cfac3a6-d509-4d2b-ab07-73b4641fc364\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page4\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"50232bcc-0cc0-45df-aab2-f26fd61389e6\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"f538913a-bdfa-42f4-a2f8-8d671f3ebd78\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page6\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"7825cf90-312b-4e01-ac46-b780780580df\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"7cf9d78b-e44c-473b-a3f9-3d3bdc231b6c\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Checkout Page10\",\"urlSlug\":\"one-time-offer-nativepath-collagen-1359-v8-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"eb6cc95c-4de2-4325-977b-7381db16813b\",\"templateTypeId\":4,\"pageType\":4}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"0a640179-9cae-4836-9ebc-34227ba95c7d\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-1\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"9d9d3d8e-1465-4b19-8206-812834ec8e7b\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"19049544-a3e9-4f81-b231-a4e032cfc893\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-2\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"930ec597-04db-4afa-ae91-b99a28cb5b32\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"1ad0600e-5f7d-44c1-a52f-31f62d579bf8\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 1\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-3\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"4c36bd93-33e1-4d59-933f-fcc87c006ca9\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"985d18c6-6d09-4108-a3ed-bb804aaf2d84\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-4\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0a2a9fb6-9e97-4888-9092-3cc2bf4e2fa0\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"4a2bdecf-27d8-48a7-917c-d6fa886cf76e\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Downsell 2\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-5\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"0334e160-0d4a-4302-b715-a896b55a75f7\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"b80b8ba4-2299-44d9-854d-a4b2e61118cf\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Upsell 3\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-6\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"b4b2b384-767a-4ec9-a82b-56e71a900357\",\"templateTypeId\":3,\"pageType\":3}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]},{\"referenceId\":\"8692f67e-5054-42c3-85a4-99f6a940a683\",\"splitReferenceId\":null,\"splitEnabled\":false,\"isMembershipRequired\":false,\"title\":\"Thank You Page\",\"urlSlug\":\"one-time-offer-nativepath-collagen-jars-1359-thank-you\",\"externalURL\":null,\"pageView\":[{\"referenceId\":\"84febe45-d02f-4907-a34b-12e0a9893294\",\"templateTypeId\":5,\"pageType\":5}],\"pageProducts\":[],\"pagebillingCycles\":[],\"pageVariants\":[],\"isPageTitle\":false,\"pageProperties\":[]}],\"disableBadge\":true,\"name\":\"CID 1359 - Collagen Jars (FB)\",\"whitelabelId\":10,\"affiliateId\":null,\"isMenuEnabled\":false}",
        "requestUri": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-thank-you",
        "bundleItems": "{}",
        "httpReferer": "https:\/\/secure.nativepath.com\/one-time-offer-nativepath-collagen-jars-1359-6",
        "upsell_step": "3",
        "currencyCode": "USD",
        "exchangeRate": "1",
        "lastPageTypeId": "5",
        "bundleStringArray": "{}",
        "ccGeoLocationInfo": "{\"city\":\"Columbia\",\"region_code\":\"MO\",\"country_code\":\"US\",\"zip_code\":\"65203\"}",
        "currencyCodeSymbol": "$",
        "previousExchangeRate": "1",
        "previousCurrencySymbol": "$",
        "ccCartProductsPercentageTotal": "0"
    }
}
08/01/2025 16:55:52