Where do I insert this specific tag? I’m not talking about the google analytics header script, but this one:
<!-- Event snippet for Sign-up conversion page -->
<script>
gtag('event', 'conversion', {
'send_to': 'XXXXXX',
'value': 0.0,
'currency': 'USD'
});
</script>