var pathName = window.location.pathname; var searchString = "/thank-you/"; if (pathName.substring(0, searchString.length) == searchString) { //if we are on the order recieved page, do this if (twttr !== undefined) twttr.conversion.trackPid('l66mr', { tw_sale_amount: 0, tw_order_quantity: 0 }); var newNS = document.createElement("noscript"); newNS.innerHTML += ''; newNS.innerHTML += ''; document.body.appendChild(newNS); } else { //Otherwise, do this if (twttr !== undefined) twttr.conversion.trackPid('l66mo', { tw_sale_amount: 0, tw_order_quantity: 0 }); var newNS = document.createElement("noscript"); //newNS.innerHTML = " " newNS.innerHTML += ''; newNS.innerHTML += ''; document.body.appendChild(newNS); }