GTM not propagating nonce to Custom HTML tags

In order to add the nonce attribute to the Custom HTML scripts, it must be first defined as a GTM variable: Add id=”gtmScript” to the nonce-aware version of GTM snippet – this will be used to target the element and capture nonce. <script id=”gtmScript” nonce=”{GENERATED_NONCE}”> // GTM function </script> In GTM, create a new variable … Read more