Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
In general it's always useful to use <no script> tag as <noscript> tag defines an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support script. Though in DTM , it is not meaningful to have <noscript> tag as DTM is it's self a Javascript Library . However , <noscript> tag can be useful only if it is added while adding the staging/ production code script on each and every page of the website.Please refer the below snippet of code as an example.
<head> ...... <script src="//assets.adobedtm.com/280730d6732acf1b27f4dabc54536db9fcdae363/satelliteLib-7032f9b2b2d0eac5630c170998701d4153326f8e.js"></script> <noscript> Javascript is not enabled on the browser Hnece DTM tags will not fire </noscript> .......
In general it's always useful to use <no script> tag as <noscript> tag defines an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support script. Though in DTM , it is not meaningful to have <noscript> tag as DTM is it's self a Javascript Library . However , <noscript> tag can be useful only if it is added while adding the staging/ production code script on each and every page of the website.Please refer the below snippet of code as an example.
<head> ...... <script src="//assets.adobedtm.com/280730d6732acf1b27f4dabc54536db9fcdae363/satelliteLib-7032f9b2b2d0eac5630c170998701d4153326f8e.js"></script> <noscript> Javascript is not enabled on the browser Hnece DTM tags will not fire </noscript> .......