`; document.head.insertAdjacentHTML('beforeend', globalSnippet); }, // Retargeting Pixel function() { var retargetingSnippet = ` `; document.head.insertAdjacentHTML('beforeend', retargetingSnippet); } ] }; var currentPath = window.location.pathname; // If the current page matches, run the relevant functions if (pixelMap[currentPath]) { pixelMap[currentPath].forEach(function(pixelFunction) { pixelFunction(); }); } })(); });