Hi Team, thanks for the answers,
regarding the google GTM pixel or any other custom pixel,
reference gtm - https://help.shopify.com/en/manual/promoting-marketing/pixels/custom-pixels/gtm-tutorial
when I add the example below code and test the pixel, it raise an error in console and pixel fails to send data.
error : Uncaught TypeError: Failed to construct ‘URL’: Invalid URL
kindly help me to mitigate the same .
(function(w,d,s,l,i){w[l]=w[l]||;w[l].push({‘gtm.start’:
new Date().getTime(),event:‘gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=‘dataLayer’?‘&l=’+l:‘’;j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f;
})(window,document,‘script’,‘dataLayer’, ‘GTM-XXX’)
Thank you.
balaji