[ad_1]
How do I add this snippet so it can track the order value? As well as the order id?
<script>
gtag(‘event’, ‘conversion’, {‘send_to’: ‘AW-123456789/AbC-D_efG-h12_34-567’,
‘value’: 1.0,
‘currency’: ‘USD’
});
</script>
