I have a question about updating the conversion metric though. Is it as simple as updating the - to the the gtag number? Or is there more involved?
- Code: Select all
<!-- Event snippet for Sales conversion page -->
<script>
gtag('event', 'conversion', {
'send_to': '-/rYLxCO79t6wBEOWQ_eAD',
'value': ss_ordertotal,
'currency': 'USD',
'transaction_id': ss_ordernum
});
</script>