{% if first_time_accessed %}
<!-- Event Snippet for Google Ads -->
<script>
gtag('event', 'conversion', {
'send_to': 'AW-UPDATE/UPDATE',
'value': {{ checkout.subtotal_price | divided_by: 100.0 }},
'currency': '{{ currency }}',
'transaction_id': '{{ order_number }}',
});
</script>
{% endif %}